Convex vs Hasura: pricing, quotas & features (2025)
The reactive database where queries are TypeScript code
vs. Instant GraphQL + REST on your data sources — with permissions
Data sourced from vendor documentation · Last updated May 2026
Summary
Convex and Hasura 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. Convex's paid plans start at $25/month, lower than Hasura's entry point at $99/month. Convex has a broader documented feature set (18 vs 14 features). Budget-sensitive teams will find Convex easier to justify early on. All pricing and quota data below is sourced from Convex and Hasura's official documentation — not generated by AI or estimated.
Convex vs Hasura: Comparativa de precios, cuotas y características (2025)
En esta comparativa analizamos Convex y Hasura 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 baas — The 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.
Hasura pertenece a la categoría baas — Instant GraphQL + REST on your data sources — with permissions. Ofrece 5 tiers de precio: OSS (Community) gratuito, Cloud Free gratuito, Professional desde $99/mes, Advanced (personalizado). Su catálogo documenta 14 características y 7 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, Hasura y más de 130 plataformas para desarrolladores.
Pricing tiers
Convex
Hasura
Free-tier quotas head-to-head
Comparing starter on Convex vs free on Hasura.
| Metric | Convex | Hasura |
|---|---|---|
| db storage gb | 0.5 GB | — |
| deployments | 40 deployments | — |
| egress gb month | 1 GB/month | — |
| file storage gb | 1 GB | — |
| function calls month | 1000000 calls/month | — |
| team members | 6 users | — |
Features
Convex · 18 features
- Actions — Non-deterministic functions for external I/O (fetch, AI APIs, email). Cannot rea…
- Authentication — Convex Auth (built-in) or BYO provider (Clerk, Auth0, Kinde, WorkOS). ID tokens …
- Convex Agents — AI agent framework with durable memory, threads, tool use. Works with OpenAI / A…
- Convex Auth — First-party auth library: passwords, magic links, OAuth, phone — stored in your …
- Convex Components — Reusable backend modules (rate limiter, workflow, aggregate, action-retrier, etc…
- Cron Jobs — Recurring schedules defined in convex/crons.ts. UTC, cron-style patterns.
- Durable Workflows — Long-running multi-step workflows with retries and at-least-once guarantees.
- Exception Reporting — Auto-capture errors to Sentry, Axiom, Datadog.
- File Storage — Upload/download via storage API. Returns storage IDs referenced in documents.
- Full-Text Search — BM25 search index on table fields. withSearchIndex query helper.
- HTTP Actions — Expose public HTTP endpoints for webhooks, OAuth callbacks, third-party integrat…
- Log Streams — Stream function logs to Axiom, Datadog, Sentry. Pro+.
- Mutations — Transactional write functions. All reads + writes in one mutation are ACID; conf…
- Preview Deployments — Every Git branch gets its own isolated deployment. Integrates with Vercel/Netlif…
- Queries — Deterministic read-only TS functions. Automatically cached and re-run when under…
- Real-Time Subscriptions — useQuery auto-subscribes; server invalidates when data a query read changes. No …
- Scheduler — schedule.after / schedule.at — enqueue functions to run later. Durable, survives…
- Vector Search — Native vector index on tables. withIndex + filter fields. Up to 4096 dims.
Hasura · 14 features
- Actions — Custom resolvers via HTTP.
- Data Connector Hub — Build connectors to any source.
- Event Triggers — DB changes → webhook.
- GraphQL API — Auto GraphQL over relational + NoSQL.
- Hasura DDN (v3) — Multi-source supergraph with OpenDD.
- JWT Auth — Pluggable JWT verification.
- Metadata Migrations — Git-versioned Hasura config.
- Permissions — Row + column + session-based.
- Query Caching — Edge caching with cache-control directive.
- REST Endpoints — Turn any GraphQL op into REST.
- Remote Schemas — Merge external GraphQL into supergraph.
- Scheduled Triggers — Cron + one-off webhook triggers.
- Subscriptions — Live queries via WS.
- Webhook Auth — Custom auth via webhook.
Developer interfaces
| Kind | Convex | Hasura |
|---|---|---|
| CLI | Convex CLI | ddn CLI (v3), hasura CLI |
| SDK | Android / Kotlin Client, JavaScript/TypeScript Client, Next.js Integration, Python Client, React Client (useQuery), Rust Client, Svelte Client, Vue Client, iOS / Swift Client | — |
| REST | Deploy / Dashboard API, HTTP Actions | Hasura REST Endpoints, Metadata API |
| GRAPHQL | — | Hasura GraphQL Engine |
| OTHER | WebSocket Subscriptions | Data Connectors, Hasura Console |
Key takeaways
- Both Convex and Hasura offer a free tier — Convex ("Starter (Free)") and Hasura ("OSS (Community)") — with no credit card required to start.
- The entry-level paid plan is $25/month for Convex (Professional) vs. $99/month for Hasura (Professional).
- Convex has a broader documented feature set (18 features) vs. Hasura (14 features) in Staxly's catalog.
- Developer integrations differ: only Convex offers SDK; only Hasura offers GRAPHQL.
Want this comparison in your AI agent's context? Install the free Staxly MCP server.