Hacker News Viewer

Show HN: Voiden – an offline, Git-native API tool built around Markdown

by dhruv3006 on 2/1/2026, 3:09:26 PM

Hi HN,<p>We have open-sourced Voiden.<p>Most API tools are built like platforms. They are heavy because they optimize for accounts, sync, and abstraction - not for simple, local API work.<p>Voiden treats API tooling as files.<p>It’s an offline-first, Git-native API tool built on Markdown, where specs, tests, and docs live together as executable Markdown in your repo. Git is the source of truth.<p>No cloud. No syncing. No accounts. No telemetry.Just Markdown, Git, hotkeys, and your damn specs.<p>Voiden is extensible via plugins (including gRPC and WSS).<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;VoidenHQ&#x2F;voiden" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;VoidenHQ&#x2F;voiden</a><p>Download Voiden here : <a href="https:&#x2F;&#x2F;voiden.md&#x2F;download" rel="nofollow">https:&#x2F;&#x2F;voiden.md&#x2F;download</a><p>We&#x27;d love feedback from folks tired of overcomplicated and bloated API tooling !

https://github.com/VoidenHQ/voiden

Comments

by: VeryVito

I read over this post before submitting and realize it sounds like I&#x27;m shilling here, but bear with me: I just REALLY like what Voiden is doing here, and I&#x27;m thrilled to see it open-sourced now.<p>Every other API-testing tool seems to have evolved into a bloated, cloud-first, subscription-based &quot;service&quot; (Yes, I&#x27;m looking at you, Postman, Paw&#x2F;RapidAPI, etc), and I&#x27;d been looking for just this type of thing when I stumbled across this project a few months ago. Finally, somebody gets it!<p>It works different, and it may still have a few rough edges, but now every developer with access to our projects has access to the relevant APIs and instructions on how best to use them -- while the credentials remain safely off the cloud and on their own machines.<p>It&#x27;s been exhilarating to finally have full testing and documentation right in our code bases, and the fact that it&#x27;s now open source means our team can fully embrace Voiden without fear of once again having the rug pulled out from under its feet.<p>Thanks for going this route! I predict Voiden is going to be the sleeper hit for developers this year.

2/1/2026, 7:12:18 PM


by: fastball

I tried Voiden and like the idea, but in the end I think the notebook format felt a bit too freeform for an API tool. To me the point of an API tool is clarity of what I am doing and how they translates into code.<p>On a product note, I don&#x27;t think the logo matches the name <i>at all</i>.

2/1/2026, 6:55:37 PM


by: dhruv3006

Previously on Show HN : <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44115467">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44115467</a>

2/1/2026, 3:10:40 PM