Story

Show HN: Vibe-budget – CLI to estimate LLM costs before you start vibe coding

gabriel_quec016 Saturday, March 14, 2026

I built vibe-budget because I kept burning tokens without knowing the cost upfront. You describe your project in plain English (or Spanish), and it detects the tasks involved, estimates token usage, and compares real-time prices across 85+ models via OpenRouter.

Example: vibe-budget plan ecommerce with stripe oauth and supabase

It detects 4 tasks, estimates ~497k tokens, and shows you the cheapest, best quality-price, and premium model options side by side.

It also has a scan command — point it at an existing codebase and it estimates how many tokens it would cost to refactor or extend it with AI.

No API key required. Prices are fetched live from OpenRouter with a 1-hour cache fallback.

npm install -g vibe-budget

Docs: https://gaboexe0.github.io/vibe-budget/ Repo: https://github.com/gaboexe0/vibe-budget

Summary
Vibe Budget is a Node.js package that provides a user-friendly budget tracking system, allowing users to manage their personal finances by categorizing expenses, monitoring spending patterns, and generating reports.
2 0
Summary
npmjs.com
Visit article Read on Hacker News