Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)D
Posts
28
Comments
56
Joined
6 mo. ago

  • subscription based right?

  • But whyyyy?

  • Selfhosted @lemmy.world

    Voiden CLI Runner

    github.com /VoidenHQ/voiden/tree/beta/packages/voiden-runner
  • But how do you collaborate?

  • Deleted

    Permanently Deleted

    Jump
  • so proton is now a movement.

  • Programming @programming.dev

    The API Tooling Crisis: Why developers are abandoning Postman and its clones?

    efp.asia /blog/2025/12/24/api-tooling-crisis/
  • Hehe - those were the days my friend - we thought they would never end - we sing and dance forever ----

  • lol

  • all the comments are written by humans and no bots.

  • I guess the need is going to only increase !

  • Just in case you wanna try it out : https://voiden.md/

    We have a very different approach to API tooling.

  • Programming @programming.dev

    Postman Defined the Last Era of API Tools. Not the Next One.

    dhruv2038.bearblog.dev /the-next-postman-wont-look-like-postman/
  • Awesome - would love some feedback !

  • Just fyi - voiden too is not us based.

  • They never learn.

  • :)

  • Interesting point. Are you thinking about this from the parser/tooling side, or from the person writing and reviewing the file?

    We intentionally started from Markdown because we wanted .void files to stay standards-compliant and not reinvent a new document format. Markdown already gives us a familiar, portable way to write docs, notes, examples, and explanations around the request.

    Frontmatter handles the document-level metadata, Markdown stays the human-readable documentation layer, and the structured Voiden blocks handle the executable API parts.

    We could put everything into one YAML object, but then the file becomes more like a config file than a Markdown document. The tradeoff we’re making is: keep the file readable in GitHub, PRs, and plain text editors while it still gives Voiden enough structure to execute requests reliably.

  • That's a great observation !

  • No it does have a CLI too and we are planning for a CLI runner very very soon !

  • Programming @programming.dev

    Built an API dev tool and got 11k+ installs already, this is what happened since we open sourced.

    github.com /VoidenHQ/voiden
  • Ask Lemmy @lemmy.world

    What is the coolest website you’ve visited that no one knows about?

  • Selfhosted @lemmy.world

    Voiden - an Offline, Git-native API tool built around Markdown

    voiden.md
  • Ask Lemmy @lemmy.world

    What is that one software that you are using for 10 years and still loving it?

  • Programmer Humor @programming.dev

    No More Spreadsheet APIs

  • Programming @programming.dev

    API Testing with Reusable Blocks

    voiden.md /blog/api-testing-with-reusable-blocks
  • Programmer Humor @programming.dev

    axiosCompromised

  • Programming @programming.dev

    Why have supply chain attacks have become a daily occurrence?

  • Programming @programming.dev

    How would you design parallel grep for huge JSONL files?

  • Programming @programming.dev

    Voiden - A Markdown based Open Source Alternative to Postman

    github.com /VoidenHQ/voiden