Power AI applications with scalable Postgres
Engineers building AI-driven platforms rely on Neon for its ability to handle fluctuating data loads and integrate with LLMs, ensuring fast data access for model training and inference.
Serverless Postgres that scales to zero, branches like Git, and ships with a free tier that actually ships.
Neon is a fully managed, serverless PostgreSQL database service built on a custom architecture that decouples compute from storage. Instead of running a persistent Postgres process on a VM, Neon stores your data in a distributed, append-only storage layer (based on object storage like S3) and spins up stateless Postgres compute nodes on demand to serve queries.
The company was founded in 2021 by Nikita Shamgunov, a former CTO of MemSQL (now SingleStore), and is headquartered in San Francisco. It emerged from stealth in 2022 and quickly became the default Postgres layer for Vercel deployments, Next.js apps, and a growing share of the AI startup ecosystem thanks to native pgvector support.
In May 2024, Databricks announced its intent to acquire Neon, a deal that — as of early 2026 — has positioned Neon as the Postgres engine that will underpin Databricks' Lakebase offering. The product roadmap, pricing, and free tier remain intact, and the company continues to ship independent features.
Storage lives in a custom distributed layer while compute is ephemeral Postgres. This is what makes scale-to-zero and instant autoscaling possible without dropping connections.
Copy your production database in under a second using copy-on-write. Each branch is a full Postgres instance with its own data, perfect for preview deployments and feature testing.
When your compute is idle, Neon suspends it and you stop paying. The next query wakes it in roughly 500 ms–2 s. On paid plans you can disable this.
Compute size ranges from 0.25 vCPU up to 8 vCPU, scaling automatically based on load. You set a max; Neon handles the rest.
Neon is real PostgreSQL 16 (with 17 rolling out), so every driver, ORM, migration tool, and extension you already use just works — including PostGIS, pgvector, and pg_trgm.
Up to 30 days of WAL retention on paid plans lets you rewind to any second. Combined with branching, this is a near-replacement for traditional backup pipelines.
Neon uses a usage-based model that splits compute hours and storage as separate line items. The headline plans in 2026 look roughly like this (verify current pricing before committing):
The key economic story is that you don't pay for an always-on minimum. A low-traffic app that idles 22 hours a day might cost a few dollars a month — the same workload on a $30/month RDS instance is roughly 10× more.
| Feature | Neon | Supabase | Railway Postgres | AWS RDS |
|---|---|---|---|---|
| Database engine | PostgreSQL 16/17 | PostgreSQL 15+ | PostgreSQL 15+ | PostgreSQL 15+ |
| Serverless / scale-to-zero | Yes (native) | Partial (free tier pauses) | No | No (Aurora Serverless v2 only) |
| Database branching | Yes (<1s, copy-on-write) | Yes (slower, larger) | No (manual) | No (snapshots only) |
| Bundled BaaS (auth, storage) | No — DB only | Yes | No | No |
| Free tier storage | 0.5 GB | 0.5 GB | $5 trial credit | 12 months only |
| pgvector support | Yes | Yes | Yes | Yes |
Choose Supabase if you want auth, storage, realtime, and edge functions bundled in one product. Choose Railway if you want a simpler "VM with a database" mental model and don't care about scale-to-zero. Choose RDS if you're already in AWS and need granular control. Choose Neon if you want a best-in-class Postgres layer that plays nicely with Vercel, serverless functions, and modern CI/CD.
Head to neon.com and sign up with GitHub, Google, or email. No credit card required for the free tier.
Pick a region (choose one close to your app's compute), select Postgres 16 or 17, and Neon provisions a database in about 30 seconds.
Copy the pooled connection URL from the dashboard. Use the pooled endpoint for serverless apps (it handles thousands of concurrent connections) and the direct endpoint for migrations.
In the dashboard, click "Branches" → "Create Branch." Name it after a feature or PR. You now have an isolated copy of your production data for testing.
Watch the usage panel. When you approach 191.9 compute hours or 0.5 GB storage, add a payment method and Neon will prompt you to move to Launch ($5/month) or Scale.
Neon's free tier includes 0.5 GB storage and 191.9 compute hours per month, which is enough to ship a real production app. No credit card needed to start, and you can connect via any standard Postgres driver in under a minute.
Get started with Neon →Yes. Neon runs unmodified PostgreSQL, currently version 16 with 17 rolling out. Every standard tool, ORM, and extension (including pgvector, PostGIS, and pg_trgm) works as you'd expect.
Both offer 0.5 GB of storage for free. Neon's free tier is more compute-friendly (191.9 hours/month) but pauses more aggressively, while Supabase's free tier keeps a smaller instance always on. If you want a backend with auth and storage included, Supabase wins. If you want pure Postgres with the best DX, Neon wins.
As of early 2026, Neon continues to operate as a standalone product with its own pricing, free tier, and roadmap. The acquisition positions Neon as the Postgres engine behind Databricks' Lakebase offering, which is aimed at unifying OLTP and OLTP-style workloads inside the Databricks lakehouse.
Yes. Because Neon is standard Postgres, you can use pg_dump / pg_restore to export to any Postgres 16+ instance, including RDS, Aurora, Crunchy Bridge, or a self-managed cluster. There is no proprietary lock-in at the data layer.
Yes. Every Neon project comes with a built-in PgBouncer-compatible pooler (the "pooled" connection string). For serverless and edge workloads, Neon also offers a custom serverless driver that uses HTTP/WebSockets to avoid cold connection issues.
In our testing, cold starts typically land between 500 ms and 2 seconds depending on region and database size. The first query pays this penalty; subsequent queries are fast. You can disable scale-to-zero on paid plans if your workload is latency-sensitive.
Neon is SOC 2 Type II certified across all paid plans. HIPAA eligibility and a BAA are available on enterprise contracts. The free and Launch tiers are not HIPAA-eligible.
Neon is the rare database service that genuinely changes how you think about provisioning Postgres. The combination of scale-to-zero, instant branching, and a free tier that's actually production-usable makes it the default recommendation for any new serverless or edge-deployed app in 2026. The only meaningful caveat is the Databricks acquisition — for now it looks like an accelerant rather than a disruption, but it's worth re-evaluating in 12–18 months once the integration roadmap is clearer. For everyone else, buy with confidence.
Engineers building AI-driven platforms rely on Neon for its ability to handle fluctuating data loads and integrate with LLMs, ensuring fast data access for model training and inference.
DevOps teams use Neon's instant branching to create ephemeral database environments for every pull request, enabling faster, safer testing and deployment cycles.
Founders leverage Neon's autoscaling and pay-for-use model to manage database costs efficiently, allowing their applications to grow without constant infrastructure re-provisioning.
Quarterly access to product leadership.
Bonus credits redeemable on partner tooling.
We re-verify the offer every quarter so it never goes stale.
Hit the button on this page — opens the partner site in a new tab.
Check your investor or accelerator benefits portal for the Neon partner code. Y Combinator, Sequoia, and most Tier 1 VCs have codes available.
Renewals stay at the same rate — verified by us, not the vendor.
| Feature | Neon |
|---|---|
| Free trial | 14 days |
| Cheapest paid plan | $0/mo |
| Annual discount | Up to 25% |
| Refund window | 30 days |
| Setup time | < 1 hour |
| Best for | Founders |
“Best free tier in serverless databases — PlanetScale's free tier removal made Neon the default”
“Perfect pairing with Vercel for serverless Next.js apps”
“Database branching is the missing piece for serverless development workflows”
Verified offer
Verified offer
Verified offer
Verified offer
Verified offer
Verified offer
Up to 25% off annual plans — 4 vCPU + 8GB RAM from $4.95/mo, no setup fee, unlimited traffic
Verified offer