Neon Serverless
ELI5 — The Vibe Check
Neon is PostgreSQL that scales to zero. When nobody's using your database, you pay nothing. When traffic spikes, it scales up automatically. It also has branching — create a copy of your production database for testing in seconds, like a Git branch but for data. It's Postgres for the serverless generation.
Real Talk
Neon is a serverless PostgreSQL service that separates compute from storage, enabling scale-to-zero and instant branching. It provides auto-scaling, database branching for development/testing, point-in-time recovery, and a generous free tier. The serverless driver supports HTTP connections for edge environments where TCP isn't available.
When You'll Hear This
"Neon scales our Postgres to zero between deploys — costs pennies in dev." / "We branch the production database on Neon for every PR preview environment."
Related Terms
Database
A database is like a super-organized filing cabinet for your app's data.
PlanetScale
PlanetScale is MySQL on steroids with Git-like database branching. Want to test a schema change?
PostgreSQL
PostgreSQL (just say 'Postgres') is the Swiss Army knife of databases.
Serverless
Serverless doesn't mean there are no servers — it means YOU don't have to think about servers. Someone else manages them, scales them, and patches them.
Supabase
Supabase is Firebase but built on real Postgres SQL. You get a database, auth, file storage, and real-time updates all in one.