nowfound

Alternatives

Products that do what I Replaced React in GraphiQL with Svelte does

I love Svelte and GraphQL. I do not like React. So, when I'm building APIs, I cringe when using the official GraphiQL interface. I have free will and a Claude subscription so I made it happen. You can find it on npm as "@eeeooolll/graphiql" (@eol was taken). https://www.npmjs.com/package/@eeeooolll/graphiql I also upgraded my batteries-included GraphQL server to use it. You can find it on JSR. https://jsr.io/@eol/gq

  1. 1

    Your journey to master pragmatic GraphQL in JavaScript

    2018

  2. 2TM
  3. 3

    GraphQL IDE for better development workflows

    2017

  4. 4

    Build data-driven React applications with GraphQL and Relay

    2017

  5. 5
    LUCID95

    Visualize GraphQL dataflow, React components & state changes

    2019

  6. 6
    Reindex161

    GraphQL backend as a service

    2016

  7. 7

    GraphQL client/code generator with autocomplete library ⚡

    2020

  8. 8GQ
  9. 9PB

    Hi HN, We're Rishabh, Aashish, and Noah, the creators of ProtoType: a platform for building GraphQL backends. You can check it out here: https://www.useprototype.com We were fed up with creating the same sort of APIs over and over again when building web applications so we built this tool for ourselves. As we're all in university, we showed it around to our friends and they enjoyed using it to kickstart their projects. After that, we thought we'd host it on a website and allow anybody to use it! ProtoType is different from similar GraphQL backend builders such as 8base in that it…

    2019

  10. 10IT

    We built Poozle (an open source platform) to simplify API integrations. Instead of dealing with multiple providers with different syntax and requirements, our platform offers a standardised interface through GraphQL. Why we built this: 1. In our previous jobs, we did many integrations and found no standardisation to the process. 2. Existing Unified API solutions lack customizability and only work for integrating multiple integrations from one vertical. Our beta version includes: 1. Plug n Play Integrations: Choose an integration from our pre-built list and start using it. 2. Playground:…

    2023 · github.com

  11. 11IB
  12. 12IB

    Hey everyone! Some time ago I was analyzing why React apps are so hard to optimize, and came to a conclusion that the lack of atomic updates is the culprit. I made an experimental library which basically updates everything in place directly in HTML. At some point I became aware that Solidjs exists, which is a very similar idea, but at the end of the day I realized my approach to API is quite different and warrants the existence of my library (my state primitive allows selector subscriptions, array iterators return a state primitive with the element, allowing to never re-render the whole…

    2024 · github.com

  13. 13GI

    Hey, I'm Nenad. I built Grafly (https://grafly.io) because I kept reaching for different tools just to sketch out a quick architecture diagram and hating either the UI, color schemes, usage patterns or that I had to log in, or have my doodles stored on someone's server. It's a React/React Flow app that runs entirely in the browser meaning that everything saves to localStorage, nothing leaves your machine. You get basic shapes, AWS/GCP icons, edges with waypoints and shareable URLs that encode the whole diagram in the query string (no backend, just LZ compression). There…

    Mar 2026 · grafly.io

  14. 14IM

    I made a starter template for creating Haskell web-applications using HTMX, AlpineJS, Servant, TailwindCSS and Lucid (HASTL) - I really enjoy working in this stack and I think it brings together a lot of cool technologies with the awesomeness of Haskell doing all the heavy lifting I also tried to make it "production ready" by adding build and test tools e.g. it comes with simple Make targets and with unit and integration tests that use testcontainers to spin up the database and web application to test against. It's based on the awesome servant-persistant example by Matt Parsons…

    2024 · github.com

  15. 15GO
  16. 16GZ

    I made an API mocking tool that imports a schema, populates fake data, then runs a local server. This is helpful for testing APIs or advanced prototyping. A demo video is here: https://www.loom.com/share/abad2cdf325e4e0b9addea1e14406166?... There’s two fun things about this tool 1. the complete lack of configs and schema annotations. i.e. you don’t need to learn faker-js. You just need your existing GraphQL schema and to to swap out the server URL in your frontend code. 2. the depth. Your fake objects have relationships to other fake objects. And in proxy mode, real…

    2023 · github.com

  17. 17AO

    Hi HF, I'm Terrell, and we built an open-source app that lets developers create their own Operator with a Next.js/React front-end and a flask back-end. The purpose is to simplify spinning up virtual desktops (Xfce, VNC) and automate desktop-based interactions using computer use models like OpenAI’s There are already various cool tools out there that allow you to build your own operator-like experience but they usually only automate web browser actions, or aren’t open sourced/cost a lot to get started. Spongecake allows you to automate desktop-based interactions, and is fully open…

    2025 · github.com

  18. 18IM

    I've given myself a 12-month coding challenge to create and validate six mini start-up ideas. Noticing a trend among developers to create and sell their boilerplates, I decided to start the challenge by making a (completely free & open-source) one for myself. I thought it might also be useful for others who like this tech stack. Since I plan to develop and validate ideas quickly during my challenge, having a solid boilerplate is going to be extremely helpful. Here's the stack: - SvelteKit + TypeScript (no NextJS...) - DaisyUI, TailwindCSS - Supabase Auth + Database And this is ready-to-go: -…

    2024 · sveltekit-ultrafast.com

  19. 19IH

    Hello HN, I had some christmas free time over the last two weeks (Merry Christmas btw ;-)) and used that time to completely recreate the website of my app[1]. I used all the fancy new tools. I didn't know some of them when I started. What was my goal? * Pretty website * Blazing fast * Mobile first * SSR * Webp support * Generally all the best website practices (high lighthouse score) What did I use? * Tailwindcss (https://tailwindcss.com/) * Tailwind Components (https://tailwindui.com/) * React (https://reactjs.org/) * ViteJs…

    2021

  20. 20XT

    I just built XYMake (https://xymake.com), a tool that lets you convert any X (Twitter) thread into clean markdown, making your conversations accessible for LLMs, MCPs, or any API. ## What it does: - Transforms any X thread URL into markdown by simply changing "x.com" to "xymake.com" in the URL - OAuth2 login to "free your data" and make your threads available - Auto-generates OG images with token counts and participant info for easy sharing - Serves different content types based on whether the request is from a crawler, browser, or agent ## Why I built it: I believe people should…

    2025 · xymake.com

  21. 21MA

    This app works with any GraphQL endpoint, it makes an introspection query on initialization and save the schema to prefix gpt requests and create/run queries. Mostly useful for people that want to access data from a database and don't know how to code in graphql.

    2023 · github.com

  22. 22
    Beam8

    A HTTP client for developers built with Rust

    Jun 2026 · github.com

  23. 23TC
  24. 24TM

    New Graphul version v0.5.0 Enjoy building webservices with Rust :)

    2023 · graphul-rs.github.io

Ranked by how close each launch is in meaning, then by votes. Refine with a description →