QUICKSTART
    5 minutes

    Quick Start

    From zero to your first annotation in under 5 minutes. No code changes to your repository.

    STEP 1 — CREATE ACCOUNT

    Individual user

    Ideal for freelancers and solo developers. Sign up with email, GitHub, or Google.

    Organization

    Ideal for agencies and teams. Sign up as Organization — enter name, email, country, company size. You become the owner.

    STEP 2 — CONNECT A REPO

    1Projects → New Project
    2Connect your GitHub account (authorize BugDrop)
    3Browse and select your repository
    4Choose the branch to track (default: main)
    5Review auto-detected build config (adjust if needed)
    6Add environment variables if required
    7Click Create — first build queues automatically

    STEP 3 — INSTALL THE CLI

    bash
    $ npm install -g @bugdrop/cli
    $ bugdrop auth sk-bd-<your-api-key>
    $ cd my-project && bugdrop init
    ✓ Linked to my-project

    STEP 4 — START YOUR FIRST REVIEW

    1Open your project from the dashboard
    2Click Start Review
    3Your preview loads inside BugDrop's review interface
    4Click any element to create a Point annotation
    5Add a comment and severity → Submit