Quickstart

Get up and running with Bug0 Vibe Studio in under 5 minutes.

Step 1: Sign Up

  1. Go to app.bug0.com
  2. Click Sign in with Google (use your work email)
  3. You'll be automatically added to your team's workspace or a new one will be created

Step 2: Create a Project

A project represents your application. Each project has:

To create a project:

  1. Click New Project in the sidebar
  2. Enter a project name (e.g., "MyApp Staging")
  3. Set the base URL where tests will run
  4. Click Create

Step 3: Create a Test Suite

Test suites group related tests together. For example:

To create a suite:

  1. Open your project
  2. Click the + icon next to "Test Suites"
  3. Enter a suite name
  4. Click Create

Step 4: Create Your First Test

You can create tests in two ways:

Option A: From Video

  1. Click New Test in your suite
  2. Select Generate from Video
  3. Upload a screen recording or record your tab
  4. AI will extract steps automatically
  5. Review and edit the generated steps
  6. Click Save

Option B: From Text

  1. Click New Test in your suite
  2. Select Generate from Text
  3. Describe the flow in plain English:
    1. Click the login button
    2. Enter email "test@example.com"
    3. Enter password "password123"
    4. Click submit
    5. Wait for dashboard to load
    
  4. AI will structure these into executable steps
  5. Review and click Save

Step 5: Run Your Test

  1. Open your test case
  2. Click the Run button
  3. Watch the live browser preview as AI executes each step
  4. Review the results and AI reasoning

What's Next?