Neon Serverless PostgreSQL

Neon is a fully managed serverless PostgreSQL database platform that separates compute from storage, enabling instant branching, scale-to-zero compute, and usage-based billing.

Reviewed by 7wData

On this page

Publisher review

Neon is a fully managed serverless PostgreSQL database platform that separates compute from storage, enabling instant branching, scale-to-zero compute, and usage-based billing. Founded in 2022 and headquartered in San Francisco, Neon targets developers building applications that require elastic database capacity without provisioning overhead. The platform is especially suited for AI engineering workflows, offering an AI Gateway that provides a single API for frontier and open-source models, powered by Databricks. Neon also includes managed authentication with users and sessions stored in Postgres, compute functions without timeouts, and S3-compatible object storage that branches with projects. It is designed for teams that want a Postgres-native experience with modern serverless capabilities, from prototypes to production workloads.

Neon's architecture decouples compute from storage, allowing databases to scale to zero when idle, eliminating costs for unused resources. The platform supports advanced autoscaling up to 56 Compute Units (1 CU = 1 vCPU + 4 GB RAM) on the Scale plan, and claims to prevent 54,210 performance degradations daily via autoscaling. Instant branching creates full database copies in seconds for development, testing, and CI/CD workflows, with unlimited branches on the Free plan and up to 50 simultaneous branches on Scale. Point-in-time recovery (PITR) is available up to 30 days on Scale, with storage pricing at $0.20/GB-month for PITR data. Compute costs dropped 15-25% across all tiers in 2025, and storage pricing fell from $1.75 to $0.30 per GB-month, reflecting Databricks' operational scale after the May 2025 acquisition.

Neon competes directly with Supabase, PlanetScale, AWS Aurora, and Google Cloud SQL. Its key differentiators are separation of compute and storage for scale-to-zero, instant branching, and a generous free tier (100 CU-hours/month and 500 GB data transfer). Compared to Supabase, Neon offers a narrower feature set—it lacks built-in authentication and storage services, requiring additional integrations for those capabilities. Against AWS Aurora, Neon provides a simpler, serverless experience with lower entry costs, but may be more expensive for large, steady-state workloads. PlanetScale offers a similar branching model but uses MySQL, making Neon the choice for Postgres-native teams. Google Cloud SQL provides managed Postgres but without scale-to-zero or branching.

Honest trade-offs: Neon requires additional services for authentication and storage, increasing integration complexity. Customer support issues have been reported by some users, particularly during peak usage. For larger workloads, costs can be higher than competitors like Supabase or self-hosted Postgres due to per-CU-hour pricing and storage overage charges. The Scale plan's compute cost of $0.222/CU-hour is 59% higher than the Launch plan's $0.14/CU-hour, yet both have the same $5/month minimum, making the Launch plan more cost-effective for moderate traffic. Additionally, the free plan's PITR is limited to 6 hours or 1 GB, which may be insufficient for production recovery needs.

Get the AI & data signal, daily.

335k+ subscribers read this every morning. One email, both newsletters. Unsubscribe anytime.

How it works

  1. Serverless Postgres

    Fully managed PostgreSQL with separation of compute and storage, enabling scale-to-zero and instant provisioning.

  2. Instant branching

    Create full database copies in seconds for development, testing, and CI/CD workflows, with unlimited branches on free tier.

  3. Advanced autoscaling

    Automatically scales compute from 0 to 56 CU on Scale plan, preventing 54,210 performance degradations daily.

  4. Scale-to-zero compute

    Idle databases consume no compute resources, eliminating costs during off-peak periods.

  5. Point-in-time recovery

    Restore to any point within 30 days on Scale plan, with storage at $0.20/GB-month for PITR data.

  6. Managed authentication

    Users and sessions stored directly in Postgres, eliminating external auth services.

  7. AI Gateway

    Single API for frontier and open-source models, powered by Databricks, enabling AI workflows without separate integrations.

Strengths and trade-offs

Strengths

  • Separation of compute and storage allows scale-to-zero, eliminating costs for idle databases and reducing waste for variable workloads.
  • Instant branching creates full database copies in seconds, enabling efficient development, testing, and CI/CD pipelines with unlimited branches on free tier.
  • Advanced autoscaling prevents 54,210 performance degradations daily by automatically adjusting compute from 0 to 56 CU on Scale plan.
  • Free plan includes 100 CU-hours/month and 500 GB data transfer, making it viable for prototypes and learning without upfront costs.

Trade-offs

  • Requires additional services for authentication and storage, increasing integration complexity compared to all-in-one platforms like Supabase.
  • Customer support issues have been reported by some users, particularly during peak usage or when scaling rapidly.
  • Higher costs for larger workloads: Scale plan compute at $0.222/CU-hour is 59% more expensive than Launch plan's $0.14/CU-hour, with same $5 minimum.
  • Free plan PITR limited to 6 hours or 1 GB, which may be insufficient for production recovery needs.

Pricing context

Usage-based with three plans: Free ($0/month, 100 CU-hours, 500 GB data transfer), Launch ($5/month minimum, $0.14/CU-hour compute, $0.30/GB-month storage), Scale ($5/month minimum, $0.222/CU-hour compute, $0.30/GB-month storage). Compute costs reduced 15-25% in 2025.

Getting started with Neon Serverless PostgreSQL

  1. Sign up for Neon

    Go to neon.tech and click the Sign Up button. Create an account using your email or a GitHub account. After verifying your email, you will be logged into the Neon console.

  2. Create a project

    In the Neon console, click Create Project. Choose a name, select your region, and pick the Free plan. Click Create Project to provision a serverless PostgreSQL database with compute and storage.

  3. Connect your database

    From the project dashboard, copy the connection string provided. Use it in your application code or a PostgreSQL client like psql or DBeaver to connect to your Neon database.

  4. Create a table

    Run a CREATE TABLE statement in your connected client to define your schema. For example, create a table for user data. This establishes your first database object for development.

  5. Set up a branch

    In the Neon console, select your project and click Create Branch. Name the branch and choose a parent branch. This creates an instant copy of your database for testing or development without affecting production.

Frequently Asked Questions

What is Neon Serverless PostgreSQL?

Neon is a fully managed serverless PostgreSQL database platform that separates compute from storage. This enables instant branching, scale-to-zero compute, and usage-based billing. Founded in 2022 and headquartered in San Francisco, it targets developers needing elastic database capacity without provisioning overhead.

How does Neon's scale-to-zero compute work?

Neon's architecture decouples compute from storage, allowing databases to scale to zero when idle. This eliminates costs for unused resources, making it cost-effective for variable workloads. The platform supports advanced autoscaling up to 56 Compute Units on the Scale plan.

What are Neon's pricing plans and costs?

Neon offers three plans: Free ($0/month, 100 CU-hours, 500 GB data transfer), Launch ($5/month minimum, $0.14/CU-hour compute, $0.30/GB-month storage), and Scale ($5/month minimum, $0.222/CU-hour compute, $0.30/GB-month storage). Compute costs dropped 15-25% in 2025.

How does Neon compare to Supabase?

Neon offers a narrower feature set than Supabase, lacking built-in authentication and storage services, requiring additional integrations. However, Neon provides separation of compute and storage for scale-to-zero and instant branching, making it ideal for Postgres-native teams needing serverless capabilities.

What is Neon's instant branching feature?

Neon's instant branching creates full database copies in seconds for development, testing, and CI/CD workflows. The Free plan includes unlimited branches, while the Scale plan allows up to 50 simultaneous branches. This enables efficient parallel development without provisioning overhead.

What is Neon's AI Gateway?

Neon's AI Gateway provides a single API for frontier and open-source models, powered by Databricks. It enables AI engineering workflows without separate integrations, allowing developers to build AI applications directly with Postgres. This simplifies access to multiple AI models through one interface.

Alternatives

How Neon Serverless PostgreSQL compares

Direct head-to-head against 3 competitors. Picked by 7wData.

This tool

Neon Serverless PostgreSQL

Pricing
Usage-based with three plans: Free ($0/month, 100 CU-hours, 500 GB data transfer), Launch ($5/month minimum, $0.14/CU-hour compute, $0.30/GB-month storage), Scale ($5/month minimum, $0.222/CU-hour compute, $0.30/GB-month storage). Compute costs reduced 15-25% in 2025.
Target
Neon is a fully managed serverless PostgreSQL database platform that separates compute from storage, enabling instant branching, scale-to-zero compute, and usage-based billing.
Strength
Separation of compute and storage allows scale-to-zero, eliminating costs for idle databases and reducing waste for variable workloads.
Watch for
Requires additional services for authentication and storage, increasing integration complexity compared to all-in-one platforms like Supabase.

Supabase

Pricing
$25/month base, $0.125/GB-month storage, $0.00015/GB egress
Target
Full-stack apps needing auth, storage, edge functions
Deployment
Cloud-only
Strength
Integrated backend services beyond Postgres
Watch for
Vendor lock-in with Supabase-specific extensions

AWS Aurora Serverless PostgreSQL

Pricing
$0.12/ACU-hour, $0.10/GB-month storage
Target
AWS-centric workloads with bursty traffic
Deployment
AWS-only
Strength
Deep AWS ecosystem integration
Watch for
Cold starts up to 30s, unpredictable scaling costs

PlanetScale

Pricing
$29/month base, $0.15/GB-month storage
Target
Serverless MySQL with branching
Deployment
Cloud-only
Strength
Vitess-based horizontal scaling
Watch for
MySQL-only, no Postgres option

User reviews

No user reviews yet. Be the first to write one.

Sources

Reporting on this tool draws on these publicly available sources.

  1. www.reddit.com
  2. www.reddit.com
  3. neon.com
  4. vela.simplyblock.io
  5. news.ycombinator.com
  6. neon.tech