
ApyHub : The All in one API Platform
Build, Test, Discover and Consume Powerful APIs
4.8•52 reviews•1.9K followers
Transform your software projects through utility APIs. 📝 Build Test & Document APIs with Fusion, the API Client that promotes real time collaboration and AI to optimise your API workflows. 🧰 Discover & Consume APIs from a curated catalogue and save: 15- 30% of time spent developing & running services Up to 25% infra costs Join the 45,000+ developers who are using ApyHub to build, test and consume APIs, powering 15K+ applications.
ApyHub : The All in one API Platform
Hi PH community,
We are here with something that we are really proud of. Let me introduce you to Voiden: https://voiden.md : A free, offline, git-native API workplace.
Everything is in markdown and sits together: your API definition, docs, tests etc.
Most devs we have talked to have also spent years wrestling with API design, if you are a dev, you know it's a real pain.
❌ Fixing API specs that didn’t match the code.
❌ Docs in a random tool, tests were separate, and governance was a mess.
❌ Team API design sucks.
❌ Cloud-sync feels sketchy.
❌ Bloated tools slowing down on quick tests.
❌ Specs and docs in different places break the flow.
❓ And WTH is real-time collaboration? Make a branch.
Well, long story short, we got tired of all this.
🚀 Voiden is NOT another Postman clone. It’s like code: markdown specs, reusable blocks, Git-versioned, offline.
And yes, it looks different than your usual API tool : we did this on purpose.
✅ Docs tie to your specs with live requests - a single source of truth.
✅ Git tracks changes; branch, diff, review - no login or cloud nonsense.
Commit it (yes, the terminal is in the app), run git diff, and your team sees what changed.
No login.
No lock-in.
No telemetry.
If you are a builder, a dev or you are working with a team building awesome things, it's worth trying.
⬇️ Download and try the tool here: https://voiden.md. (linux version coming soon as well, we promise)
💬 Join the discussions and help us shape the future of voided here: https://github.com/VoidenHQ/feedback/
So you tell me, what’s your biggest API design pain?
I like Voiden.
Feels MUCH different from what I'd usually expect from an API Client.
As if we were programmed to think that what we first had from that one tool was the only way... smh
Voiden is simple.
All hotkeys and markdown.
It lets me run a GET request in seconds with no overhead.
It lets me build my blocks (headers, body, form, multipart, etc.) when and where I need them.
It lets me document what I do, git diff/commit, and push it straight to the production.
Yep - in Voiden, it's a thing to set the specs, the docs, and the API testing in the same place.
Almost as if it is built for a developer who wants to neatly handle the single source of truth instead of sprouting everything everywhere.
Oh, wait - it is :)
And nobody forces me to cloud-sync to some shady places, or to log in whatsoever.
ApyHub : The All in one API Platform
@kiselitza :)
I love voiden. I have played with it. Things which i liked so far -
I like the idea of having API client as part of the document
Interface is clean and easy to understand.
Things which are missing and stopped me from using it -
I can't use file in multipart
I should be able to choose file in multi part like i can do in postman
I should be able to choose the type of payload to be used to send as part of request if i have multiple payload on the page like multi-part, json-body, binary file etc.
I should be able to preview the response if for example i received html, pdf or image as response.
Again, I love the design and the idea. I can see myself using it more often.
ApyHub : The All in one API Platform
@sumir_kumar_jha thanks for playing around and for sharing your feedback!
@sumir_kumar_jha Hey!
Curious about multipart, what seems to be stopping you?
There is an example of how to use it in the sample project (under files.void)
Feels different from what I am used to in an API client. Don't focus on clicking as much as on `/` and `@` commands.
Everything falls under it, just markdown and hotkeys.
ApyHub : The All in one API Platform
@sumir_kumar_jha
you can add multipart files to upload files using the `@files` and add files from within your project (to keep tests organized) or from you local file system using the + Add new file
Files can be previewed in response within the editor itself. Not all files are supported to be previewed but many common file types are previewed.
ApyHub : The All in one API Platform
@sumir_kumar_jha please have a look and let me know if this helps clarify one of the points?