Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

WunderGraph

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

WunderGraph Reviews and details

Screenshots and images

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

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.
  • 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 / 4 months 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 / 5 months 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 / 6 months 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 / 9 months 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 / 10 months 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 / 11 months 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 / 12 months 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: 12 months 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 / 12 months 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 / about 1 year 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 / about 1 year 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: about 1 year 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 / about 1 year 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: about 1 year 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 / about 1 year 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 / about 1 year 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 / about 1 year 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: about 1 year ago
  • Data Fetching with Next.js Data Fetching with Next.js 13’s Bleeding-Edge Features
    Coving every shiny, bleeding-edge new feature in Next.js 13 would take more time than we have, so today, let’s quickly talk about the most critical part of literally any app you’ll ever develop — the data fetching story — building this Record Store catalogue browser app on top of a Postgres database, as a learning exercise. Oh, and we’ll be using GraphQL (via WunderGraph ) to get data out of our database,... - Source: dev.to / over 1 year ago
  • I rebuilt our landing page with Next.js, Vercel, and Tailwind CSS.
    Let me know what you guys think! I'm not a great front end developer, so this was pretty daunting and I'm quite proud of it! Take a look at it here. Source: over 1 year ago
  • I redid our landing page. Built with Next.js, Vercel, and Tailwind CSS.
    Any feedback is welcome. Let me know what you guys think! You can also check it out here! Source: over 1 year ago

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

Suggest an article

Generic WunderGraph discussion

Log in or Post with

This is an informative page about WunderGraph. You can review and discuss the product 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.