itsez.dev

Neon

Serverless Postgres with autoscaling, database branching and pay-per-use pricing.

postgresserverlessbranching
Websiteneon.tech
CategoryData & backend
PricingFreemium
Card requiredNo

ABOUT

What is Neon?

Neon separates storage from compute in Postgres, enabling instant scale-to-zero and Git-style database branches. It is especially popular in Vercel workflows where each preview deployment can have its own database branch.

BEFORE YOU SIGN UP

What you should know

Native database branchingCreate database branches for staging, tests or previews without copying real data. One-click Vercel integration.
Scales to zero when idleYou pay no compute when there is no traffic. The server wakes up in milliseconds on the next query.
Cold start adds occasional latencyAfter an idle period, the first query may take 300 ms to 1 s while compute starts up.
Incident history in 2025Neon had several outages in May and June 2025 documented on their status page. They published public post-mortems, but it is worth noting for critical production workloads.

COMMUNITY

From the forums

The community is divided in r/PostgreSQL. The database branching concept, like Git for your database, generates real excitement among developers. The criticism focuses on pricing at scale and on negative DX experiences with certain ORM combinations. Technical support has received positive mentions recently.

— Community sentiment · Reddit

ABOUT US

Honest, independent, no fluff.

No paid placements. Just a clear look at what this does, what it costs, and what to know before you commit.

Read more

FAQ

Questions, answered.

What does scale to zero actually mean?

When there is no traffic, Neon shuts down the database server and wakes it up in milliseconds on the next query. It lowers costs, but adds a small cold-start latency.

What is database branching used for?

It lets you create branches of your database for staging, testing or preview environments, just like Git branches, without duplicating real data.