DEV Community

Cover image for Import Github Repos To StackBlitz, CodeSandbox In Seconds
Pavan C
Pavan C

Posted on

12 2

Import Github Repos To StackBlitz, CodeSandbox In Seconds

Import to CodeSandbox

Just append box to GitHub repository url.
For instance, this is a test repository in my GitHub. If I want to open this repo in CodeSandbox, I will have to edit the url as follows

https://github.com/chilupa/test-repo
Enter fullscreen mode Exit fullscreen mode

to

https://githubbox.com/chilupa/test-repo
Enter fullscreen mode Exit fullscreen mode

Import to StackBlitz

Replace the beginning part of the url in your GitHub with the below

https://stackblitz.com/github/<user-name>/<repo-name>
Enter fullscreen mode Exit fullscreen mode

For instance, this is a test repository in my GitHub. If I want to open this repo in StackBlitz, I will have to edit the url as follows

https://github.com/chilupa/test-repo
Enter fullscreen mode Exit fullscreen mode

to

https://stackblitz.com/github/chilupa/test-repo
Enter fullscreen mode Exit fullscreen mode

Press Enter and it should import all of your repository code to StackBlitz.

Once the import is complete, please note that there could be certain dependency errors (like missing compiler) and the code editors would suggest you install them. If you install those, your app should be up and running!

Happy Coding!

Image of Timescale

🚀 pgai Vectorizer: SQLAlchemy and LiteLLM Make Vector Search Simple

We built pgai Vectorizer to simplify embedding management for AI applications—without needing a separate database or complex infrastructure. Since launch, developers have created over 3,000 vectorizers on Timescale Cloud, with many more self-hosted.

Read more →

Top comments (1)

Collapse
 
nguyenit67 profile image
Nguyen •

Really helpful! Thank you so much!!!!

Speedy emails, satisfied customers

Postmark Image

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up