Neon
Neon Inc. Β· ποΈ Database
Neon is serverless Postgres. Neon separates storage and compute to offer autoscaling, branching, and bottomless storage.
Free-tier constraints
- Offer type
- Perpetual
- When idle
- Scales to zero
- Credit card
- Not required
- Commercial use
- Unknown
- At the limit
- Service stops
- Data expiry
- Not published
Free-tier compatibility
- βStatic hosting
- βServerless
- βLong-running processes
- βDocker
- βWebSockets
- βCron
- βBackground workers
- βPersistent disk
- βCustom domains
Overview
Neon is serverless PostgreSQL that separates storage from compute. Compute scales to zero when idle and wakes on demand, storage is effectively bottomless, and you can branch a database instantly β a full copy-on-write copy of your data for previews, tests or development. It speaks standard Postgres, so existing tooling just works.
The free plan includes 100 projects, 100 compute-unit hours per month per project, 0.5GB storage per project, and shared autoscaling compute. It is a great fit for serverless and preview-driven workflows where a database branch per pull request is valuable.
Neon suits apps that want real Postgres with serverless economics β paying for compute only when queries run. Confirm the current free-tier limits on the providerβs site, as they evolve.
Sources and verification
Checked 2026-08-18Pros
- βReal serverless Postgres with scale-to-zero compute
- βInstant copy-on-write database branching
- βStandard Postgres β existing tools and drivers work
- βAutoscaling with effectively bottomless storage
- βGreat for preview environments (a branch per pull request)
Cons
- β0.5GB storage on the free plan
- βCold starts when compute wakes from zero
- βCompute and storage limits are per-project and easy to outgrow
- βYounger ecosystem than long-established databases
Best for
- βServerless and edge apps that need Postgres
- βPreview and test databases branched per pull request
- βDevelopers who want pay-for-what-you-use compute
Compare with
Getting started
- 1 Sign up and create a Neon project
- 2 Copy the Postgres connection string
- 3 Connect your app or psql and create tables
- 4 Create a branch for development or previews
- 5 Point staging and preview deploys at the branch connection string
Related guides
Features
- βServerless Postgres
- βAutoscaling
- βDatabase Branching
- βBottomless Storage
- βPoint-in-time Recovery
- βConnection Pooling
FAQ
Neon separates storage and compute; compute scales to zero when idle and wakes on demand, so you pay for compute only while queries run.
It is an instant copy-on-write copy of your database β ideal for per-pull-request preview environments, testing migrations, or isolated development.
Yes. Neon is standard PostgreSQL, so existing drivers, ORMs and psql work normally.
Deploy these projects to Neon
Open-source projects and templates that run on Neon's free tier.