We are getting ready for a Product Hunt launch next week, and most of our focus right now has been on getting the pre-launch details right rather than just the product itself.
What we are working on:
Launch page positioning & tagline (making sure it s instantly clear what we do)
GIFs and visuals that explain the product in under a few seconds
The main story / messaging so it s consistent across PH, socials, and community posts
Final polishing of the product experience so first impressions match expectations
Light daily engagement on Product Hunt to stay active in the ecosystem
ApyHub : The All in one API Platform
Hey PH community 👋
A few months ago we open-sourced Voiden, the API client we built to bring a new perspective on how API work can be done.
Open sourcing turned out to be a good idea: the tool has been growing steadily (12k installs ❤️), mostly driven by developers who share the same frustration we had.
So what is Voiden?
Voiden is a free, local-first, git-native API workspace where everything lives in plain executable markdown files.
Yes, plain files. This includes everything: API specs, docs, requests, tests, and flows, all in one place, in plain markdown, versioned and tracked in Git.
Who this is for:
• Software Developers, QA engineers, and Technical Writers who work with APIs, who already work and collab on Git and care about clarity, simplicity and composable, Git-native workflows.
What the heck does composable mean? I hear someone ask.
Anyone with experience using Postman or other tools will know this: API requests are like static forms you have to fill in. In Voiden, requests are not like that. Instead, they are built from composable blocks (endpoint, auth, params, body, scripts). These blocks can be added wherever you want, reused, replaced, versioned, or shared, just like code. Everything is plain text and fully executable.
Core principles we built it on:
• free and local-first, plain text executable files
• composable through reusable blocks - define once and reuse across files, (like functions when coding)
• collaboration happens in Git, where developers already work
• no accounts, no lock-in, no cloud dependency
Our inspiration came from two places:
• curl — for its simplicity
• Obsidian — for its composability and power through plain files
Our most recent and proud update is that we added the Voiden Runner, so you can execute your API workflows directly from the terminal!
Other important features that we+the community have added:
• Chaining multiple requests into flows
• Real scripting (JS / Python / Shell) before & after requests
• A Voiden “skills” layer so tools like Claude/Codex can operate on .void files
• SDK for community plugins so we can get the tool extended: https://voiden.md/plugins. The first community plugins are already there and are super cool.
We are still early, and this launch is really about meeting more builders who care about this space.
I wish I could give a discount coupon but the tool is already free forever.
👉 Download (mac, windows, linux) : https://voiden.md/download
👉 Repo: https://github.com/VoidenHQ/voiden
👉 Changelog: https://voiden.md/changelog
Would love your feedback, especially:
What’s the most painful part of working with APIs today?
What's keeping you use Postman or any other legacy tool?
How would you extend Voiden to use it in your specific flows and use cases?
Thanks a lot,
Nikolas