What Shipping Full-Stack Solo Actually Looks Like
One person across UI, API, infra, and the boring glue work. The goal is not heroics. It is fewer handoffs.
Solo full-stack does not mean doing everything at once. It means you own the path from idea to production without waiting on three other people to unblock you.
For me that looks like Next.js or React on the front, Node or FastAPI on the back, Supabase or Postgres for data, and AWS when something needs to scale or stay up reliably. Mobile when the product belongs in a pocket, not a browser tab.
The part people skip in portfolios is the glue: auth, webhooks, error handling, the admin view that lets you see what the system did yesterday. That glue is what turns a demo into a product.
Three years in, the pattern is consistent. Find the tedious loop, automate it, ship the whole stack, then harden the paths that cannot afford to be wrong.