Stack

Tech Stack developed by The Guild (by the-guild-org)

Stack Alternatives

Similar projects and alternatives to Stack

  1. vite

    900 Stack VS vite

    Next generation frontend tooling. It's fast!

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. esbuild

    An extremely fast bundler for the web

  4. Hasura

    234 Stack VS Hasura

    Blazing fast, instant realtime GraphQL APIs on all your data with fine grained access control, also trigger webhooks on database events.

  5. swc

    155 Stack VS swc

    Rust-based platform for the Web

  6. graphql

    125 Stack VS graphql

    RedwoodGraphQL

  7. fp-ts

    99 Stack VS fp-ts

    Functional programming in TypeScript

  8. apollo-server

    74 Stack VS 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.

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. 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.

  11. graphiql

    44 Stack VS graphiql

    GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.

  12. graphql-spec

    39 Stack VS graphql-spec

    GraphQL is a query language and execution engine tied to any backend service.

  13. graphql-js

    27 Stack VS graphql-js

    A reference implementation of GraphQL for JavaScript

  14. apollo-client

    30 Stack VS apollo-client

    :rocket:  A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server.

  15. graphql-yoga

    25 Stack VS graphql-yoga

    🧘 Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements WHATWG Fetch API and can run/deploy on any JS environment.

  16. monio

    19 Stack VS monio

    The most powerful IO monad implementation in JS, possibly in any language!

  17. graphql-mesh

    13 Stack VS graphql-mesh

    🕸️ GraphQL Federation Framework for any API services such as REST, OpenAPI, Swagger, SOAP, gRPC and more...

  18. graphql-tools

    18 Stack VS graphql-tools

    :wrench: Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach

  19. graphql-inspector

    8 Stack VS graphql-inspector

    🕵️‍♀️ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage

  20. apollo-angular

    4 Stack VS apollo-angular

    A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁

  21. console

    4 Stack VS console

    Hive is a GraphQL platform: schema registry, analytics and gateway for GraphQL federation and other GraphQL APIs (by graphql-hive)

  22. envelop

    7 Stack VS envelop

    Envelop is a lightweight library allowing developers to easily develop, share, collaborate and extend their GraphQL execution layer. Envelop is the missing GraphQL plugin system.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Stack alternative or higher similarity.

Stack discussion

Log in or Post with

Stack reviews and mentions

Posts with mentions or reviews of Stack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-27.
  • How to write GraphQL resolvers effectively
    1 project | dev.to | 4 Nov 2024
    By providing mappers, codegen is smart enough to understand that we want to defer resolve, and we need to write logic for `Movie.actors`, `Movie.name`, `Actor.id` and `Actor.stageName` resolvers to ensure we don't encounter runtime errors. Learn how to set up GraphQL Code Generator and Server Preset for GraphQL Yoga and Apollo Server in this guide [here](https://the-guild.dev/graphql/codegen/docs/guides/graphql-server-apollo-yoga-with-server-preset). ## Summary In this article, we have explored how resolvers work in a GraphQL server resolver code flow and **resolver chain**, and how to write resolvers effectively using **mappers** and **defer resolve** techniques. Finally, we add GraphQL Code Generator and Server Preset to automatically generate resolvers and their types to ensure strong type-safety and reduce runtime errors.
  • The Power of Less: Streamlining Dependencies with Remult
    1 project | dev.to | 13 Jun 2024
    As a longtime GraphQL enthusiast (shoutout to The Guild 👋), it was hard for me to put this part of my stack into question.
  • GraphQL Request Cancellation in JavaScript
    1 project | dev.to | 29 Apr 2024
  • The complete GraphQL Scalar Guide
    4 projects | dev.to | 27 Jun 2023
    This article was published on Tuesday, June 27, 2023 by Eddy Nguyen @ The Guild Blog
  • Apidays Paris 2022 - GraphQL Mesh - Query any API, run on any platform by Uri Goldshtein
    1 project | /r/graphql | 19 Apr 2023
    I gave an overview of The Guild tools and they support REST and other API protocols that are not necessarily GraphQL.
  • Optimize your Bundle Size with SWC and GraphQL Codegen
    6 projects | dev.to | 18 Apr 2023
    Then you're ready to go! The plugin will automatically optimize your generated code when SWC compiles your files. In conclusion, using the [`client-preset`](https://graphql-code-generator.com/plugins/presets/client-preset) for GraphQL Code Generator is a powerful way to improve the DX of your project. However, without proper optimization, the bundle size can quickly become bloated. By using the [@graphql-codegen/client-preset-swc-plugin](https://www.npmjs.com/package/@graphql-codegen/client-preset-swc-plugin), (or the [Babel plugin](https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#babel-plugin)) you can optimize the generated code and reduce the bundle size, and in the end improve the loading time of your application.
  • Moving from Apollo to Vanilla GraphQL
    3 projects | /r/graphql | 6 Mar 2023
    I started using Apollo and as I got more experienced about GraphQL I found out about The Guild.
  • How we migrated to Apollo Server 4
    4 projects | dev.to | 23 Feb 2023
    Second, the developer experience around GraphQL is amazing, and we’ve been fortunate to use some great tools from The Guild and Apollo in building our product. For example, we publish our GraphQL schemas to Apollo Studio, we embed the Apollo Studio Explorer in our docs, and our GraphQL API is actually built on top of Apollo Server.
  • How we shipped CDN access tokens with Cloudflare Workers and R2
    2 projects | dev.to | 1 Feb 2023
  • Is React still the most heavily dominant framework sought after by employers, or can I start learning other frameworks/libraries when looking for a new job?
    4 projects | /r/cscareerquestions | 1 Oct 2022
    The ecosystem offered by https://the-guild.dev/ is a spectacular suite of services offered for free that can really help learning the concepts of development and composable elements.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 21 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic Stack repo stats
21
261
0.0
over 2 years ago

Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com