Hasura Pricing Explorer

Hasura Pricing Explorer

Hasura Pricing Explorer

Compare plans, estimate costs, and benchmark against competitors.

Start Free

Cost Estimator

Plan:
API Requests (M):
Data Pass-through (GB):

Estimated cost: —

Key Takeaways

  • Cloud Free: 1 project, 1M requests/mo.
  • Cloud Pro: $0.20 per M requests + $0.25/GB data.
  • Self-hosted: Free core, pay for EE features.
  • EE Add-ons: $100–$500/mo (auth, caching, etc.).
  • Instant GraphQL on any DB. Postgres, SQL Server, BigQuery.
  • Cheaper than AppSync for high-throughput.

Plans & Prices

PlanBaseRequestsDataBest for
Cloud Free$01M/mo1 GB/moPrototypes
Cloud Pro$0$0.20/M$0.25/GBProduction
Cloud EnterpriseCustomCustomCustomLarge orgs
Self-hosted$0 coreEE add-onsEE add-onsControl

Competitor Comparison

Hasura Plan:
API Requests (M):
Data Pass-through (GB):
ToolMapped tierRequestsDataTotal
HasuraCloud Pro
AppSyncPay-per-request
PostGraphileSelf-hosted
SupabasePro

Gotchas

  • Cloud Free: 1 project, public endpoints.
  • Requests = GraphQL operations (not HTTP).
  • EE features require license key.

Average Ratings

G2 Rating: 4.7 / 5 (420+ reviews)

GitHub Stars: 31k+

Based on verified reviews as of 2025.

Common Complaints

  • Complex RBAC setup.
  • Cloud lock-in for Pro features.
  • Learning curve for permissions.

Common Praises

  • Instant GraphQL on any database.
  • Real-time subscriptions out-of-box.
  • Excellent performance & caching.

Plans & Prices

PlanBaseRequestsData Pass-throughIncluded
Cloud Free$01M/mo1 GB/mo1 project
Cloud Pro$0$0.20/M$0.25/GBMulti-project, SLA
Cloud EnterpriseCustomCustomCustomVPC, SSO, audit
Self-hosted$0 coreEE: $100–$500/moEE: $100–$500/moFull control

Add-ons (Enterprise Edition)

Add-onWhat it doesPriceBest for
AuthZ (RBAC/ABAC)Row-level security.$100/moMulti-tenant apps.
Allow ListWhitelist safe queries.$100/moSecurity compliance.
Query CachingRedis-backed cache.$150/moHigh-read APIs.
Remote SchemasMerge external APIs.FreeMicroservices.

When to go Cloud Pro

  • >1M requests/mo.
  • Need SLA or multi-region.

When to self-host

  • Compliance (on-prem).
  • Existing infra.

Tip: Start on Cloud Free, migrate to Pro when traffic grows.

Usage & Limits

MeterThresholdsHow pricing changesControl tactic
RequestsPer million$0.20 (Cloud Pro)Batch, paginate, cache.
DataPer GB out$0.25Compress, select only needed fields.
Projects1 (Free)Unlimited (Pro)Separate envs.
Connections100–10kScale instanceUse connection pool.