Still always happy to see competition in this space because the existing tools are useful, but can still get better.
Although I have a feeling that it won’t be too many years before we forget why we ever needed these API testing tools while some API consuming LLM takes over the space.
Did Hoppscotch try to be innovative in any of its features?
It looks like it's another of those HTTP call generator tools, like Postman but online. I guess the target audience is people who consider "API" to mean "HTTP calls", which is why it took me so long to get it.
Looks like a decent alternative for Postman now that Postman is forcing their online sync stuff down everyone's throats.
Clean UI (almost bordering on a rip-off of Postman.. but I guess familiarity helps users get going faster).
Lovely to see that things aren't held behind a Login button, ala Postman and Insomnia (Kong really misread the room on their latest update).
Login and accounts seem like they're there, but very clearly optional.
Nicely done, Hoppscotch team!
Second I use bruno https://www.usebruno.com/.
I'd say Hoppscotch is aimed more at teams looking for a Postman replacement - particularly with regards to the cloud-syncing functionality.
Our team's looked into it in the past, and unfortunately we determined that the cost of having to maintain it at a sufficient SLA + the cost of potential interruption to our critical business functions if we got it wrong was not something we could absorb at the time. Easier to just pay for Postman for the peace of mind.
Edit: ah I looked into bruno a bit more. It does syncing via git which might be enticing. I'll research more.
(I have no affiliation, just a fan)
Previously, the recommended desktop experience was to install the app as a PWA on your desktop.
imho, dev centric tools that care about system resource usage should just integrate with the IDE when possible. It's already running!
So is the OS.
- Electron
- Postman was OK until it was enshitified, so along came Insomnia which was never quite as good as original Postman and then itself became enshitifed
- This too will suffer the same fate as the previous two and will gradually also adopt a busy, unworkable, confusing UI
This is why I’ve started using Hurl because that doesn’t even have a UI. Bonus: can be kept in source control and run as part of CI/CD.
Live preview: https://spotlight.tailwindui.com/
Not an exact match but similar-looking. It's just sort your generic "web platform" look, similar to Vercel/Next/Remix/Astro
It’s all text based so fits nicely into your repo in the native format, no exporting etc.
Mostly used Insomnia for a long time, until I came across Bruno. Its been a game changer for me. Requests get saved as plain text files and still provides a great UI to work with
Basically all the benefits of text based files combined with a nice UI.
The downside is that - Only one workspace is available when offline.
- You can't point your Workspace data to a specific directory like bruno does, and manage the data like git or other clouds.
- Self-hosting login is not possible in the desktop app.
- Cannot save specific responses like postman.
- Can't create documentation for a folder/request.
Now that we've just launched, I think we have a lot to look forward to. I hope it evolves to not force cloud synchronization like postman and insomnia, and to be free to use offline.