Vibe Architect
Vibe Architect
Visual Software Architecture Designer for AI Agents
Vibe Architect is a powerful VS Code extension that allows you to visually design your software architecture and automatically generate detailed prompts for AI coding agents (like GitHub Copilot, Claude, or ChatGPT).
Stop writing long, complex prompts manually. Draw your architecture, configure your components, and let Vibe Architect generate the perfect context for your AI to build your application.
How to Use
Open the Designer:
- Open the Command Palette (
Cmd+Shift+P or Ctrl+Shift+P).
- Run the command
Vibe Architect: Open.
Design Your App:
- Drag & Drop components from the sidebar onto the canvas.
- Connect components by dragging from an output port (right) to an input port (left).
- Select a component to edit its properties in the right panel.
- AI Modification: Use the sidebar input to ask Copilot to modify the architecture for you (e.g., "Add a user authentication service").
Define Details:
- Add Database Tables and fields for your database nodes.
- Define API Routes and endpoints for your backend nodes.
- Select a Visual Style for your project in the sidebar.
Generate & Build:
- Activate the GitHub Copilot Agent Mode.
- Select your favourite LLM (we recommend Gemini 3 Pro).
- Click "Generate App" : Vibe Architect will save the architecture to
.github/copilot-instructions.md and use Copilot to build your app.
Features
🎨 Visual Designer
Drag-and-drop interface to create architecture diagrams effortlessly. Visualize your entire stack in one view.
🗣️ AI Architecture Modification
Don't want to drag and drop? Just ask Copilot! Use the sidebar input to describe changes like "Add a MongoDB database connected to the User Service", and Vibe Architect will update the diagram for you.
🔄 Two-way Synchronization
The visual diagram stays in perfect sync with the .github/copilot-instructions.md file.
- Visual -> Code: Changes in the designer update the markdown file.
- Code -> Visual: Edits to the markdown file (manual or by Copilot) instantly update the visual diagram.
🧩 Component Library
Ready-to-use components for:
- Frontend Apps (React, Vue, etc.)
- Backend APIs (Node, Python, Go, etc.)
- Databases (SQL, NoSQL)
- Cloud Services (Redis, AWS, Azure)
- Generic Blocks for custom needs
⚙️ Detailed Configuration
Select any component to configure its properties:
- Tech Stack & Ports: Define exactly what technologies to use.
- Database Schemas: Visually design tables and fields.
- API Routes: Define endpoints and methods (GET, POST, etc.).
✨ Style Presets
Choose from predefined UI styles to guide the AI on the frontend look and feel:
- Premium SaaS (Minimalist, Swiss Design)
- Futuristic Glassmorphism (Dark mode, gradients)
- Bento Grid (Apple-style, modular)
- Pop Neo-Brutalism (High contrast, bold)
🤖 AI Prompt Generation
One-click export to a comprehensive Markdown prompt (.github/copilot-instructions.md) optimized for AI agents. This prompt includes:
- Project Context & Goals
- Visual Style Guidelines
- Architecture Overview
- Data Models & Schemas
- API Specifications
- Step-by-step Implementation Plan