Staxly

Neon vs Upstash: pricing, quotas & features (2025)

Serverless Postgres with branching and bottomless storage
vs. Serverless Redis + Kafka + Vector + QStash — per-request pricing

Data sourced from vendor documentation · Last updated May 2026

Neon websiteUpstash website

Summary

Neon and Upstash are both dbaas platforms, addressing the same core use case with different implementation philosophies and trade-offs. Both offer a free tier, making it easy to prototype without a credit card. Upstash offers paid plans from $10/month; Neon does not publish standard pricing. Neon has a broader documented feature set (14 vs 12 features). The right choice depends on your existing stack, team experience, and feature requirements. All pricing and quota data below is sourced from Neon and Upstash's official documentation — not generated by AI or estimated.

Neon vs Upstash: Comparativa de precios, cuotas y características (2025)

En esta comparativa analizamos Neon y Upstash lado a lado — incluyendo precios mensuales, límites del tier gratuito, características técnicas, cuotas de uso (almacenamiento, transferencia, usuarios activos mensuales) y los interfaces de desarrollo disponibles. Todos los datos proceden de la documentación oficial de cada proveedor, no de respuestas generadas por IA.

Neon es una plataforma de la categoría dbaasServerless Postgres with branching and bottomless storage. Ofrece 4 tiers de precio: Free gratuito, Launch gratuito, Scale gratuito, Business gratuito. Su catálogo en Staxly documenta 14 características y 7 interfazes para desarrolladores.

Upstash pertenece a la categoría dbaasServerless Redis + Kafka + Vector + QStash — per-request pricing. Ofrece 5 tiers de precio: Free gratuito, Pay-as-you-go gratuito, Fixed Plans desde $10/mes, Prod Pack desde $200/mes. Su catálogo documenta 12 características y 6 interfazes para desarrolladores.

A continuación encontrarás los tiers de precio completos de ambas plataformas, una matriz de cuotas del tier gratuito (transferencia, almacenamiento, MAU, llamadas a la API y otros límites), el listado completo de características y los interfaces (CLI, SDKs, REST, GraphQL, MCP) disponibles para integrar cada servicio.

¿Necesitas estos datos en tu agente de IA (Claude Code, Cursor, Zed)? Instala gratis el servidor MCP de Staxly y tendrás acceso estructurado a Neon, Upstash y más de 130 plataformas para desarrolladores.

Pricing tiers

Neon

Free
100 projects, 0.5 GB storage + 100 CU-hours each. Great for prototypes and preview envs.
Free
Launch
Usage-based, no minimum. Small production workloads. $0.35/GB-month storage, $0.106/CU-hour.
$0 base (usage-based)
Scale
Usage-based, higher compute tier + faster instances ($0.222/CU-hour). Up to 30-day PITR, 1,000 projects.
$0 base (usage-based)
Business
Usage-based with 99.95% SLA, HIPAA available. Private networking $0.01/GB.
$0 base (usage-based)
Neon website

Upstash

Free
Redis: 256 MB + 500k cmds/mo. Vector: 10k queries/mo. QStash: 500 msgs/day.
Free
Pay-as-you-go
Redis: $0.2 per 100k cmds. Vector: $0.4/M queries. QStash: $1 per 100k.
$0 base (usage-based)
Fixed Plans
From $10/mo. 250MB-500GB Redis. $5/read region. 50GB bandwidth included.
$10/mo
Prod Pack
+$200/mo per DB. SLA + RBAC + encryption + SOC-2 + Prometheus + Datadog.
$200/mo
Enterprise
Custom. 100k+ cmd/sec, unlimited bandwidth, HIPAA.
Custom
Upstash website

Free-tier quotas head-to-head

Comparing free on Neon vs free on Upstash.

MetricNeonUpstash
branches per project10 branches
cu hours per project100 CU-hours/month
egress gb month5 GB/month
pitr retention hours6 hours
projects100 projects
storage gb per project0.5 GB
team members3 users

Features

Neon · 14 features

  • AutoscalingCompute scales CPU + memory between min and max CU in seconds based on load.
  • BranchingGit-like DB branches: copy-on-write snapshots of data + schema. Instant, cheap.
  • Data API (REST)PostgREST-compatible REST endpoint auto-generated from your schema. Uses Postgre
  • IP AllowlistRestrict DB access to specific CIDRs. Launch+.
  • LaunchpadOne-click create-a-database link that can be embedded in OSS repos (DATABASE_URL
  • Logical ReplicationPublish changes to Snowflake, BigQuery, Kafka, or other Postgres. Subscribe from
  • MonitoringBuilt-in dashboards for CPU/RAM/connections/slow queries. Prometheus export on B
  • Neon AuthStack Auth integrated: users table auto-synced into your Postgres (public.users_
  • Point-in-Time RestoreRestore DB to any moment in the retention window (6h free → 30d Scale) via branc
  • Private NetworkingAWS PrivateLink / VPC peering. Business plan.
  • Read ReplicasCreate a read-only compute endpoint on the same branch. Zero replication lag (re
  • SQL over HTTPServerless driver lets you query Postgres over HTTPS — works in edge runtimes (V
  • Scale to ZeroCompute suspends when idle — no charge for compute while paused. Cold-start ~300
  • Schema DiffCompare schema between branches — build PR checks and preview migrations safely.

Upstash · 12 features

  • @upstash/ratelimitRedis-backed rate limiter lib.
  • Cron (via QStash)Scheduled HTTP callbacks on any interval.
  • Edge-ReadyNative for CF Workers, Vercel Edge, Deno, Bun.
  • Global DatabaseMulti-region Redis reads.
  • HTTP REST APIsEvery product has REST — works from edge runtimes.
  • QStashHTTP-based message queue + cron scheduler for webhooks.
  • QStash WebhooksOutgoing webhook delivery with retries + DLQ.
  • Read RegionsAdd read replicas in any region ($5/mo each).
  • Upstash RedisServerless Redis with HTTP REST + RESP TCP.
  • Upstash SearchFull-text + semantic search engine.
  • Upstash VectorServerless vector DB with REST API. HNSW indexing.
  • Upstash WorkflowDurable workflow runtime built on QStash.

Developer interfaces

KindNeonUpstash
CLINeon CLI
SDK@neondatabase/serverless@upstash/redis / vector / qstash, upstash-redis / vector (Python)
RESTManagement / Control Plane API, Neon Data API (REST), SQL over HTTPQStash REST API, Upstash Redis REST API, Upstash Vector REST
MCPNeon MCP Server
OTHERPostgres Wire ProtocolRESP (TCP)

Key takeaways

  • Both Neon and Upstash offer a free tier — Neon ("Free") and Upstash ("Free") — with no credit card required to start.
  • Upstash's entry paid tier (Fixed Plans) costs $10/month; Neon does not list public pricing.
  • Neon has a broader documented feature set (14 features) vs. Upstash (12 features) in Staxly's catalog.
  • Developer integrations differ: only Neon offers CLI/MCP.
Staxly is an independent catalog of developer platforms. Some links to Neon and Upstash may be affiliate links — Staxly may earn a commission if you sign up through them, at no extra cost to you. Pricing is verified against vendor pages at publication time — reconfirm before buying.

Want this comparison in your AI agent's context? Install the free Staxly MCP server.