Feature request
Allow users to clone a public GitHub repository directly into the in-browser environment.
Motivation
Users want to open and run existing projects without manually copying files.
Proposed UX
- Add a "Clone from GitHub" input/button on the start screen
- Accept a GitHub HTTPS URL or owner/repo shorthand
- Fetch the repo contents via the GitHub REST API
- Mount the files into the WebContainers filesystem
Notes
- Requires handling rate limits (unauthenticated: 60 req/hr)
- Consider OAuth login for private repos
Feature request
Allow users to clone a public GitHub repository directly into the in-browser environment.
Motivation
Users want to open and run existing projects without manually copying files.
Proposed UX
Notes