

Neon is a serverless Postgres database platform, now part of Databricks, that separates compute and storage to help remove the need for manual infrastructure management. The platform automatically adjusts resources based on query load, which may help reduce costs associated with idle capacity.
It is designed for developers and software companies, particularly those creating AI agents or SaaS platforms. The platform includes an API for fleet management, which supports the programmatic provisioning of isolated databases for users.
Buyers should confirm their requirements for time-travel and recovery, as the restore window and historical data retention vary by plan. Those needing specific compliance and SLAs should review the Scale plan specifications.
Adjusts CPU and memory based on workload demand and can scale down to zero when inactive.
Creates editable copies of databases using copy-on-write storage for development and testing.
Includes user authentication and management features integrated into the database.
Uses a pooler based on pgBouncer to support up to 10,000 concurrent connections.
Supports restoring a database to a previous state based on a configurable restore window.
Supports programmatic provisioning, quota control, and scaling for large numbers of databases.
Providing the backend for AI agents with automatic scaling and integrated authentication.
Provisioning isolated Postgres databases for individual users within a SaaS platform via API.
Using instant branching to create environments for testing without affecting live data.
Managing database resources for apps with fluctuating traffic patterns via autoscaling.
Neon offers a free tier with 100 projects. Paid plans are usage-based, starting at $0.106 per CU-hour for the Launch plan. A startup program is available offering up to $100k in credits.
A CU represents the compute size, allocating approximately 1 vCPU and 4 GB of RAM. Billing is based on CU-hours used.
Yes, the Free plan allows for up to 100 projects, each with 100 CU-hours monthly and 0.5 GB of storage.
Neon uses copy-on-write storage to create instant, editable copies of a database, which allows for testing changes without duplicating the entire dataset.
Source category: Software Development
Source subcategory: Database
Neon is a serverless Postgres database platform designed for developers and AI engineering teams. It supports workflows such as instant database branching and automatic compute scaling. Buyers should evaluate their data recovery needs, as restore windows differ across pricing tiers.