Lab
AI tools, creative workflows, developer deep-dives, and behind-the-scenes from RAXXO Studios.
52 articles
Why I Keep Shipping Small Tools Instead of One Big Product
Why I build five focused tools instead of one sprawling product, and what Git Dojo, OhNine, and Statusline Builder taught me about scope.
Read articleClaude Blueprint: Why I Packaged 33 Days Into One Install
Claude Blueprint packages a full Claude Code setup, a CLAUDE.md template, 6 commands, 6 skills, and 3 hooks, into one 2-minute install.
OhNine: Why I Built a Menu Bar App for Claude Limits
OhNine is a free menu bar app that tracks Claude session and weekly usage limits and warns you before you hit them.
Statusline Builder: Why I Give a Tool Away Free
Statusline Builder configures a Claude Code statusline with 33 elements, free forever. Here is why I built it that way.
Why I Built Git Dojo Instead of Another Git GUI
Git Dojo teaches git through real terminal commands, not menus. Why I built it that way and what shipping it taught me.
5 agent-browser Workflows That Replaced My Manual Daily Checks
5 agent-browser workflows that replaced manual daily checks and paid SaaS, with command snippets and weekly time saved.
Server-Sent Events Beat WebSockets for 80% of My AI Streaming UIs: 5 Patterns
Server-Sent Events handle 80% of AI streaming UIs with one HTTP connection and zero WebSocket overhead. 5 production patterns with code.
Claude Security Goes Public Beta: Repo Scanning, Vuln Explainer, Patch Guidance
Claude Security entered public beta on May 2026, scanning repos and explaining vulnerabilities for Claude Enterprise customers only Three core capabilities ship now: full repo...
PostHog Error Tracking Killed My Sentry Bill
Sentry cost me 80 EUR/month for ~12k errors that PostHog now catches on the free tier posthog-js already loaded on the storefront, so error tracking...
Shopify Functions Replaced 8 Apps In One Saturday
Cancelled 8 paid apps in one Saturday and dropped 180 EUR/month off the app bill to zero recurring spend Shopify Functions ship as compiled wasm...
Bun Shell Replaced Every Bash Script in My Studio
I deleted 1,400 lines of bash and 23 scripts, replaced by 600 lines of Bun Shell TypeScript Bun Shell ($`...`) gives typed args, automatic escaping,...
Neon Database Branching Saved Me 200 EUR Every Month
I run 14 Neon database branches per project for the price of one Postgres instance Neon copy-on-write branching clones a 12 GB database in under...