Meow — An 82MB JavaScript All-in-One

The JS dev environment has gotten absurdly bloated. node_modules runs hundreds of megabytes, and you need pnpm, tsc, eslint, prettier, vite — each spinning up its own V8 instance and parsing your codebase from scratch.

Meow's approach is simple: cram everything into a single 82MB binary. Written in Rust, Node API compatible, it drops in as a replacement for node. Package management, type checking, formatting, bundling — all in one. The "4th and final" tagline is bold, but considering how many tools it replaces, it's not entirely unwarranted.

For individual developers and small teams, reducing toolchain overhead is a real win. Ditching the pile of tsconfig, eslintrc, and prettierrc config files for a single binary is the right direction.

Agent Sessions — Claude Agent Capabilities, Any Model

Claude's Managed Agents are great, but they lock you into Anthropic's ecosystem. Agent Sessions offers a model-agnostic agent session platform that runs Claude Agent SDK and Codex, plus supports other models with your own API keys.

A few smart design choices: resumable sessions (pick up where you left off if a connection drops), streaming to the browser for real-time visibility, and Standard Webhooks for event notifications. For teams switching between models or self-hosting agents, this middle layer hits a real pain point.

ExpenseSpy — Snap Your Receipts, Built Solo

ExpenseSpy is an AI receipt scanner app. Snap a photo of a receipt and it automatically reads the amount, date, and category, then exports to Excel or CSV. There are plenty of similar apps out there, but this one was built solo by an indie developer, shipping on both iOS and Android.

What's interesting is how it handles messy receipts — supermarket discount slips, handwritten restaurant bills, thermal printer receipts — the recognition quality is solid. For freelancers and anyone dealing with expense reports, it genuinely reduces the pain of year-end receipt sorting.