Software Alternatives, Accelerators & Startups

WunderGraph

Save 2-4 weeks / 90% of the code building web apps by automating API integrations and security.

WunderGraph

WunderGraph Reviews and Details

This page is designed to help you find out whether WunderGraph is good and if it is the right choice for you.

Screenshots and images

  • WunderGraph Landing page
    Landing page //
    2023-08-27

Features & Specs

  1. API Integration

    WunderGraph simplifies the integration of various APIs by automatically generating queries and mutations. This reduces the time and effort required to manually integrate and maintain multiple API connections.

  2. GraphQL Support

    It provides first-class support for GraphQL, enabling developers to leverage GraphQL's powerful querying capabilities for better data retrieval and interaction.

  3. Type Safety

    The tool offers strong type safety out of the box, which helps in catching errors at compile time and ensures a more robust application.

  4. Real-time Capabilities

    WunderGraph supports subscriptions and live queries, providing real-time updates to applications, which is crucial for apps that require live data feeds.

  5. Serverless Deployment

    The platform supports serverless deployment, which can simplify the scaling process and reduce the operational overhead for maintaining infrastructure.

Badges

Promote WunderGraph. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

#WunderGraph Show & Tell #3 - Secrets, Multi-Region Deployments, Create WunderGraph App, and more...

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about WunderGraph and what they use it for.
  • Cap'n Web: a new RPC system for browsers and web servers
    I'm with WunderGraph, a vendor providing enterprise tooling for GraphQL. First, I absolutely love Capn Proto and the ideas of chaining calls on objects. It's amazing to see what's possible with CapNweb. However, one of the examples compares it to GraphQL, which I think falls a bit short of how enterprises use the Query language in real life. First, like others mentioned, you'll have N+1 problems for nested lists.... - Source: Hacker News / 9 days ago
  • What Happens When AI Becomes the Client?
    At WunderGraph, weโ€™ve been building toward that future with Cosmo, our GraphQL federation platform. - Source: dev.to / 5 months ago
  • An Introduction to Cosmo Router โ€” Blazingly Fast Open-Source Federation V1/V2 Gateway
    Today, weโ€™ll look at WunderGraph Cosmo โ€™s high-performance, open-source, Federation V1/V2 compatible Router. Weโ€™ll cover what it does, why itโ€™s so important to the Cosmo stack, how you can host it yourself, and even customize and extend it with Go code of your own. - Source: dev.to / 7 months ago
  • GraphQL Federation Field-level Metrics 101
    To demonstrate field usage metrics in Federation, Iโ€™ll be using WunderGraph Cosmo โ€” a fully open source, fully self-hostable platform for Federation V1/V2 that is a drop in replacement for Apollo GraphOS. - Source: dev.to / over 1 year ago
  • You do need a technical co-founder
    The inverse is also true. As a technical founder, and maybe even an introvert like me, you should definitely look for a non-technical co-founder who can help you with networking, etc... I found my dream co-founder through YC Co-founder match and what can I say, it's going great. We're focusing on enterprise GraphQL/API solutions (https://wundergraph.com) and I benefit from the networking and communication... - Source: Hacker News / almost 2 years ago
  • The Road to GraphQL At Enterprise Scale
    GraphQL Gateway is primarily responsible for serving GraphQL queries to consumers. It takes a query from a client, breaks it into smaller sub-queries, and executes that plan by proxying calls to the appropriate downstream subgraphs. When we started our journey, there was only Apollo Federation in the arena, and we used it. Still, now you can look at other options (e.g. Mercurius, Conductor, Hot Chocolate,... - Source: dev.to / almost 2 years ago
  • tRPC โ€“ Move Fast and Break Nothing. End-to-end typesafe APIs made easy
    I'm a big fan of tRPC. It's amazing how it pushed TypeScript only stacks to the limit in terms of DX. Additionally, it made the GraphQL community aware of the limitations and tradeoffs of the Query language. At the same time, I think tRPC went through a really fast hype cycle and it doesn't look like we're seeing a massive move away from REST and GraphQL to RPC. That said, we see a lot of interest in RPC these... - Source: Hacker News / about 2 years ago
  • Build Smarter, Not Harder: Simplifying Backend Workflows with Build-time GraphQL
    Starting to sound like a broken record, here. How do we break the cycle? Letโ€™s talk about it, with a look at a free and open-source technologyโ€Š -- โ€ŠWunderGraphโ€Š -- that can help us. - Source: dev.to / over 2 years ago
  • Ask HN: Who is hiring? (June 2023)
    WunderGraph | https://wundergraph.com/ | Full-time | Senior Golang Engineer | Remote WunderGraph is the BFF (Backend for Frontend) Framework. Our solution helps developers to manage the API Dependencies of their applications and create BFFs in no time. Our long term vision is to build GitHub for APIs, a collaboration platform for API creators and consumers. At the core of our product is the "Engine", a... - Source: Hacker News / over 2 years ago
  • 5 Best Backend-for-Frontend Tools You Should Be Using
    WunderGraph is a free and open-source (Apache 2.0 license) Backend-for-Frontend framework, allowing you to declaratively turn your data dependencies โ€“ microservices, databases, and 3rd party APIs โ€“ into a secure, unified, and extensible API exposed over JSON-RPC. - Source: dev.to / over 2 years ago
  • What NodeJS framework do you use in production?
    Fastify is awesome, we use it as part of our backend framework at https://wundergraph.com. Source: over 2 years ago
  • The Backend-for-Front pattern using NextJS: A Step-by-Step Guide
    For this tutorial, letโ€™s build a simple Dashboard for an eCommerce that weโ€™ll implement using the BFF pattern. Weโ€™ll use Next.js as our frontend, two simple microservices for our data, and WunderGraph as our Backend-for-Frontend. - Source: dev.to / over 2 years ago
  • Grafbase is now in public beta
    WunderGraph founder here. In case you don't know us, here's a link: https://wundergraph.com or GitHub https://github.com/wundergraph/wundergraph. There are many architectural differences, but most importantly WunderGraph is Open Source (Apache 2.0 & MIT) and can run anywhere. It's a simple docker container. We're local first, and you can run WG offline. Our... - Source: Hacker News / over 2 years ago
  • Ask HN: What are the top BaaS (Back end as a Service) platforms in 2023
    Full Disclosure, I'm one of the founders of WunderGraph, but I thought I provide my 2 cents. > The backend engineer in me is a little wary of using these and it seems like it will be hard to get off these platforms later We're open source with a Apache-2.0 license and will never switch it. You can also self host it yourself on your architecture or you can host it on ours. What I like about WunderGraph personally... - Source: Hacker News / over 2 years ago
  • Go-based Startups, Please Share Your Experience
    In my career, I've worked with many languages and frameworks, and while all of them have done the job, what stands out with Go is how easily it allows you to express your thoughts in a standard solution that is relatively easy to maintain and explain. With Go, you can get started quickly and scale up without the need for re-architecture. The language is simple to read and comes with all the necessary tools to be... Source: over 2 years ago
  • Uncovering Frontend Data Aggregation: Our Encounter with BFF, GraphQL, and Hydration
    Another tool we discovered was wundergraph, which we didn't have the chance to fully explore. However, based on our initial research, it appears to be similar to graphql-mesh but more powerful, using JSON-RPC instead of GraphQL. - Source: dev.to / over 2 years ago
  • How to make a complex API more accessible?
    You could run an api gateway in front of your existing apis and only expose the parts that are useful for smaller clients. https://wundergraph.com is very suitable for this. Source: over 2 years ago
  • Ask HN: How a non dev ops host things to the world?
    > Sounds so easy to deploy a static thing in GitHub pages but so scary to deploy any API on AWS. I like this quote. Might have to borrow it for marketing haha. If you want, give WunderGraph(https://wundergraph.com/) a try. It's a API developer platform and you can host your API in ~ 2 minutes. Here's a video on how to do it in 90 seconds: - Source: Hacker News / over 2 years ago
  • Show HN: Crul โ€“| Query Any Webpage or API
    Hey, just watched the video. This looks super useful! I'm the founder of WunderGraph (https://wundergraph.com) and we allow our users to easily integrate multiple data sources into a virtual graph, which they can then access using GraphQL. You can add various data sources, like GraphQL, Federation, OpenAPI, Databases, etc... I was just thinking, wouldn't it be cool if we could find an easy way to add a "Crul"... - Source: Hacker News / over 2 years ago
  • From Go on EC2 to Fly.io: +fun, โˆ’$9/mo
    If you like the model of fly, but want a simpler abstraction on top, have a look at WunderGraph Cloud. Connect a GitHub repository in a few clicks and we automate deployments, analytics, etc. So what's left for you is to implement an API using TypeScript. On deployment, we even generate a Postman collection, so you can easily share your API. One thing to point out is that we're leveraging fly Machines for... - Source: Hacker News / over 2 years ago
  • Advice on ORMs with REST/GraphQL & Hasura/PostGraphile implementation
    You can run https://wundergraph.com/ in front of your REST endpoints as an API gateway and use the auto generated type safe clients in your frontends. It also supports adding business logic on top of the API and supports writing your own custom resolvers. Source: over 2 years ago

Do you know an article comparing WunderGraph to other products?
Suggest a link to a post with product alternatives.

Suggest an article

WunderGraph discussion

Log in or Post with

Is WunderGraph good? This is an informative page that will help you find out. Moreover, you can review and discuss WunderGraph here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.