StackBlitz

Free
Development Tools

Full browser-based IDE running Node.js via WebAssembly. Open GitHub repos instantly, run npm packages without installation, share working demos with a URL. No local setup needed.

Catalogued January 1, 2026 · Curated by PWA Directory team
Online Only
Installable
Cross-Platform
Free
Tags
idenodejsbrowser-idedeveloper-toolswasmgithub

How to install StackBlitz as a PWA

Chrome / Edge
Menu (⋮) → Add to Home screen
Safari (iOS)
Share (↑) → Add to Home Screen
Firefox
Menu (⋮) → Install

Frequently asked questions about StackBlitz

Is StackBlitz really running Node.js in the browser?

Yes — StackBlitz invented WebContainers, a WebAssembly-based OS that runs a real Node.js process inside a browser tab (Chromium-based browsers only). This is fundamentally different from CodeSandbox's older approach (running on a remote VM). WebContainers means no network round-trip for npm install, instant feedback, and the ability to work offline once a project is open. It also means StackBlitz can't run native modules that require C++ bindings, which CodeSandbox can.

Is StackBlitz free?

Yes — StackBlitz is free for public projects with reasonable compute limits. The Teams plan ($90/user/year) adds unlimited private projects, more CPU and RAM, team workspaces, and SOC 2 compliance. Pro individual plans ($15/month) sit between. The free tier is generous enough for most personal use, framework reproductions, and small open-source projects.

How does StackBlitz compare to CodeSandbox?

StackBlitz uses WebContainers (Node.js in the browser, faster startup, offline-capable, no native modules). CodeSandbox uses cloud VMs (slower startup but supports any Node.js workload including native modules, Python, databases). StackBlitz is preferred by framework reproduction repros (Vite, Vue, Svelte all default to it). CodeSandbox is better for full-stack apps with databases or non-Node services. Both have free tiers.

Can I use StackBlitz offline?

Yes — because WebContainers run Node.js in the browser, once a StackBlitz project is open the dev server, npm scripts, and HMR all work offline. This is the biggest practical advantage over CodeSandbox. The initial git-clone and npm-install require network, but iterative editing does not. The PWA installs cleanly on Chromium browsers.

Who uses StackBlitz in production?

StackBlitz is the default reproduction repro tool of the Vue, Vite, Svelte, Angular, Astro, and TanStack ecosystems — bug reports in those repos request StackBlitz links. Bolt.new (also by StackBlitz) became one of the fastest-growing AI coding tools of 2024 by combining WebContainers with Claude/GPT-4. The Bolt success has positioned StackBlitz as foundational infrastructure for AI-augmented full-stack tooling.

Where StackBlitz is heading (12-24 months)

  • WebContainer support for non-Node runtimes (Python via Pyodide-style integration) would unlock the data-science crowd.
  • Cross-browser WebContainer support (Safari, Firefox) is the largest infrastructure gap.
  • Bolt.new's success is repositioning StackBlitz from 'browser IDE' to 'AI coding platform'; the strategic frontier is full-stack AI agent tooling.
  • Tighter native git workflow (PR creation, branch management) would close gaps with GitHub Codespaces.

Related questions

ChatGPT, Perplexity and Gemini usually suggest these next.

  • Can WebContainers run Python or Ruby?
  • How do I open a private GitHub repo in StackBlitz?
  • Does StackBlitz work in Safari or Firefox?
  • How does Bolt.new use StackBlitz WebContainers?
  • Can I run a database (Postgres) inside a StackBlitz project?

More in Development Tools