Connect GitHub to enable version control, PR-based deployments, and code sync.
Once connected, every project can be linked to a GitHub repository:
When Agent mode makes significant changes, it can create a pull request for review instead of pushing directly to main. Enable this in project settings:
Project Settings → Version Control → Create PRs for agent changes
Clone your generated project to work locally:
git clone https://github.com/yourorg/your-project.git
cd your-project
npm install
cp .env.local.example .env.local
# Fill in your .env.local values
npm run dev
This removes DreamOS86's access to your repositories. Existing code is unaffected.