
I made a lightweight API and Desktop Client
Hey everyone,
I got completely fed up with modern dev tools forcing cloud accounts, tracking telemetry, and idling at 500MB+ of RAM just to test a simple API endpoint or database query.
So, I built LightBase—a bare-metal, local-first API cockpit built for sovereign developers.
Why it is different:
- Pure C99 Core: Built on raw metal. QuickJS sandbox evaluates scripts and tests in microseconds. No Electron bloat.
- 100% Git-Tracked: It stores your collections as flat, plain JSON files. Collaboration is literally just a Git PR. No cloud locking.
- Offline Silicon AI: Pipes context via UNIX sockets into local
llama.cppengines. Zero cloud data leaks. - Zero Dependencies: Pure speed, total data privacy, and minimal memory footprint.
It is officially launching today on Product Hunt! I would love to get your honest feedback, feature requests, or critiques on the architecture.
Product Hunt Launch: https://www.producthunt.com/products/lightbase?utm_source=other&utm_medium=social
GitHub / Website: https://github.com/Aarav90-cpu/LightBase