Docs / Getting Started
Edit on GitHub

Quick Start

Get your first viber running in under 2 minutes.

1. Set Your API Key

export OPENROUTER_API_KEY="sk-or-v1-..."

Get a free key at openrouter.ai/keys

2. Run Your First Task

Let’s have your viber analyze your project and generate documentation:

cd your-project
npx openviber run "Analyze this codebase and create a comprehensive README.md with project overview, setup instructions, and usage examples"

Watch as your viber:

  1. Scans the directory structure
  2. Reads key files to understand the project
  3. Generates a polished README
  4. Saves it to your project

3. Try Something Interactive

Start the full viber for back-and-forth conversations:

npx openviber start

Open http://localhost:6006 and try:

“Find all the TODOs in this project, prioritize them, and create a task list”

Or:

“I want to add dark mode to my app. Research best practices and show me how to implement it”

More Ideas

What you sayWhat happens
“Summarize the last 10 commits”Reads git log, explains changes
“Write tests for the auth module”Analyzes code, generates test file
“Deploy this to Vercel”Runs CLI commands, configures deployment
“Research competitors and write analysis”Searches web, creates report

What’s Next?

  • Onboarding — Persistent config & customization
  • Jobs — Schedule daily summaries, monitoring
  • Skills — Add domain knowledge (GitHub, Jira, etc.)