#stackblitz
away, demon
August 21, 2026 at 2:08 AM
Finally got oxc-parser to work on stackblitz.

stackblitz.com/edit/oxc-par...
oxc-parser - StackBlitz
oxc-parser wasm example
stackblitz.com
March 18, 2025 at 10:10 AM
⚡ ever wanted to download @stackblitz.com projects without opening the site?

you now can 🎉

🌐 web: replace stackblitz.com w/ stackblitz.zip in any edit url
🖥️ cli: `npx stackblitz-zip ` or `npx stackblitz-clone `
📦 npm: `npm i stackblitz-zip`

built for myself to grab repros from issues
November 12, 2025 at 5:15 PM
As a result, Rolldown is now the fastest possible bundler you can run in the browser. Here are the numbers when bundling a benchmark app with 2.5k modules:

- esbuild: 22.19s
- Vite (via Rollup): 4.52s
- Rolldown: ⚡️613.43 ms

Try it out yourself on StackBlitz:
stackblitz.com/~/github.com...
StackBlitz
stackblitz.com
December 19, 2024 at 5:15 AM
Just shipped stackblitz-mcp — my first vibe coding project!

An MCP server that lets AI read StackBlitz projects. Useful when you ask AI to debug a GitHub issue and the repro is a StackBlitz link.

stackblitz-mcp.sxzz.dev
GitHub - sxzz/stackblitz-mcp: MCP server for reading files from StackBlitz projects
MCP server for reading files from StackBlitz projects - sxzz/stackblitz-mcp
github.com
January 31, 2026 at 8:01 PM
Made a trello clone using @solidjs.com 2.0
stackblitz.com/edit/github-...
Solid2 Trello Optimistic Data - StackBlitz
Run Solid2 Experiments created by Ryansolid on StackBlitz
stackblitz.com
February 16, 2026 at 11:04 PM
Three years doing Open Source at @stackblitz.com today! I'm grateful to work with and learn from awesome folks in the ecosystem. In my retrospective from last year, vite's npm weekly downloads were at the 10M mark. It will soon double that. And it once more feels like we're just getting started 💜
Open Source at StackBlitz
A retrospective on my first two years doing Open Source full-time at StackBlitz
patak.dev
February 1, 2025 at 6:12 PM
Just realized bolt.new by @stackblitz.com is open source - that's pretty amazing! Great being able to look at the implementation and the prompts 🤩 github.com/stackblitz/b...
GitHub - stackblitz/bolt.new: Prompt, run, edit, and deploy full-stack web applications
Prompt, run, edit, and deploy full-stack web applications - stackblitz/bolt.new
github.com
December 4, 2024 at 9:47 AM
Milestone! 10K GitHub stars 🌟
GitHub - stackblitz-labs/bolt.diy: Prompt, run, edit, and deploy full-stack web applications using any LLM you want!
Prompt, run, edit, and deploy full-stack web applications using any LLM you want! - stackblitz-labs/bolt.diy
bolt.diy
January 24, 2025 at 3:26 PM
The reason why I am very excited about this is because this means every framework building on top of Vite will have blazing fast DX in browser environments - on StackBlitz, via bolt.new, etc.!
December 19, 2024 at 5:15 AM
What if we didn't time slice and instead went async?
stackblitz.com/edit/github-...
Solid2 Sierpinski (Time Slicing at Home?) - StackBlitz
Run Solid2 Experiments created by Ryansolid on StackBlitz
stackblitz.com
December 9, 2025 at 10:21 PM
⚛️ I updated my reproduction from you-know-when to react 19.0.0-rc.1 and it works great 🚀

stackblitz.com/edit/tanstac...

It’s not quite the same as in v18, but definitely the perfect tradeoff:
suspense-query-react-19 (forked) - StackBlitz
Run official live example code for Query Simple, created by Tanstack on StackBlitz
stackblitz.com
November 15, 2024 at 5:38 PM
I loved working full-time on @vite.dev hired by StackBlitz. High praise to companies hiring OSS devs!

But as I did when starting @vitest.dev with @antfu.me, for this new community adventure, as project steward of @npmx.dev together with @danielroe.dev, I'll be going independent. Here we go again ❤️
patak.cat patak @patak.cat · Feb 1
We have a unique opportunity with npmx. We're building something very special together. I want to give myself the chance to focus on helping steward the project. I'm going to be working as an independent open source developer this year. Support my work and help me focus on npmx long-term 🙏
Sponsor @patak-dev on GitHub Sponsors
Hey! I'm one of the Project Stewards of [npmx](https://npmx.dev). We're building a modern browser for the npm registry, by fostering an ever growing community of developers and trying to set an exa...
github.com
February 1, 2026 at 8:44 PM
So nice to finally have this example working again in 2.0 codebase. This might be the last major client side feature I needed to test out on the experimental branch. But it looks like Transitions are alive and well:
stackblitz.com/edit/github-...
Solid2 Experiments Tabs - StackBlitz
Run Solid2 Experiments created by Ryansolid on StackBlitz
stackblitz.com
September 9, 2025 at 8:18 PM
Help Johnson cross the 1K stars milestone today! 🌟🔥 github.com/stackblitz/a...
November 22, 2024 at 7:45 AM
@rolldown.rs wasm story is just brilliant
February 7, 2025 at 10:54 AM
If people didn't quite get what I meant with the diagram. I suggest you try to build this contrived example with the framework of your choice:

stackblitz.com/edit/github-...
March 24, 2026 at 3:20 PM
if you're making npm packages you should prob use pkg.pr.new
November 13, 2024 at 8:01 AM
Preview for the upcoming stream.

We all know after React 19s Suspense Gate what we should do with parallel Components fetching:
stackblitz.com/edit/github-...

But what if they are nested:
stackblitz.com/edit/github-...
Nested Fetching - StackBlitz
Run Solid2 Experiments created by Ryansolid on StackBlitz
stackblitz.com
February 14, 2025 at 6:02 PM
Vue Vine has integrated pkg.pr.new to publish packages for every commit.

This is very useful for our user to provide a minimal reproduction in StackBlitz.

Thanks for our great community providing such a wonderful application.
GitHub - stackblitz-labs/pkg.pr.new: 📦️ Continuous (Preview) Releases for your libraries!
📦️ Continuous (Preview) Releases for your libraries! - GitHub - stackblitz-labs/pkg.pr.new: 📦️ Continuous (Preview) Releases for your libraries!
pkg.pr.new
February 1, 2025 at 4:42 PM
Finally updated my Minecraft-style voxel engine repo with a stackblitz live demo, PBR examples a getting started tutorial, and linked to the updated and optimized new version of Divine Craft built with the engine. github.com/Divine-Star-... #gamedev #indiegamedev #voxels #minecraft
September 21, 2026 at 11:51 AM
pkg.pr.new 🤝 @trpc.io

trpc is part of the family now! thank you @katt.dev 💙

github.com/stackblitz-l...
add trpc to users by KATT · Pull Request #277 · stackblitz-labs/pkg.pr.new
github.com
November 13, 2024 at 5:57 AM
Thanks for your warm welcome bluesky! We're amazed we got 500 followers in just a few hours!
November 7, 2024 at 12:07 PM
Indeed. Huge thanks to StackBlitz!
February 13, 2025 at 6:11 PM