Opus 4.6 now powering bolt.new
Opus 4.6 just landed in @bolt.new!
And yeah, it's hella good ya all.
Also, 48h free for paid users + 2ร limits on free! ๐คฏ
@d3lm.bsky.social
Founding Engineer @stackblitz.com โข Lead for WebContainer and @bolt.new โข JavaScript stuff โข Node.js โข Rust ๐ฆ โข WebAssembly โข Deep Learning ๐ค โข Amateur Athlete โข Dad https://learn-wasm.dev https://bolt.new https://stackblitz.com https://webcontainer.io
Opus 4.6 now powering bolt.new
Opus 4.6 just landed in @bolt.new!
And yeah, it's hella good ya all.
Also, 48h free for paid users + 2ร limits on free! ๐คฏ
Yea totally get that. I am not planning to shut this down anytime soon. And even if something would happen you can just reach out to me via email and I ll help you.
02.01.2026 17:33 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Good point. I ll think about it. But if that would happen I would do anything to provide the content to those that bought the course.
02.01.2026 17:18 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
AI can write code. Having an internal model of _how_ it runs is important more than ever.
Learn WebAssembly: interactive, in-browser exercises with a debugger + memory inspector.
Perfect timing to use that leftover learning budget.
learn-wasm.dev
Working on a small native addon for Node.js that allows you to sandbox eg ai agents.
Stay tuned!
So good!
13.11.2025 08:00 โ ๐ 7 ๐ 0 ๐ฌ 0 ๐ 0
Node excitement ๐
Congrats to @marcoippolito.dev on making it official: type-stripping in Node 25 is now declared to be stable ๐
You can run: node index.ts
The capabilities have not changed since Node 24. This is purely a maturity indicator.
Node.js v25.2.0 Current is out ๐
Notable changes + updates here:
nodejs.org/en/blog/rele...
Indeed pretty cool!
13.11.2025 07:57 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0download StackBlitz projects instantly no authentication or API keys required โ just replace the domain. How it works original link: https://stackblitz.com/edit/nuxtblitz download link: https://stackblitz.zip/edit/nuxtblitz (the only difference is that .com is replaced with .zip)
โก 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 <url>` or `npx stackblitz-clone <url>`
๐ฆ npm: `npm i stackblitz-zip`
built for myself to grab repros from issues
omg briliant!
03.11.2025 09:11 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Thanks so much! This makes me happy to hear ๐
29.10.2025 05:42 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
WebAssembly is one of those remarkably versatile technology and a must-have in your tool belt as developer.
Dive into the world of WebAssembly with my comprehensive, code-first, and hands-on WebAssembly course.
Learn more at learn-wasm.dev
LFG! Congrats to the entire team.
23.10.2025 08:05 โ ๐ 8 ๐ 0 ๐ฌ 0 ๐ 0I did it. I qualified in my very first full Ironman, and now I have finished my first ever Ironman World Championship. What once felt like an impossible dream has finally come true.
18.09.2025 23:22 โ ๐ 7 ๐ 0 ๐ฌ 1 ๐ 0Promotional banner for a WebAssembly course. The headline reads "Invest in your career. One plan, one price.". The course is discounted from $99 to $79 for full access. Benefits include all lessons with a final exercise, lifetime access, and a one-time payment. A "Buy now" button is shown at the bottom.
If you wanna level up and learn more about #WebAssembly, my interactive course on the fundamentals is currently on sale.
learn-wasm.dev
Promotional banner for a WebAssembly course. The headline reads "Invest in your career. One plan, one price.". The course is discounted from $99 to $79 for full access. Benefits include all lessons with a final exercise, lifetime access, and a one-time payment. A "Buy now" button is shown at the bottom.
Since I am getting a lot of PPP requests I decided to make my #WebAssembly course more affordable for a limited time.
Grab it while it's available.
Link in ๐งต
Screenshot of the NAPIโRS documentation site in dark mode, showing the "WebAssembly" concept page. An info banner near the top states "There is an amazing WebAssembly course developed byโฏ@DominicโฏElm:โฏLearnโฏWebAssembly".
I am so excited to see my #WebAssembly course being mentioned on the official Napi-RS website ๐ฅน๐
Thanks so much @broooooklyn.bsky.social ๐
Link ๐
The Bolt folks are great people and you should definitely work with them
15.07.2025 21:22 โ ๐ 2 ๐ 1 ๐ฌ 0 ๐ 0
@bolt.new is hiring!
I am looking for Senior Applied AI Engineers to join my team and work at the forefront of AI agents.
My DMs are open. Feel free to slide in and say hi!
job-boards.greenhouse.io/stackblitz/j...
import { sveltekit } from '@sveltejs/kit/vite' import { kitRoutes } from 'vite-plugin-kit-routes' /** @type {import('vite').UserConfig} */ export default config = { plugins: [ sveltekit(), // โ Add the plugin kitRoutes(), ], }
<script lang="ts"> import { route } from '$lib/ROUTES' </script> <!-- ๐ค before, hardcoded string, error prone --> <a href="/site/123">Go to site</a> <!-- โ after, typechecked route, no more errors --> <a href={route('/site/[id]', { id: 123 })}>Go to site</a>
๐ Tadaaa ๐
vite-plugin-kit-routes 1.0 is out ๐
A/ add the vite plugin
B/ enjoy route typesafety !
Easy ?!
More here:
www.kitql.dev/docs/tools/0...
A four-panel comic shows a worried man saying, 'We're cooked, AI will take over.' A robot responds, 'Generate an apple.' In the next panel, the robot presents a hamburger instead. In the final panel, the man smiles with relief, realizing AI wonโt actually take over.
03.04.2025 17:47 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0Yea, worked a lot on that and built it entirely from scratch with a custom Wasm VM.
01.04.2025 07:20 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Thank you!
01.04.2025 07:19 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0In case you missed this announcement. Limited offer to the first 50 sign ups. Not too many left!
31.03.2025 18:01 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0Thank you!
31.03.2025 12:56 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0๐ learn-wasm.dev
31.03.2025 07:59 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0Promotional banner for an online WebAssembly course. The image features a gradient background with binary code and bold text that reads: โLearn WebAssembly. 20% OFF โ First 50 Only. $79 โ Use code EARLYBYTE20.โ At the bottom, it states: โValid until April 6th at midnight.โ
๐ฅ Want to really understand #WebAssembly?
๐ Special Offer: First 50 sign-ups receive 20% OFF! Use code EARLYBYTE20 at checkout.
โณOffer valid until April 6 at midnight.
Go deep with a code-first, hands-on course that demystifies how it works under the hood.
Link below โฌ๏ธ