getbudi.dev
May 14, 2026 · View on GitHub
Marketing landing page for budi — the open-source, local-first cost tracker for AI coding agents. Lives at getbudi.dev.
This repo is the public face, not the product. The CLI / daemon lives in siropkin/budi; the authenticated cloud dashboard at app.getbudi.dev lives in siropkin/budi-cloud.
Install budi
brew install siropkin/budi/budi && budi init
This matches the primary CTA on the site. Editor wiring, the 4-step verifier (budi integrations install / budi doctor / budi status), and other install methods live in the #install section on getbudi.dev.
Ecosystem
siropkin/budi— Rust daemon + CLI (the product itself)siropkin/budi-cursor— VS Code / Cursor extensionsiropkin/budi-jetbrains— JetBrains IDE pluginsiropkin/budi-cloud— Cloud dashboard atapp.getbudi.devsiropkin/homebrew-budi— Homebrew tapsiropkin/getbudi.dev← you are here
Stack
Astro 6 + Tailwind CSS v4, fully static output, deployed on Vercel.
Develop
npm install
npm run dev # http://localhost:4321
npm run build # static build to dist/ (runs the post-build audit)
npm run check # astro type + template check
npm run format:check # prettier (same command CI runs)
Node 22.12+.
Contributing
Canonical contributor guidance — repo layout, content principles, CI, deploy, analytics, and the boundary between this repo and the other budi repos — lives in SOUL.md. Read that before opening a PR.
License
MIT. See the budi LICENSE.