- 13 Posts
- 19 Comments
dhruv3006@lemmy.worldOPto
Selfhosted@lemmy.world•Voiden - an Offline, Git-native API tool built around Markdown English
01·5 days agoYou can join our discord to meet people who are using it : https://discord.com/invite/XSYCf7JF4F
but from a programmers perspective - shouldn’t it feel natural - you just keep filling up forms doing the same work again and again?
It means a lot of API tools feel like form-heavy tables where you just fill fields and hit send.
For example, testing CRUD often becomes multiple tabs, repeated headers/auth, and manual copy-paste of IDs.
they should not be forms for gods sake.
dhruv3006@lemmy.worldto
Programming@programming.dev•If not Github, where would you host your projects?
62·19 days agoCodeberg.
dhruv3006@lemmy.worldOPto
Programming@programming.dev•How would you design parallel grep for huge JSONL files?
3·22 days ago100s of GBs yes.
dhruv3006@lemmy.worldto
Programming@programming.dev•(Github scam do not click links) Solana grant by GhoulStatesman
2·1 month agoyep i got one as well.
dhruv3006@lemmy.worldOPto
Programming@programming.dev•Voiden - A Markdown based Open Source Alternative to Postman
14·1 month agoWelcome to join us here : https://discord.com/invite/XSYCf7JF4F
dhruv3006@lemmy.worldOPto
Programmer Humor@programming.dev•When your API client is just Excel with a ‘Send Request’ button
101·1 month agoEveryone seems to hate this template.
dhruv3006@lemmy.worldOPto
Programming@programming.dev•Voiden - A Markdown based Open Source Alternative to Postman
21·1 month agoYou are welcome ! Join us here : https://discord.com/invite/XSYCf7JF4F
dhruv3006@lemmy.worldOPto
Programming@programming.dev•Voiden - A Markdown based Open Source Alternative to Postman
6·1 month agoVoiden’s core request model is based on composable blocks (for elements like headers and auth) that are reusable across requests for a DRY (Don’t Repeat Yourself) approach, unlike Bruno which treats the request as a single, monolithic object that leads to copy-pasting and maintenance burden.
For documentation, Voiden provides living documentation by integrating runnable requests and human explanations side-by-side in the same Markdown file, ensuring it stays in sync with the API, while other tools’ documentation is often separate.
From the monetisation side Voiden: Is an open-source community infrastructure project backed by a different main business, reducing the pressure to monetize aggressively. Bruno is as an open-source project that is under pressure to find a viable monetization strategy, which can lead to license shifts or paywalls.
You can read about the comparison here : https://voiden.md/comparison
dhruv3006@lemmy.worldOPto
Self Hosted - Self-hosting your services.@lemmy.ml•Voiden - A Markdown based Open Source Alternative to Postman
2·1 month agoIts an alternative to Monolithic Requests - Voiden has composable blocks which are an alternative to copy pasting entire request objects. We do not lock in collections in cloud like other api clients like postman and have a file centric and git native approach. Also we offer a unified toolchain - for design, testing, and documentation as an alternative to juggling multiple disconnected apps.
dhruv3006@lemmy.worldOPto
Programming@programming.dev•Voiden - A Markdown based Open Source Alternative to Postman
1·1 month agoWould love some feedback here: https://github.com/VoidenHQ/voiden
dhruv3006@lemmy.worldOPto
Programming@programming.dev•Voiden - A Markdown based Open Source Alternative to Postman
6·1 month agoThat’s a pretty good comparison.
The core idea of executable documentation next to your code is exactly what we were aiming for.
The difference is that Voiden is a dedicated, cross-platform app for the modern ecosystem, bringing the power of that file-centric workflow to everyone. We specifically go further by offering resuable composable blocks for requests (closer to functions than monolithic objects), a unified toolchain for design, testing, and documentation, and a clean, Git-native experience for all developers.
dhruv3006@lemmy.worldOPto
Programmer Humor@programming.dev•When your API client is just Excel with a ‘Send Request’ button
71·1 month agoWell having decent documentation is kind of rare.
dhruv3006@lemmy.worldOPto
Programmer Humor@programming.dev•When your API client is just Excel with a ‘Send Request’ button
291·1 month agoThanks for this.
They do !
Here’s how to get started : https://docs.voiden.md/docs/getting-started-section/getting-started/openapi-imports
Unfortunately I agree but there are a few that are different, for example have you tried Voiden ( https://voiden.md/) maybe? We opensourced a few weeks back.





my goodness - I saw this pretty pretty long back.