GitHub Integration
Configure GitHub storage for your projects. All project files will be stored in your GitHub repository with version control.
Format: owner/repo (not a URL)
Create a token at github.com/settings/tokens with "repo" scope
About GitHub Storage
When GitHub storage is configured, all project files are stored in your GitHub repository with full version control.
- Every file change creates a commit with a clear message
- Full history of all changes is available in GitHub
- Files are stored in:
projects/{project-name}/ - Works offline with localStorage caching (syncs when online)