Implementing “Open in StackBlitz”
A common use case for the StackBlitz SDK is to provide a way for users to open a project in StackBlitz directly from a code snippet or rendered component in your documentation site. This can be done by adding a button or a link that, when clicked, will open the project in a new window.

Let’s learn how do implement this!
Files
Preparing Environment
- Installing dependencies
- Starting http server