Repoburg
Login

Getting Started

A 3-step guide to your first session.

Step 1: Start the Daemon

The Repoburg daemon is a background service that manages backend instances for your projects. It is controlled by the Repoburg Daemon desktop app.

Launch the desktop app and click Start Daemon. You can leave this app running in the background.

Step 2: Start a Project Backend

Navigate to the code repository you want to work on in your terminal and run:

cd /path/to/your/project repoburg start .

This command does several things:

  1. Authenticates: If it's your first time, it will open your browser to repoburg.com to log in and authorize your device.
  2. Starts Backend: It launches a dedicated, local backend server for your project. You will see the new service appear in the Daemon desktop app.
  3. Opens UI: It automatically opens the Repoburg web application at app.repoburg.com in your browser, connected to your new local backend.

Step 3: Start Coding with AI

The UI is now connected to your project's backend. You can start a new session, type a prompt, and begin generating code!