Documentation/Getting Started/CLI Scaffolder

CLI Scaffolder

Inspect live model rates, scaffold routes, and run health diagnostics.


CLI Scaffolder (`npx vibezcheck`)

The `vibezcheck` CLI gives you interactive tools to set up projects and check live provider rates right in your command line.

Project Setup Wizard

bash
npx vibezcheck init
  • Automatically detects your framework (Next.js App Router, Pages Router, or Express).
  • Prompts for your API keys and writes `.env.local`.
  • Generates a fully-typed streaming route handler.

Live Model Pricing Table

bash
npx vibezcheck prices

Prints an ASCII table of official input, output, and caching rates across 50+ frontier models.

Environment Diagnostics

bash
npx vibezcheck doctor

Verifies Node.js version, environment keys (`STRIPE_SECRET_KEY`, `AI_GATEWAY_API_KEY`), and tests Stripe connectivity.