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:
- Authenticates: If it's your first time, it will open your browser to
repoburg.comto log in and authorize your device. - Starts Backend: It launches a dedicated, local backend server for your project. You will see the new service appear in the Daemon desktop app.
- Opens UI: It automatically opens the Repoburg web application at
app.repoburg.comin 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!