Index / Field guides
Guides
Production engineering, written for people who build with AI. Every guide is tested on a real project before publishing — commands included, hype excluded.
-
Guide · Updated Jul 22, 2026
How to Review AI-Generated Code When You're Not an Expert
A practical review workflow for founders who vibe code: what to read, what to ask the AI to explain, and the red flags that predict production failures.
-
Guide · Updated Jul 22, 2026
Supabase RLS for Vibe Coders: Lock Down Your Database
Why your AI-built app's Supabase database is probably readable by anyone, and how to fix it with Row Level Security — copy-paste policies included.
-
Guide · Updated Jul 22, 2026
The Vibe Coding Security Checklist: 20 Checks Before You Ship
The security checklist for AI-built apps: leaked keys, missing RLS, broken auth, rate limiting, secrets in git history — with commands to verify each.
-
Guide · Updated Jul 22, 2026
How to Deploy a Lovable App to Your Own VPS
Export your Lovable app from GitHub and deploy it on a $6 VPS with nginx, PM2, and free SSL. Full commands, tested on Ubuntu 24.04.