Dashboard Overview
Your dashboard is the central hub for all your VibeHub projects. Here you can view, search, and organize your work.
Finding Projects
Search
Use the search bar at the top of your dashboard to find projects by name or description. Search results update as you type.
Filtering
Filter your projects using the tabs:
| Tab | Shows |
|---|
| All | All projects you have access to |
| Owned | Projects you created |
| Shared with Me | Projects others have invited you to |
Project Cards
Each project on your dashboard displays:
- Project Name - Click to open the project
- Description - Brief summary of the project
- Created Date - When the project was created
- Last Push - When the most recent commit was pushed
- Copy URL - Quick button to copy the project URL
Opening a Project
Click on any project card to open the project detail view. From there you can:
- View commits and their history
- Browse files and code
- Manage branches
- Configure settings
- Invite collaborators
Project Statistics
Your dashboard shows overall statistics:
- Total Projects - Number of projects you have access to
- AI Sessions - Number of captured AI development sessions
- Commits - Total commits across all projects
Organizing Your Work
Use clear, consistent naming conventions for your projects. Consider prefixing related projects (e.g., api-users, api-payments).
Best Practices
- Keep descriptions updated - Help yourself and collaborators understand each project’s purpose
- Archive old projects - Remove clutter by deleting projects you no longer need
- Use meaningful names - Make projects easy to find at a glance
Quick Actions
From the dashboard, you can quickly:
- Create a new project - Click “New Project” button
- Import from GitHub - Click “Import from GitHub”
- Copy project URL - Click the copy icon on any project card
Next Steps