> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vibehub.co.in/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to VibeHub

> The version control platform built for AI-native development

## What is VibeHub?

VibeHub is a modern version control platform designed for developers who build with AI. It captures not just your code changes, but the AI prompts and context that created them.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running in 5 minutes
  </Card>

  <Card title="Create a Project" icon="folder-plus" href="/projects/creating-projects">
    Start your first VibeHub project
  </Card>

  <Card title="Import from GitHub" icon="github" href="/projects/importing-from-github">
    Bring your existing repositories
  </Card>

  <Card title="CLI Reference" icon="terminal" href="/cli/installation">
    Use VibeHub from the command line
  </Card>
</CardGroup>

## Key Features

<AccordionGroup>
  <Accordion title="Prompt-Native Commits" icon="message">
    Every commit captures not just code changes, but the AI prompts that created them. Understand the "why" behind every change and learn from the AI conversations that shaped your codebase.
  </Accordion>

  <Accordion title="Git-Like Branching" icon="code-branch">
    Create branches, compare changes, and merge with confidence. All the branching workflows you know and love, with a clean visual interface.
  </Accordion>

  <Accordion title="Team Collaboration" icon="users">
    Invite teammates via email, manage permissions, and work together seamlessly. Control who can view, pull, or push to your projects.
  </Accordion>

  <Accordion title="One-Click Deployment" icon="cloud-arrow-up">
    Connect to Netlify or Vercel and deploy your projects with a single click. See deployment history and status right from your project dashboard.
  </Accordion>

  <Accordion title="GitHub Integration" icon="github">
    Import your existing GitHub repositories with full commit history. Keep your workflow flexible by connecting to the tools you already use.
  </Accordion>

  <Accordion title="AI-Powered Analysis" icon="sparkles">
    Get AI-generated summaries of your commits to quickly understand what changed and why. Perfect for code reviews and onboarding new team members.
  </Accordion>
</AccordionGroup>

## How It Works

<Steps>
  <Step title="Create or Import a Project">
    Start fresh or import an existing repository from GitHub
  </Step>

  <Step title="Push Commits with Context">
    Use the CLI to push commits that include your AI prompts and conversations
  </Step>

  <Step title="Collaborate with Your Team">
    Invite collaborators, create branches, and merge changes
  </Step>

  <Step title="Deploy with Confidence">
    Connect to your deployment platform and ship your code
  </Step>
</Steps>

## Ready to Get Started?

<CardGroup cols={2}>
  <Card title="Quick Start Guide" icon="rocket" href="/quickstart">
    Create your account and first project in under 5 minutes
  </Card>

  <Card title="Core Concepts" icon="book" href="/core-concepts">
    Understand the fundamentals of VibeHub
  </Card>
</CardGroup>
