DIY experiments. Every week.

Raw projects. No spam.

I Yelled My MVP Idea and Got a FastAPI Backend in 3 Minutes

Cover Image for I Yelled My MVP Idea and Got a FastAPI Backend in 3 Minutes

The Wall (1979)

Why Side-Projects stall?

I have an idea for a SaaS.

I pop open VS Code ... and spend two hours wiring auth, CORS, password hashing. Groundhog Day.

Meanwhile Pieter Levels tweets another “just shipped” link.

Nevermind (1991)

“What if I could say the idea and the boring bits wrote themselves?”

Ha-ha… wait.

I have a local LLM.

I have a mic.

Why not?

OK Computer (1997)

Copy-pasting ChatGPT snippets then begging ChatGPT to patch its own mess? That’s still manual labor, just with prettier syntax highlighting. I want zero scaffolding.

Automatic for the People (1992) — The Six-Track Pipeline


record   →  generate  →  analyze  →  improve  →  harden  →  readme

voice         draft        audit        patch      lock        docs

  1. record 10-second rant → text

  2. generate Qwen spits out main.py

  3. analyze RAG checklist: "you forgot bcrypt"

  4. improve adds hashing, env vars, sane errors

  5. harden rate-limits, secure headers, logging

  6. readme installs, env vars, curl cheatsheet

Master of Reality (1971) — What Drops on Disk

  • main_hardened.py (FastAPI + JWT + SQLite + bcrypt)

  • README.md — cut-and-paste deployment guide

Use Your Illusion (1991) — Fork It

https://github.com/vianarafael/spitcode

Star it, break it, or open a PR that roasts my commit history. I’m game.