Report a bug or request a feature for the StackBlitz online editor by opening a GitHub issue in this repo.
Search existing issues to see if a problem you hit in StackBlitz has already been reported or has a known workaround.
Find links to the StackBlitz SDK and WebContainers repos if you want to embed a live code editor into your own product.
StackBlitz is an online development environment that runs entirely in the browser. The description says it is powered by Visual Studio Code, and the tagline is "your local env, now in the browser," meaning it aims to replicate what you would get from a locally installed code editor and development setup without needing to install anything on your machine. This particular GitHub repository is not the source code for the StackBlitz product. It serves as the project's public issue tracker, the primary place where users report bugs and submit feature requests. The actual product runs at stackblitz.com and is not open source through this repo. The README points to several related repositories in the StackBlitz ecosystem: a documentation site repository, an SDK repository (for developers who want to embed StackBlitz into their own tools), a starters repository with ready-made project templates, and a WebContainers repository. WebContainers appears to be the underlying technology that makes it possible to run a Node.js-compatible environment inside a browser tab. If you want to learn how to use StackBlitz as a developer, the README directs you to the official docs at developer.stackblitz.com. There is also a blog covering web technology topics and news about the product. Community discussion and support happen via a Discord server. In short, visiting this repository is unlikely to show you how StackBlitz works internally, since it mainly exists to collect and organize user feedback. The product itself, the docs, and the SDK are the places to go if you want to use or build with StackBlitz.
← stackblitz on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.