How I Build
The Stack.
A non-coder's toolkit for building real products. Honest notes on what works, what surprised me, and what I'd do differently. Not a tutorial — a practitioner's log.
~6 months of AI-assisted building
think
Research & Planning
Think.
design
UI & Visual
Design.
build
Development
Build.
ship
Deployment & Hosting
Ship.
The Workflow
How it all connects.
🧠
Claude
Think & design
→
✍️
Write code
Files created
→
🐙
GitHub
Push & store
→
🚀
Vercel
Auto-deploy
→
🌐
Live site
In ~30 seconds
Supabase sits separately — connected via URL + publishable key. Any page that needs to store or retrieve data talks to it directly. No server. No backend code to maintain. Just a database URL in the config.
What I've Built
Experiments from the playground.
Personal Website v1Single HTML landing page. Form connected to Supabase.
ShippedPersonal Website v2Full multi-page Next.js site. This site.
LiveMeeting Request FormSupabase table → RLS policy → live form. Responses in database.
LiveSubstack RSS MirrorAuto-fetching Substack posts and displaying them in custom design via RSS2JSON.
LiveCurious about the process?
I write about building here — in the context of a non-coder founder navigating the AI engineering world.