Skip to main content

Create Your Account

1

Visit VibeHub

Go to vibehub.co.in and click Sign In in the top right corner
2

Authenticate with Google

Click Continue with Google to create your account. We use Google OAuth for secure, passwordless authentication.
3

You're In!

You’ll be redirected to your dashboard, ready to create projects

Create Your First Project

1

Click New Project

From your dashboard, click the New Project button in the top right
2

Enter Project Details

Fill in the project information:
  • Name: Give your project a descriptive name (e.g., “my-awesome-app”)
  • Description: Optional description of what you’re building
3

Start Building

Your project is created! You now have several options:
  • Push commits from the CLI
  • Import code from GitHub
  • Invite collaborators to work with you
Prefer the command line? Check out the CLI Installation Guide to push commits directly from your terminal.

Push Your First Commit

Once you have a project, you can start pushing commits using the VibeHub CLI.

Install the CLI

npm install -g @anthropic/vibehub-cli

Authenticate

vibe login
This opens your browser to authenticate with your VibeHub account.

Connect to Your Project

vibe set https://vibehub.co.in/username/project-name

Push Your Code

vibe push
Your commits, along with any AI prompts captured during development, are now synced to VibeHub.

Alternative: Import from GitHub

Already have a repository on GitHub? You can import it directly:
1

Open Import Modal

From your dashboard, click Import from GitHub
2

Connect GitHub (First Time)

If this is your first import, click Connect with GitHub to authorize VibeHub
3

Enter Repository URL

Paste your GitHub repository URL (e.g., https://github.com/username/repo)
4

Import

Click Import and watch as your commits and files are brought into VibeHub
VibeHub imports up to 100 of your most recent commits, preserving the full commit history with messages and authors.

Next Steps

Now that you have a project set up, explore what you can do: