# Hasura

Canonical: https://inetgeek.com/data-api/hasura/

Builds a GraphQL API over databases, existing APIs and custom code through connectors, exposing them as one supergraph with authorization, caching and observability attached.

## Who it suits

Putting one GraphQL API over several data sources at once when the free tier's terms matter more than the paid one's: unlimited models at any scale, no cap on API requests or concurrent users, and self-hosting with the v3 engine, all at $0.

Consider something else if The bill has to be predictable before you design the schema. Hasura charges $5 per active model per month, so cost scales with how wide your supergraph is rather than how much traffic it serves, and connector hosting is billed separately by vCPU-hour on top.

## What the documentation says

### Pricing

- Free tier: Yes ([source](https://hasura.io/pricing), read 2026-09-14)
- What the free plan includes: Unlimited models at any scale, one supergraph developer, and 15 minutes of observability retention. API requests per month and concurrent API users are both listed as no limit. ([source](https://hasura.io/pricing), read 2026-09-14)
- Entry paid plan: DDN Base starts at $5 per active model per month — a per-model rate rather than a plan fee, so no magnitude is recorded. Hosting third-party and code connectors is separate, at $0.075/vCPU-hour and $0.0075/GiB-hour. ([source](https://hasura.io/pricing), read 2026-09-14)
- Pricing model: Per active model, per month, with connector hosting billed separately by vCPU-hour and GiB-hour. API requests and concurrent users are not metered. ([source](https://hasura.io/pricing), read 2026-09-14)

### Infrastructure

- Autoscaling: Supported ([source](https://hasura.io/pricing), read 2026-09-14)

### Observability

- Self-hostable: Supported ([source](https://hasura.io/pricing), read 2026-09-14)

### Compliance

- SOC 2: Supported ([source](https://hasura.io/pricing), read 2026-09-14)

## Compared with

- [Hasura vs AWS AppSync](https://inetgeek.com/compare/hasura-vs-aws-appsync/)
- [Hasura vs Directus](https://inetgeek.com/compare/hasura-vs-directus/)
- [Hasura vs DreamFactory](https://inetgeek.com/compare/hasura-vs-dreamfactory/)
