Staxly

Convex vs Supabase: pricing, quotas & features (2025)

The reactive database where queries are TypeScript code
vs. The open source Firebase alternative with Postgres

Data sourced from vendor documentation · Last updated May 2026

Convex websiteSupabase website

Summary

Convex and Supabase are both baas 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. Both platforms start their paid tiers at $25/month. Supabase has a broader documented feature set (24 vs 18 features). The right choice depends on your existing stack, team experience, and feature requirements. All pricing and quota data below is sourced from Convex and Supabase's official documentation — not generated by AI or estimated.

Convex vs Supabase: Comparativa de precios, cuotas y características (2025)

En esta comparativa analizamos Convex y Supabase 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.

Convex es una plataforma de la categoría baasThe reactive database where queries are TypeScript code. Ofrece 3 tiers de precio: Starter (Free) gratuito, Professional desde $25/mes, Business / Enterprise desde $2500/mes. Su catálogo en Staxly documenta 18 características y 13 interfazes para desarrolladores.

Supabase pertenece a la categoría baasThe open source Firebase alternative with Postgres. Ofrece 4 tiers de precio: Free gratuito, Pro desde $25/mes, Team desde $599/mes, Enterprise (personalizado). Su catálogo documenta 24 características y 12 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 Convex, Supabase y más de 130 plataformas para desarrolladores.

Pricing tiers

Convex

Starter (Free)
Free with overage via usage-based billing. Great for prototypes.
Free
Professional
$25/developer/month. Overage: $2/M function calls. Daily backups, email support, custom domains.
$25/mo
Business / Enterprise
From $2,500/month. SAML/SSO, SLA, dedicated deployments, Slack Connect support.
$2500/mo
Convex website

Supabase

Free
Perfect for experiments. Projects pause after 7 days inactivity.
Free
Pro
Production-ready. Usage-based overages apply.
$25/mo
Team
For teams; includes SOC2 attestation and priority support.
$599/mo
Enterprise
Custom quotas, HIPAA compliance, dedicated support.
Custom
Supabase website

Free-tier quotas head-to-head

Comparing starter on Convex vs free on Supabase.

MetricConvexSupabase
bandwidth gb5 GB/month
db storage gb0.5 GB0.5 GB
deployments40 deployments
edge invocations500000 invocations/month
egress gb month1 GB/month
file storage gb1 GB1 GB
function calls month1000000 calls/month
mau50000 users/month
realtime messages2000000 messages/month
team members6 users

Features

Convex · 18 features

  • ActionsNon-deterministic functions for external I/O (fetch, AI APIs, email). Cannot rea
  • AuthenticationConvex Auth (built-in) or BYO provider (Clerk, Auth0, Kinde, WorkOS). ID tokens
  • Convex AgentsAI agent framework with durable memory, threads, tool use. Works with OpenAI / A
  • Convex AuthFirst-party auth library: passwords, magic links, OAuth, phone — stored in your
  • Convex ComponentsReusable backend modules (rate limiter, workflow, aggregate, action-retrier, etc
  • Cron JobsRecurring schedules defined in convex/crons.ts. UTC, cron-style patterns.
  • Durable WorkflowsLong-running multi-step workflows with retries and at-least-once guarantees.
  • Exception ReportingAuto-capture errors to Sentry, Axiom, Datadog.
  • File StorageUpload/download via storage API. Returns storage IDs referenced in documents.
  • Full-Text SearchBM25 search index on table fields. withSearchIndex query helper.
  • HTTP ActionsExpose public HTTP endpoints for webhooks, OAuth callbacks, third-party integrat
  • Log StreamsStream function logs to Axiom, Datadog, Sentry. Pro+.
  • MutationsTransactional write functions. All reads + writes in one mutation are ACID; conf
  • Preview DeploymentsEvery Git branch gets its own isolated deployment. Integrates with Vercel/Netlif
  • QueriesDeterministic read-only TS functions. Automatically cached and re-run when under
  • Real-Time SubscriptionsuseQuery auto-subscribes; server invalidates when data a query read changes. No
  • Schedulerschedule.after / schedule.at — enqueue functions to run later. Durable, survives
  • Vector SearchNative vector index on tables. withIndex + filter fields. Up to 4096 dims.

Supabase · 24 features

  • AuthenticationComplete JWT-based auth: passwords, magic links, OTP, OAuth, SSO, phone, MFA.
  • Backups & PITRAutomatic daily backups + Point-in-Time Recovery (WAL-G). 14-day default PITR wi
  • Compute InstancesUpgradeable DB compute: Micro, Small, Medium, Large. Affects CPU, RAM, and conne
  • Connection PoolingSupavisor pooler: Session mode (persistent) and Transaction mode (serverless). D
  • Cron JobsScheduled recurring jobs via pg_cron. Trigger DB functions, edge functions, or H
  • Custom DomainsConfigure custom hostname for API endpoints with SSL certificate management.
  • Database WebhooksAsync HTTP callbacks on INSERT/UPDATE/DELETE via pg_net extension.
  • Edge FunctionsTypeScript (Deno runtime) functions deployed globally at the edge. Supports secr
  • Full-Text SearchPostgreSQL native FTS: to_tsvector, to_tsquery, GIN indexes, fuzzy matching, wei
  • Image TransformationsOn-the-fly resize, crop, quality (20-100), WebP auto-format. Smart CDN caching.
  • Log DrainsRoute all stack logs to HTTP, Datadog, Loki, Sentry, S3, OTLP, or Axiom. Up to 2
  • Metrics API~200 Prometheus-compatible Postgres metrics. OpenTelemetry export to Datadog, Gr
  • Network RestrictionsCIDR allowlist for database access. Multiple IP ranges supported. Pro+ plan.
  • OAuth 2.1 ServerUse Supabase Auth as OAuth provider. Custom Access Token Hooks for claim injecti
  • PostgreSQL DatabaseFull PostgreSQL per project: SQL editor, table editor, CSV import, 50+ extension
  • PostgreSQL Extensions50+ pre-installed extensions: uuid-ossp, pgvector, pg_cron, plv8, pgtap, pg_net,
  • Preview BranchesEphemeral or persistent DB branches for isolated testing. Git integration, auto-
  • QueuesExactly-once message queues built on pgmq. Stored in Postgres with configurable
  • Read ReplicasAsync read-only replicas in multiple regions. Geo-routing, replication lag monit
  • RealtimeWebSocket subscriptions for DB changes (INSERT/UPDATE/DELETE), broadcast, and pr
  • Row Level SecuritySQL-native access control; policies auto-filter rows based on auth.uid() / auth.
  • SSL EnforcementRequire TLS for all DB connections. Configurable: required, preferred, disabled.
  • StorageFiles, Analytics (Iceberg), and Vector buckets with global CDN (285+ cities) and
  • pgvectorStore and search vector embeddings in Postgres. Supports HNSW/Flat indexes, cosi

Developer interfaces

KindConvexSupabase
CLIConvex CLISupabase CLI
SDKAndroid / Kotlin Client, JavaScript/TypeScript Client, Next.js Integration, Python Client, React Client (useQuery), Rust Client, Svelte Client, Vue Client, iOS / Swift ClientC# SDK, Flutter SDK, JavaScript SDK, Kotlin SDK, Python SDK, Swift SDK
RESTDeploy / Dashboard API, HTTP ActionsManagement API, REST API (PostgREST)
GRAPHQLGraphQL (pg_graphql)
MCPSupabase MCP Server
OTHERWebSocket SubscriptionsRealtime (WebSocket)

Key takeaways

  • Both Convex and Supabase offer a free tier — Convex ("Starter (Free)") and Supabase ("Free") — with no credit card required to start.
  • The entry-level paid plan is $25/month for Convex (Professional) vs. $25/month for Supabase (Pro).
  • On the free tier, Convex includes 0.5 GB of db storage gb; Supabase includes 0.5 GB.
  • Supabase has a broader documented feature set (24 features) vs. Convex (18 features) in Staxly's catalog.
  • Developer integrations differ: only Supabase offers GRAPHQL/MCP.
Staxly is an independent catalog of developer platforms. Some links to Convex and Supabase 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.