Vide - The Meta-Agent for Vibe Coding

The open source meta-agent for vibe engineering.

curl -fsSL https://raw.githubusercontent.com/Norbert515/vide_cli/main/scripts/install.sh | bash
and

Vide orchestrates a team of AI agents on top of Claude Code. A researcher explores your codebase, an implementer writes the code, and a tester verifies it works. This isn't vibe coding—it's vibe engineering.

vide

Why Vide

  • Meta-agent — Orchestrates Claude Code, with more backends coming
  • Agent teams — Researcher, Implementer, Tester working together
  • Flutter-first — Hot reload, screenshots, UI interaction built-in
  • Vision AI — Agents see and tap your app with Moondream
  • Vibe coding — Describe what you want, agents figure out the rest
  • Open source — Apache 2.0 licensed, extend with MCP servers

Features

Agent Teams

Specialized agents working together on your codebase.

Researcher Implementer Tester Flutter Tester Solution Architect QA Breaker Code Reviewer

Flutter MCPs

Pre-configured MCP servers for hot reload and screenshots.

Performant TUI

Built on nocterm, a custom high-performance terminal UI framework.

  • 60fps rendering
  • 🎯 Zero flicker
  • 📦 Reactive updates
  • 🎨 True color

Git Integration

Full git support including worktrees.

Open Source

Apache 2.0 licensed. Extend with MCP.

Multi-Backend

Coming Soon

Codex CLI and Gemini CLI next.

Agent CLIs

Vide orchestrates existing AI coding CLIs headlessly—spawning, coordinating, and managing them as a team.

  • Available Claude Code
  • Planned Codex CLI
  • Planned Gemini CLI

Remote Control

Coming Soon

Native Flutter app for mobile.

Active Development

last commit
commits
releases
contributors

Cross-Agent Review

Coming Soon

Your Claude Code agent spawns Codex or Gemini agents for code review—full agent SDKs, not API calls.

Active Agents
Claude Feature complete
Codex Reviewing...
Gemini Reviewing...

Flutter: First-Class Citizen

Vide works with any codebase, but Flutter gets special treatment. Deep integration means agents don't just write code—they run your app, see it, and interact with it.

  • Hot Reload Agents trigger hot reload after changes, instantly seeing results
  • 📸
    Screenshots Capture app state to verify UI changes actually work
  • 👆
    UI Interaction Vision AI lets agents tap buttons and navigate your app
  • 🔍
    Widget Inspection Query the widget tree to understand app structure

FAQ

What is a meta-agent?

Vide sits on top of AI coding CLIs like Claude Code. Instead of one conversation, Vide orchestrates a team of specialized agents that can research, implement, and test in parallel. Think of it as a manager for your AI coding assistants.

Do I need Claude Code installed?

Yes, Vide requires Claude Code CLI and uses the official Claude Code Agent SDK. This means it uses your existing Claude Code subscription. Install it with curl -fsSL https://claude.ai/install.sh | bash (macOS/Linux) or irm https://claude.ai/install.ps1 | iex (Windows). Support for other backends like Codex and Gemini CLI is coming.

Why Flutter-first?

Vide has deep Flutter integration: hot reload, screenshot capture, and vision AI that can see and tap your app's UI. Agents can actually run your Flutter app and verify their changes work. Other frameworks work too, but Flutter gets superpowers.

What's vibe coding? What's vibe engineering?

Vibe coding means describing what you want in natural language and letting AI figure out the implementation. Vide takes this further with vibe engineering: instead of one AI writing code, you have a team of specialized agents that research, implement, and test together. It's structured, parallel, and verified—not just vibes, but actual engineering with AI doing the heavy lifting.

Is it free?

Vide is open source (Apache 2.0 license). You pay for the underlying AI API usage (Claude, etc.) but Vide itself is free.

Get started now

curl -fsSL https://raw.githubusercontent.com/Norbert515/vide_cli/main/scripts/install.sh | bash