·7 min read
I Vibe Coded This Blog in Under a Day — Here's How
A build log of adding a full MDX blog to an existing Next.js site using Claude Code. Every prompt, every decision, every mistake.
2 poststagged with “build-log”
A build log of adding a full MDX blog to an existing Next.js site using Claude Code. Every prompt, every decision, every mistake.
How to manage long-running background services in FastAPI with clean startup, graceful shutdown, and error isolation. A pattern from a real production app.