
Serverless Postgres with branching, scale-to-zero, and instant provisioning
Neon is a serverless Postgres platform that separates compute from storage, enabling scale-to-zero, instant database branching, and autoscaling. Built by Postgres contributors and acquired by Databricks in 2025 for ~$1B, Neon provides fully managed PostgreSQL with copy-on-write branching for dev/staging environments, point-in-time recovery, and a generous free tier. Computes automatically suspend after 5 minutes of inactivity (cold start ~500ms–2s) so you only pay for active usage.
Computes automatically suspend after 5 minutes of inactivity and restart on the next connection, so you pay nothing for idle databases — cold start latency is typically 500ms to 2 seconds
Instantly create copy-on-write branches of your database for development, staging, testing, or preview deployments — branches are lightweight and share unchanged data with the parent
Compute resources automatically scale up and down based on workload demand, from as low as 0.25 CU to the plan maximum, with no manual intervention required
Purpose-built JavaScript/TypeScript driver (@neondatabase/serverless) enables querying from Edge Functions, Vercel Serverless Functions, Cloudflare Workers, and other serverless runtimes over HTTP or WebSockets
Restore your database to any point in time within the retention window — Free plan offers 6 hours, paid plans offer 7–30 days of recovery history
Stream changes from Neon to external systems or replicate data between Neon databases using native Postgres logical replication support
Pair with Vercel, Cloudflare Workers, or other edge runtimes using Neon's serverless driver for low-latency database access without connection pooling headaches
Create instant database branches for every pull request or feature branch — branches are free when scaled to zero and share storage with the parent
Provision isolated Postgres databases per tenant using Neon's project model — scale-to-zero keeps costs minimal for inactive tenants
Spin up ephemeral database branches for integration tests that run against production-like data, then discard them after the pipeline completes

The connected workspace for docs, wikis, and projects

AI-powered SQL query generator that converts natural language to optimized SQL

Flexible database-spreadsheet hybrid for teams to organize anything

Open-source backend platform with auth, database, storage, functions, and hosting in one
Add read-only compute endpoints to distribute read traffic across multiple replicas, each scaling independently and sharing the same storage layer
Runs standard PostgreSQL (versions 14–17) with full extension support including pgvector, PostGIS, pg_trgm, and hundreds more — no proprietary SQL dialect
Use pgvector extension on Neon for vector similarity search in AI applications, with autoscaling compute to handle variable embedding workloads

Open-source no-code database and application builder