Migration Guides
Firebase to Supabase Migration Guide
Moving from Firestore's document model to Supabase's Postgres is the most common backend migration I get asked about. It is worth doing when your queries outgrow NoSQL — and worth skipping when they haven't.
FlutterFlow to Native Flutter: Rewrite Guide
FlutterFlow is a fast way to ship a v1 — and a slow way to ship a v3. This is how I move apps from generated FlutterFlow code to a maintainable hand-written Flutter codebase, and how to tell when it's time.
Create React App to Next.js Migration
CRA is deprecated and unmaintained; Next.js is where its ecosystem went. The migration is mostly mechanical — the two real decisions are routing and rendering strategy.
WordPress to Next.js Migration Guide
Moving off WordPress is really two different projects: replacing the theme (frontend) and deciding what happens to the content editing workflow. Conflating them is how these migrations blow up.
Bubble to FlutterFlow Migration Guide
Bubble apps hit a wall on mobile — wrappers, performance, app-store friction. FlutterFlow compiles to real Flutter. Here's how to move, and what doesn't transfer.
Netlify to Vercel Migration Guide
For a Next.js app this migration is an afternoon, not a project — I moved this site. The checklist below is what actually needs attention: redirects, functions, DNS, and the things that silently differ.