Open Source Collaboration
Working with your favorite open-source repositories is easier with CodeSandbox. Whether you are just checking out a repository, testing out an idea or formally proposing a feature, CodeSandbox can eliminate tedious steps in your process and get you working on your ideas faster.
Viewing open-source repositories
Explore any open-source repository through CodeSandbox simply by adding the repository's GitHub URL to the end of the CodeSandbox URL, in the format below:
codesandbox.io/p/
github/[org]/[reponame]
For example, try codesandbox.io/p/github/codesandbox/sandpack/ (opens in a new tab).
Forking Open Source Repositories
Traditionally, contributing to an open-source repository happens through forking. You can fork an open-source repository by opening it in the editor, clicking on the Create branch
dropdown in the top right corner of the editor and selecting the Fork project
option.