Section 01
Company Overview
Hasura is a developer tools company best known for its open-source GraphQL Engine — a product that instantly generates a real-time GraphQL API on top of your existing databases. Founded in 2017 by Tanmai Gopal (CEO) and Rajoshi Ghosh (COO), Hasura graduated from Y Combinator's Summer 2017 batch and quickly became one of the most popular open-source projects in the GraphQL ecosystem.
The core insight was simple but powerful: instead of manually writing API endpoints, Hasura auto-generates a production-ready GraphQL API by connecting directly to your database (originally PostgreSQL, now many more). This eliminated weeks of boilerplate backend work for developers and became a viral hit in the developer community.
Today, Hasura has evolved beyond its GraphQL roots into a broader data access and delivery platform, with its V3 engine powering the Hasura Data Delivery Network (DDN) and a new AI-focused product called PromptQL — positioning the company at the intersection of data infrastructure and artificial intelligence.
Notable Users
- Airbus — mission-critical data delivery
- Atlassian — internal tooling and API layer
- Walmart — high-scale e-commerce APIs
- Morgan Stanley — financial data access
- Thousands of startups and mid-market companies worldwide
Section 02
Product Deep Dive
Hasura's product suite has evolved through three major versions, each expanding the scope of what the engine can do. At its core, Hasura solves the "data access problem" — giving frontend and application developers instant, secure, performant APIs without writing backend code.
Hasura GraphQL Engine (V2 — Stable)
- Instant GraphQL & REST APIs from PostgreSQL, MS SQL Server, BigQuery
- Real-time subscriptions out of the box via WebSockets
- Fine-grained, role-based access control (RBAC) at the row and column level
- Event triggers — fire webhooks on database INSERT/UPDATE/DELETE
- Remote schemas — stitch external GraphQL services into a unified API
- Actions — extend the auto-generated API with custom business logic
- Migrations & metadata management for CI/CD workflows
Hasura DDN (V3 — GA)
- Data Delivery Network — composable, federated data access layer
- Supports PostgreSQL (+ flavors), MongoDB, ClickHouse, MS SQL Server
- Connector SDK in TypeScript, Python, and Go for custom data sources
- Open Connector Hub — community-contributed data connectors
- CI/CD-native: version-controlled metadata, build-based deployments
- Supergraph architecture — compose multiple subgraphs into one API
- Enhanced observability, tracing, and performance monitoring
Hasura Cloud
- Managed, globally distributed Hasura infrastructure
- Free tier available for hobbyists and prototyping
- Professional and Enterprise tiers with SLAs, SSO, VPC peering
- Built-in caching, rate limiting, and query allow-lists
- One-click deployment from GitHub repos
Section 03
Funding & Valuation
Hasura has raised approximately $136.5 million in total funding across multiple rounds. The company's Series C in February 2022, led by Greenoaks Capital, valued Hasura at approximately $1 billion — earning it unicorn status at a time when developer tools companies were commanding premium valuations.
~$1B
Last Known Valuation
Funding History
- Y Combinator S17: Seed funding (~$150K) — 2017
- Series A: $9.9M led by Nexus Venture Partners — Sept 2018
- Series B: $25M led by Lightspeed Venture Partners — Sept 2020
- Series C: $100M led by Greenoaks Capital — Feb 2022 (~$1B valuation)
Key Investors
- Greenoaks Capital (Series C lead)
- Lightspeed Venture Partners
- Nexus Venture Partners
- Vertex Ventures
- SAP.iO Fund
- Y Combinator
Section 04
Open Source & Community
Hasura's graphql-engine repository on GitHub is one of the most-starred projects in the entire GraphQL ecosystem, with over 31,000 stars. The open-source nature of the product was the primary growth driver — developers could spin up a Hasura instance locally, connect it to Postgres, and have a production-grade GraphQL API in minutes.
The V3 engine (powering DDN) is also open source, along with all data connectors. Hasura has embraced an open connector ecosystem, allowing third-party developers to build connectors for any data source using TypeScript, Python, or Go SDKs.
Open Source Strengths
- Bottom-up adoption — developers try it free, then advocate internally
- Transparent development — issues, roadmap, and RFCs all public
- Self-hosted option eliminates vendor lock-in concerns
- Rich ecosystem of tutorials, blog posts, and community projects
- HasuraCon annual conference builds community engagement
Section 05
The AI Pivot: PromptQL
In 2025, Hasura made a significant strategic pivot by launching PromptQL — a platform that positions itself as the "data access layer for AI." The company's website (hasura.io) now redirects its about page to promptql.io, signaling just how central this new product is to Hasura's future.
PromptQL builds on Hasura's core competency — connecting to diverse data sources and providing structured access — and extends it to allow large language models (LLMs) to query, reason over, and act on business data with precision, accuracy, and traceability.
PromptQL Key Features
- Natural language interface to business data across all connected sources
- Codifies business logic so LLM responses are deterministic and reliable
- Explainable and traceable AI outputs — not black-box generation
- Built on DDN's federation, security, and observability stack
- Enterprise-grade: CI/CD-native, production-ready from day one
- Targets the "accuracy gap" — the #1 barrier to enterprise AI adoption
Strategic Rationale
- Hasura already solves "how do apps access data" — extending this to "how does AI access data" is natural
- The enterprise AI market is projected to exceed $300B by 2028
- Most RAG and LLM-based systems struggle with accuracy on structured business data
- PromptQL differentiates by combining LLM flexibility with deterministic execution
- Massive TAM expansion from dev tools (~$20B) to AI infrastructure (~$100B+)
Section 06
Competitive Landscape
Hasura operates at the intersection of API generation, GraphQL tooling, and now AI data infrastructure. The competitive landscape varies significantly depending on which product dimension you're evaluating.
| Company |
Funding / Status |
Core Focus |
Threat Level |
| Apollo GraphQL |
$252M raised (private) |
GraphQL federation, supergraph platform |
HIGH |
| AWS AppSync |
Amazon subsidiary |
Managed GraphQL on AWS |
MODERATE |
| PostGraphile |
Open source (indie) |
Postgres → GraphQL (Node.js) |
LOW |
| Prisma |
~$77M raised (private) |
ORM / database toolkit for Node.js/TS |
LOW |
| Supabase |
~$116M raised (private) |
Open-source Firebase alternative (Postgres-native) |
MODERATE |
| LangChain / LlamaIndex |
~$35M / ~$34M raised |
LLM orchestration / data pipelines for AI |
MODERATE |
Hasura's Competitive Moats
- Instant API generation: No other tool matches zero-code → production GraphQL API speed
- Database-native: Deep integration with Postgres, MongoDB, ClickHouse, MSSQL
- Open source credibility: 31K+ stars and community trust are hard to replicate
- Federation architecture: DDN's supergraph competes directly with Apollo Federation
- AI data bridge: PromptQL occupies a unique niche between LLM orchestrators and data platforms
Section 07
Reddit Sentiment Analysis
Aggregate sentiment analysis from r/graphql, r/node, r/webdev, r/devops, and r/startups. Data reflects community discussions through early 2026.
Common Praise
- "Hasura literally saved us months of backend work — connect Postgres and you have a full API"
- "The permissions system is incredibly powerful for a free, open-source tool"
- "Best way to prototype a backend quickly — nothing else comes close"
- "Self-hosting is rock solid, runs great in Docker/Kubernetes"
Common Complaints
- V3/DDN is a major breaking change — community feels whiplash from V2 deprecation
- PromptQL pivot feels like chasing AI hype rather than doubling down on GraphQL
- Cloud pricing jumped significantly; free tier is more limited than before
- Complex business logic still requires Actions/webhooks — not truly "zero backend"
- Documentation for V3/DDN is lagging behind the V2 docs quality
⚠️ Sentiment data is estimated based on aggregated community discussions and is not scientifically sampled. It reflects online conversation trends, not a representative survey.
Section 08
Risk Factors
Key Risks
- Pivot risk: The PromptQL/AI pivot may alienate the GraphQL-focused community that built Hasura's reputation
- Revenue uncertainty: No public revenue figures; unclear if cloud monetization is keeping pace with burn rate
- Valuation overhang: $1B valuation from Feb 2022 may be underwater given the 2023-24 devtools downturn
- Apollo competition: Apollo Federation is the enterprise standard for GraphQL; Hasura DDN is playing catch-up in large orgs
- V2 → V3 fragmentation: Community split between stable V2 and newer DDN; migration friction hurts adoption
- Crowded AI data space: PromptQL competes with well-funded LangChain, LlamaIndex, and major cloud vendors' AI stacks
- Open source sustainability: Balancing open-source community goodwill with commercial monetization is an ongoing tension
- Key person risk: Company identity closely tied to co-founder Tanmai Gopal's vision and technical leadership
Section 09
Strategic Outlook
Hasura is at a critical inflection point. The company built its reputation as the fastest way to get a GraphQL API — and it genuinely delivered on that promise. The open-source engine is battle-tested, beloved by individual developers, and has a strong foothold in the mid-market. But the pivot to AI via PromptQL represents a high-stakes bet: if it works, Hasura evolves into a foundational AI data infrastructure company with a dramatically larger TAM. If it doesn't, the company risks losing focus while competitors solidify their positions in the GraphQL space.
Strategic Vectors to Watch
- PromptQL traction: Enterprise adoption metrics for PromptQL will determine if the AI pivot is substance or hype
- DDN connector ecosystem: The breadth of the connector hub will determine DDN's ability to compete with Apollo
- Fundraising signals: No new round since Feb 2022 — watch for a Series D or potential down round
- V2 sunset timeline: How Hasura handles V2 end-of-life will be a trust litmus test for the community
- Enterprise wins: Large logo acquisitions (Fortune 500) for DDN/PromptQL would validate the pivot
CAUTIOUSLY OPTIMISTIC
OPEN SOURCE
AI PIVOT
PROVE IT
Section 10
CrowsEye Score
The CrowsEye Score is a proprietary composite rating assessing a company's overall strength across four strategic pillars. Each pillar is scored 0–10 and averaged for the overall score.
GOOD — 7.0 / 10
Score Rationale
- Innovation (8.2/10): The original GraphQL Engine was genuinely innovative and changed how devs build APIs. DDN's supergraph and PromptQL show continued ambition, but execution is still unproven at scale.
- Trust (7.2/10): Strong open-source track record and 31K+ GitHub stars build real credibility. Dinged for the V2→V3 breaking changes and community concerns about strategic direction.
- Momentum (5.8/10): No new funding since early 2022. The AI pivot is early-stage with no public traction metrics. GraphQL market growth has slowed relative to 2020-21 hype. PromptQL needs wins.
- Value (6.8/10): The self-hosted open-source engine delivers enormous value for free. Cloud pricing is reasonable but facing competition from Supabase. $1B valuation may need a reality check.
The Crow's Verdict
Hasura solved a real problem beautifully. "Connect your Postgres, get a GraphQL API" is one of the cleanest developer pitches in the history of devtools. The 31K GitHub stars aren't vanity metrics — they represent hundreds of thousands of developers who shipped products faster because Hasura existed.
But in 2026, Hasura is a company in transition. The PromptQL pivot is bold — potentially brilliant if enterprise AI data access becomes as critical as everyone predicts. The risk is that Hasura ends up being "too GraphQL for the AI crowd, too AI for the GraphQL crowd." The company needs to prove that PromptQL isn't just a rebrand of their data layer with an LLM slapped on top, but a genuinely differentiated product that enterprises will pay serious money for.
For developers evaluating Hasura today: the V2 GraphQL Engine remains an excellent, battle-tested tool. Self-host it, connect your Postgres, and enjoy the magic. For DDN and PromptQL? Watch closely, but wait for production case studies before betting your architecture on them.
Disclaimer: This dossier is for informational purposes only. CrowsEye scores are editorial opinions, not financial or professional advice. Always do your own research.