
neatlogs
Debug and monitor AI agents with real-time visualization and performance analytics.
@simranrambles
The full gallery
Tech stack
60 projects

Debug and monitor AI agents with real-time visualization and performance analytics.
@simranrambles

Compress LLM prompts and docs to reduce token usage and API costs.
@marcusyul · X
THEY JUST GAVE AWAY 100 MILLION FREE TOKENS SO YOU CAN STOP BURNING THROUGH YOUR CLAUDE CODE BUDGET. if you code with AI you already know: the session fills up, starts failing, and on top of that you're overpaying there's a tool that fixes this: it shrinks the context before the model even sees it same model, same response, a fraction of the cost in a real session: from $154 to $43. a 72% drop and right now: → extend your Fable sessions in Claude Code → 100M free tokens to try it out you don't switch models you don't touch your code you just stop paying to repeat yourself link below ⬇️

Free browser-based tools for image compression, PDF merging, QR code generation, and AI text detection.
@ChazXtine · X
I have been working on which is basically a site for free tools no pay wall. Currently I'm at 20 tools but I will be slowly expanding it.

Automatically route each prompt to the cheapest capable model to cut API costs.
u/ASDKING100 · Reddit
Launched an AI API router tonight, and found a bug hours in that would've taken real payments without ever upgrading the account Built LLMLite over the past few weeks — it classifies each prompt and routes it to the cheapest model that can actually handle it, instead of hitting GPT-4o for everything. Free tier, no card needed to try it. Tonight, right as I was about to launch, ran a real transaction to test the payment flow end to end. Paddle processed it, webhook fired, signature verified

Practice AI mock interviews, track job applications, and log your career achievements.
@sarveshhon · X

Track oil changes and vehicle maintenance reminders in your browser.
@sandchuck01 · X
Made an oil change reminder web-app with Claude Code: #ClaudeCode #AI #AutoRepair

Fast diagonal and offset calculator for framing, layout, and construction.
@ShakeelBinAbdul · X
Check out what I just built with Lovable!

Monitor SSL certificates, DNS, and domain uptime from a single dashboard with proactive expiry alerts.
@imadbuilds · X

Automate load testing for modern teams without complex setup or manual scripting.
@GorodkovVi85373 · X
- load testing made easy even without enginnering team. Faster, cheaper, distributional

Analyze any public GitHub profile and generate a fun, shareable Developer DNA report.
@panditdhamdhere · X
Your GitHub profile, sequenced. Vibe-coded DevDNA for fun Turns any public GitHub user into a fun, shareable Developer Genome report - power level, languages, chaos, coffee estimate, the works. No auth . Just a username. Use it -

Shorten URLs instantly for easier sharing and tracking.
u/ItsTheJStaff · Reddit
Just Another Link Shortener Hi everyone, I am willing to share my freakingly ordinary project, I am not sure if I can (and should) post it here as I have never published any pet project seriously, but the time has come. It's not that I believe in the project or something, but after a long development that took about a month... I wiped out all the sources and determined that I had implemented over-engineered unusable geek-oriented piece of shit... and took a one-year break only to restart t

Design electronic circuits and PCBs in your browser with KiCad, no installation required.
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared