SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 TypeScript GraphQL Projects
-
Project mention: The $847/year Developer Tool Stack That Replaced My $4,200 SaaS Subscriptions | dev.to | 2026-03-24
Hoppscotch is open-source, runs in the browser, and does everything I used Postman for. Collections, environments, WebSocket testing — all there.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Strapi
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.
Project mention: Three Ways to Convert JSON to TypeScript. Only One Is Deterministic. | dev.to | 2026-04-27CMS content. Headless CMS responses from Strapi, Sanity, or Contentful are deeply nested. Type them once; let the compiler catch template bugs.
-
TanStack Query
🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
queries/ If you're using TanStack Query (React Query), this is where you'd keep your query and mutation hooks. It helps to organize your data-fetching logic and caching in one place.
-
Website: twenty.com
-
payload
Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
Project mention: EmDash: A spiritual successor to WordPress and plugin security | news.ycombinator.com | 2026-04-01Payload can be deployed to Cloudflare Workers: https://github.com/payloadcms/payload/tree/main/templates/wi...
-
insomnia
The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
公式サイト: https://insomnia.rest/ GitHub: https://github.com/Kong/insomnia
-
Directus
The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
How does Directus 2026.0 compare to NocoDB 2026.1 for teams needing custom API extensions?
-
Refine
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
Project mention: Open Source Retool Alternative: A Code-First, AI-Native Approach | dev.to | 2026-04-28Refine: github.com/refinedev/refine
-
Hasura
Blazing fast, instant realtime GraphQL APIs on all your data with fine grained access control, also trigger webhooks on database events.
Project mention: One Brain to Query: Wiring a 60-Person Company into a Single Slack Bot | news.ycombinator.com | 2026-04-09Shameless plug: My org does this, and we deactived our Slack server to dogfood
https://promptql.io
By building Hasura [0], we already had the ability to generate data catalogs + metadata layer from DB's + API's so the foundational infra was there
[0] https://github.com/hasura/graphql-engine
-
Project mention: Web3 Growth Stack Explained: Tools, KPIs & Strategies for Onchain Growth | dev.to | 2026-03-23
Hey: Focuses on building privacy-centric social experiences.
-
react-admin
A frontend Framework for single-page applications on top of REST/GraphQL APIs, using TypeScript, React and Material Design
Project mention: Friday Links #30 — JavaScript Updates, Tools, and Inspiration | dev.to | 2025-10-17React Admin v5.12.0, TanStack Router 1.133, React Hook Form v7.65.0, Pixijs v8.14.0
-
I’m doing offline-first apps at work and want to emphasize that you’re constraining yourself a lot trying to do this.
As mentioned, everything fast(ish) is using SQLite under the hood. If you don’t already know, SQLite has a limited set of types, and some funky defaults. How are you going to take this loosey-goosey typed data and store it in a backend database when you sync? What about foreign key constraints, etc., can you live without those? Some of the sync solutions don’t support enforcing them on the client.
Also, the SQLite query planner isn’t great in my experience, even when you’re only joining on ids/indexes.
Document databases seem more friendly/natural, but as mentioned indexeddb is slow.
I wish this looked at https://rxdb.info/ more. They have some posts that lead me to believe they have a good grasp on the issues in this space at least
-
Project mention: Why the performance of GraphQL and React Server Components: What Matters | dev.to | 2026-05-05
⭐ graphql/graphql-js — 20,314 stars, 2,046 forks
-
apollo-client
The industry-leading GraphQL client for TypeScript, JavaScript, React, Vue, Angular, and more. Apollo Client delivers powerful caching, intuitive APIs, and comprehensive developer tools to accelerate your app development.
-
yaak
The most intuitive desktop API client. Organize and execute REST, GraphQL, WebSockets, Server Sent Events, and gRPC 🦬
Project mention: Ask HN: What developer tool do you wish existed in 2026? | news.ycombinator.com | 2025-12-22 -
Project mention: React Server Components without Next.js - what are the real alternatives today? | dev.to | 2026-02-03
RedwoodJS introduced React Server Components in its Bighorn release line. The implementation is currently marked as canary or experimental. Redwood integrates RSC into its router and build pipeline and aims to make server components the default in the future. However, key pieces such as full SSR parity, authentication integration, and generator support are still in progress. This makes Redwood a reasonable choice for experimentation, but not yet a safe default for production systems that depend heavily on RSC.
-
Project mention: How to build a reliable web application with Elm, GraphQL, PostGraphile and PostgreSQL | dev.to | 2025-06-22
The features will be very simple: visitors can see the list of images posted, and some editors will be able to add, modify, or remove images thanks of the GraphQL IDE named GraphiQL. I will explain more about GraphiQL later in this article.
-
amplication
Amplication brings order to the chaos of large-scale software development by creating Golden Paths for developers - streamlined workflows that drive consistency, enable high-quality code practices, simplify onboarding, and accelerate standardized delivery across teams.
-
apollo-server
🌍 Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.
Apollo Server is the go-to solution for building GraphQL servers in JavaScript:
-
-
crystal
🔮 Graphile's Crystal Monorepo; home to Grafast, PostGraphile, pg-introspection, pg-sql2 and much more! (by graphile)
-
graphql-code-generator
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
-
devhub
TweetDeck for GitHub - Filter Issues, Activities & Notifications - Web, Mobile & Desktop with 99% code sharing between them (by devhubapp)
TypeScript GraphQL discussion
TypeScript GraphQL related posts
-
Show HN: Constellation is an open-source Hasura-compatible GraphQL engine in Go
-
I reverse-engineered Tesco's API so an AI agent can do my grocery shop (and rank food by nutrition)
-
5 Free Online Tools You Didn't Know About — No Signup
-
Twenty CRM Pricing Teardown 2026
-
Show HN: AnythingMCP – source-available gateway turning REST/SOAP/SQL into MCP
-
Why the performance of GraphQL and React Server Components: What Matters
-
Twenty: The open alternative to Salesforce, designed for AI
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Jun 2026
Index
What are some of the best open-source GraphQL projects in TypeScript? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | Hoppscotch | 79,438 |
| 2 | Strapi | 72,321 |
| 3 | TanStack Query | 49,573 |
| 4 | Twenty | 49,077 |
| 5 | payload | 42,781 |
| 6 | insomnia | 38,472 |
| 7 | Directus | 36,025 |
| 8 | Refine | 34,820 |
| 9 | Hasura | 32,003 |
| 10 | hey-1 | 29,397 |
| 11 | react-admin | 26,763 |
| 12 | RxDB | 23,216 |
| 13 | graphql-js | 20,315 |
| 14 | apollo-client | 19,739 |
| 15 | yaak | 18,726 |
| 16 | graphql | 17,621 |
| 17 | graphiql | 16,833 |
| 18 | amplication | 16,008 |
| 19 | apollo-server | 13,939 |
| 20 | quicktype | 13,755 |
| 21 | crystal | 12,925 |
| 22 | graphql-code-generator | 11,253 |
| 23 | devhub | 10,097 |