• This site is a private, non-commercial website. As such, you're welcome here as long as you were invited. If you would like an invite, reach out to Cliff Spark

Show HN: Voiden – a free, offline, Git-native API Client

  • Thread starter Thread starter kiselitza
  • Start date Start date
K

kiselitza

Hey HN! Aldin here, a helping hand to Voiden (Voiden.md — The Offline, Git-Native API Workspace)
Voiden is a free, offline, Git-native API client. Your API definitions, docs, and tests all live together.
It came out of years of frustration: cloud sync lock-in, paywalled basics, bloated UIs, and lag on even simple requests. So the team built the opposite: an offline tool with no login, no telemetry, no lock-in. Just markdown and hotkeys.
It behaves like code: local files, git branches, no cloud nonsense. Terminal is built-in, so you can commit, diff, and push changes right from the app.
Docs stay close to your requests, so that API spec and what the API actually does never drift apart. No more scattered Postman, docs, and test files everywhere. A single source of truth.
A minimalist GET request looks something like this:

Code:
      GET
      https://dummyjson.com/posts
Just hit /endpoint, paste the URL, and run it with Cmd/Ctrl + Enter.
Not OSS (yet), but 100% local and free. Optional plugins will be coming down the line, but the core stays free.
We'd love feedback from folks tired of overcomplicated and bloated API tooling.



Comments URL: Show HN: Voiden – a free, offline, Git-native API Client | Hacker News

Points: 43

# Comments: 32

Continue reading...
 
Back
Top