Tool directory
Database
Neon (PostgreSQL)
A serverless PostgreSQL database with instant branching — perfect for separate development, staging and production databases.
Visit NeonFree tier available · usage-based pricing beyond that
Why we recommend it
Database branching makes it trivial to keep environments separate without running your own infrastructure.
Getting started
- Create a free Neon account and a new project
- Use the database prompt from the prompt library to design your schema first
- Create separate branches (or projects) for development, staging and production
- Connect your production branch to Vercel with environment variables, never hard-coded credentials
Alternatives
Supabase, PlanetScale are reasonable substitutes if you have a strong reason to use them — the framework doesn't lock you into any single tool.