Your Project Dashboard
TL;DR
Use the dashboard to create, find, and manage bot projects.
Each project keeps its own chat history and generated files.
The dashboard is your home base for managing all your VibeCoord bot projects.
Getting There
After signing in at app.vibecord.dev, you’ll land on your dashboard automatically.
What You’ll See
Project Sidebar
Your projects appear in the left sidebar. Each project represents one Discord bot with its own:
- Name — What you named your project
- Icon — An emoji or icon you chose
- Chat history — Your conversation with VibeCoord
Main Chat Area
The center of the screen shows your conversation with VibeCoord. This is where you:
- Describe what you want your bot to do
- Ask for changes and new features
- See generated code and deployment status
Header Controls
The header includes:
- 📁 Files — View generated code files
- 📊 Activity — See bot deployment status
- Usage — Your current build quota
- User menu — Account settings and sign out
Project Status
When your bot is deployed, you’ll see status in the Activity panel (📊):
| Status | What It Means |
|---|---|
| 🟢 Running | Your bot is online and responding to commands |
| 🟡 Pending | Your bot is starting up |
| 🔴 Stopped | Your bot is offline |
| ⚠️ Failed | Deployment failed — check the logs |
Creating a New Project
Click New Project in the sidebar or use the + button to start a new bot project.
Managing Multiple Projects
You can create and manage multiple bot projects from the same account. Each project:
- Has its own chat history and generated code
- Can be deployed independently
- Uses your shared build quota
Project Settings
Click the ⚙️ gear icon next to a project name to access:
- Discord Token — Configure your bot’s authentication
- Permissions — Manage who can access the project
- Danger Zone — Delete the project
Account Access
Click your profile picture in the top right for:
- Billing — Manage your subscription
- Sign out — Log out of VibeCoord