๐ VOK Documentation
Welcome to the VOK (Vibecode Omni Kit) documentation. VOK is a unified AI development platform that automatically routes tasks to the best AI model, saving you 40-70% on API costs.
๐ Quick Start
Get up and running with VOK in under 60 seconds:
# 1. Clone the repository
git clone https://github.com/TUAN130294/vok.git
cd vok
# 2. Run setup (Windows)
./setup.ps1
# 3. Run setup (Mac/Linux)
chmod +x setup.sh && ./setup.sh
# 4. Configure AI providers
ccs config
# 5. Start using VOK!
vok "implement user authentication"
๐ง Smart AI Routing
VOK automatically analyzes your task and routes it to the optimal AI model:
| Task Type | Routes To | Why |
|---|---|---|
| Coding | GLM | Fast & cheap |
| Review | Gemini | Free, good analysis |
| Planning | Antigravity | Deep reasoning |
| UI/UX | Antigravity | Creative |
| Complex | Claude | Maximum accuracy |
๐ฐ Cost Savings
VOK saves you 40-70% on AI API costs by using the right model for each task:
| Provider | Cost | Auth Method | Best For |
|---|---|---|---|
| Gemini | FREE | OAuth | Reviews, analysis |
| Antigravity | FREE | OAuth | Planning, design |
| GLM | $0.001/1K | API Key | Coding tasks |
| Claude | $$$ | API Key | Critical tasks |
๐ค AI Agents
VOK includes 19 specialized AI agents, each expert in their domain:
Coder
Production-ready code
Architect
System design
Reviewer
Code quality
UI/UX Designer
Beautiful interfaces
Debugger
Bug hunting
Tester
Testing & QA
Planner
Project planning
DBA
Database ops
Git Manager
Version control
Docs Manager
Documentation
Researcher
Tech research
Brainstormer
Creative ideas
๐ ๏ธ Skills Library
36+ skill domains covering all aspects of development:
Development
- Backend Development - REST APIs, servers, authentication
- Frontend Development - React, Vue, UI components
- Frontend Design - CSS, styling, animations
- Databases - SQL, NoSQL, migrations
- Mobile Development - iOS, Android, React Native
DevOps & Tools
- DevOps - CI/CD, Docker, deployment
- Debugging - Error analysis, troubleshooting
- Code Review - Quality checks, best practices
- MCP Builder - MCP protocol tools
Design & Creative
- Aesthetic - Visual design principles
- UI Styling - Premium UI patterns
- UI/UX Pro Max - Advanced design
โจ๏ธ Slash Commands
18 powerful commands at your fingertips:
๐ฅ๏ธ VOK Desktop
Beautiful Tauri-based desktop application with modern UI:
Available Views
| View | Purpose |
|---|---|
| Dashboard | Overview, stats, command center |
| Orchestrator | Phase management & execution |
| Kanban | Visual task board |
| Hierarchy | System visualization |
| Execution | Leader monitoring |
| Beginner Mode | Simplified for new users |
๐ง Thinking Levels
Control AI reasoning depth for different tasks:
| Level | Use Case |
|---|---|
none |
Quick responses |
low |
Simple tasks |
medium |
Standard work |
high |
Complex analysis |
ultrathink |
Maximum reasoning |
๐ AI Providers
Configure and switch between multiple AI providers:
# OAuth Login (Free)
ccs gemini --auth
ccs agy --auth
# API Key Setup
ccs glm --config
ccs kimi --config
# Web Dashboard
ccs config
# Health Check
ccs doctor