Show HN: Voiden β an offline, Git-native API tool built around Markdown
Hacker News (score: 19)Description
We have open-sourced Voiden.
Most API tools are built like platforms. They are heavy because they optimize for accounts, sync, and abstraction - not for simple, local API work.
Voiden treats API tooling as files.
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.
No cloud. No syncing. No accounts. No telemetry.Just Markdown, Git, hotkeys, and your damn specs.
Voiden is extensible via plugins (including gRPC and WSS).
Repo: https://github.com/VoidenHQ/voiden
Download Voiden here : https://voiden.md/download
We'd love feedback from folks tired of overcomplicated and bloated API tooling !
More from Hacker
Nannou β A creative coding framework for Rust
Nannou β A creative coding framework for Rust
Show HN: VM-curator β a TUI alternative to libvirt and virt-manager
Show HN: VM-curator β a TUI alternative to libvirt and virt-manager I've long wanted to harness QEMU/KVM for my desktop virtual machines, but I'm befuddled by virt-manager's lack of support for working NVIDIA 3D acceleration, dogmatic embrace of ugly XML, and the puzzling UI decision of having to click what seems like 15 buttons to attach an ISO to a VM image. When I further learned that NVIDIA's broken 3D acceleration is the fault of libvirt as opposed to QEMU's virtio driver, I had an idea...<p>Behold, vm-curator! A fast and friendly VM management TUI written in Rust. You can create, configure, organize, and manage VMs directly with QEMU. No libvert. No XML. No wonky UI's. Just the right level of friendliness, customization, and speed to be really really useful.<p>The best part? 3D para-virtualization works with NVIDIA cards (via virtio-vga-gl!) No jumping through hoops to get GPU passthrough working!<p>(Disclaimer: This works great with other guest Linux VMs, but is not suitable for Windows gaming. If you want to game on Windows within a VM, passthrough is a must. vm-curator will have fast and friendly support soon.)<p>Looking for contributors (especially to help with the ascii art,) and donations are welcome. (Claude was a big help, but this was not a vibe-coded affair. We pair-programmed approx. 10,000 lines of code here. It was a great way to learn Rust, actually!)
Show HN: FastScheduler β Decorator-first Python task scheduler, async support
Show HN: FastScheduler β Decorator-first Python task scheduler, async support Hi! I've built this because I kept reaching for Celery for simple scheduled tasks and it felt like overkill. I just needed "run this function every hour" or "daily at 9am", not distributed workers.<p>So it's decorators for scheduling (@scheduler.every(5).minutes, @scheduler.daily.at("09:00")), state saves to JSON so jobs survive restarts, and there's an optional FastAPI dashboard if you want to see what's running.<p>No Redis, no message broker, runs in-process with your app. Trade-off is it's single process only β if you need distributed workers, stick with Celery.
Show HN: An LLM-Powered PCB Schematic Checker (Major Update)
Show HN: An LLM-Powered PCB Schematic Checker (Major Update) Traceformer.io is a web application that ingests KiCad projects or Altium netlists along with relevant datasheets, enabling LLM-based schematic review. The system is designed to identify datasheet-driven schematic issues that traditional ERC tools can't detect.<p>Since our first launch (formerly as Netlist.io), we've made some big changes:<p>- Full KiCad project parsing via an open-source plugin<p>- Pass-through API pricing with a small platform fee<p>- Automatic datasheet retrieval<p>- ERC/DRC-style review UI<p>- Revamped review workflow with selectable frontier models (GPT 5.2, Opus 4.5, and more)<p>- Configurable review parameters (token limits, design rules, and parallel reviews)<p>Additionally, we continue to offer a free plan which lets you evaluate a design before subscribing. We're looking forward to hearing your feedback!
No other tools from this source yet.