Watched your talk online. Thanks for the heads-up! It motivated me to upgrade an Astro 5 project to Astro 6 — it was a breeze 🤩 🙏 Just took me 3 minutes 😎 Btw: Where to get this Vue/Astro sticker outside of Vue.js Amsterdam!? 😍 Having a kidney to spare ;)
⚡️ Vite 8.0 is here!
The most significant architectural change since Vite 2.
⏬ Powered by @rolldown.rs bringing faster production builds and more consistency
🛤️ New features such as tsconfig paths and emitDecoratorMetadata support
vite.dev/blog/announc...
Code example showing the usage of Temporal.ZoneddateTime ```js // London DST starts: 2026-03-29 01:00 -> 02:00 const zdt = Temporal.ZonedDateTime.from( "2026-03-29T00:30:00+00:00[Europe/London]", ); console.log(zdt.toString()); // → "2026-03-29T00:30:00+00:00[Europe/London]" const plus1h = zdt.add({ hours: 1 }); console.log(plus1h.toString()); // "2026-03-29T02:30:00+01:00[Europe/London]" (01:30 doesn't exist) ```
Temporal is now Stage 4 at TC39 🎂🎂🎂
Thanks to all the other champions of JavaScript's new date-time API. It has been a wild ride over many years!
I wrote a blog post explaining how we got here 📜
bloomberg.github.io/js-blog/post...
Astro 6 is here! We completely rebuilt the Astro dev server and build pipeline onto a new, more powerful runtime-agnostic architecture.
Plus: New Fonts API, CSP support, an experimental new Rust compiler, and more...
astro.build/blog/astro-6...
Regretting more and more that I can‘t make it this year to Amsterdam! Vue and Astro - both my favorite technologies 😱
We now run evals to help you know what AI models perform best to write Nuxt code.
nuxt.com/evals
What a brilliant idea! 🤩
Five player projects, one team: Video.js, Media Chrome, Plyr, Vidstack, and Mux Player are joining forces to build Video.js v10.
Here's how it came together:
www.mux.com/blog/five-pl...
Rolldown 1.0 RC is here 🎉
🔒 Stable API: No breaking changes planned before 1.0
⚡ 10-30x faster than Rollup while staying compatible
🧩 Multiple chunking algorithm improvements
📦 3,400+ commits since beta: 749 features, 682 fixes, 109 perf optimizations
Last week I built a minimal full‑stack app on @vite.dev + @nitro.build 3 with @vuejs.org 3, Better Auth (passkeys), and @drizzle.team on SQLite—all running on @bun.sh. One dev server, typed APIs, auth middleware, and a single .sqlite file. Feels like “just a Vite app”!
flori.dev/reads/vite-n...
Just published a guide on using changelogen + a custom AI slash command to auto-generate and clean up your `CHANGELOG.md` from Conventional Commits. Duplicate issues gone, contributor names fixed, semantic bumps handled.
flori.dev/reads/change...
#DevTools #ConventionalCommits #changelog
Nuxt UI v4.2.0 is out! 🎉
📅 New InputDate & InputTime components
🎨 Tailwind CSS prefix support
✨ data-slot attributes & extended HTML attributes
…and tons more, check it out: github.com/nuxt/ui/rele...
Really positive sign that open source projects are standing up to do the right thing. Kudos to the Python folks: www.theregister.com/2025/10/27/p...
Biome v2.3 is out!
👨👨👦👦 Full support for @vuejs.org, @svelte.dev and @astro.build
‼️ New ignore syntax
🌬️ Tailwind v4 support
⌨️ New CLI flags and reporters
biomejs.dev/blog/biome-v...
Happy "View Transitions Level 1 support in all major browsers" Day! 🎉
With Firefox 144 now stable, everyone gets beautiful transitions with Astro ClientRouter
Learn how: docs.astro.build/en/guides/vi...
Dr. Jane Goodall filmed an interview with Netflix in March 2025 that she understood would only be released after her death.
Just moved by website flori.dev to @netlify.com 🎉 How easy was that?
#boycottvercel
Nuxt UI v4 it out ✨
It unifies Nuxt UI and Nuxt UI Pro into a fully open-source library with:
- 100+ components
- 10+ free templates
- Figma Kit for everyone
nuxt.com/blog/nuxt-u...
Announcing TresJS v5.0 🎉
Our proudest release so far. Declarative
@threejs.org for @vuejs.org gets a major upgrade:
✨ WebGPU experimental support
🛠️ New create-tres CLI tool
⚡ Re-imagined context
🔧 Refactored composables
Ready to build the future of 3D on the web?
❌ mobile first
✅ container first
⚓️Oxlint with type-aware linting is here ⚓️
◆ 40 type-aware rules supported, including the famous `no-floating-promises` rule
◆ Built on top of `tsgolint` and `ts-go`
◆ Brings speed improvement & correctness
Read more in the latest announcement
voidzero.dev/posts/announ...
Hey fam 👋
In a new blog post, I wrote about my journey from zero to RAG engineer after 1200 hours building enterprise AI.
What actually works vs. what's just hype. Hard-learned lessons so you don't repeat my mistakes 👇
news.ycombinator.com/item?id=4474...
#TechBlog #BuildInPublic #RAG #AI #LLM
This is so hilarious 😂😅
Astro logo and MCP logo talking to each other
Does your LLM forget to RTFM?
Give it some TLC with our new MCP
docs.astro.build/en/guides/bu...
In my latest video over on @syntax.fm I explain what MCP is, why it's needed and show how to build and debug your own MCP server.
Watch 🍿: www.youtube.com/watch?v=1Fqi...
Astro Solstice Festival poster Mon 23: Astro Mart Tue 24 • 2:30pm ET: Learning Astro ft. Chris Pennington & James Q. Quick Wed 25 • 11:00am ET: Perfect Images ft. Coding in Public Thu 26 • 10:30am ET Live Content Live with Nick Taylor Fri 27 • 9am ET: Content security Policy Plus Guest artists
🌍 The planets have aligned.
Grab your sunnies and join us for a week of live events. Just remember to stay (partially) hydrated!
🌞 astro.build/solstice
This time we’re doing it live – Astro 5.10 is here!
📷 Responsive images are now stable – so squishy!
🎥 Experimental live content collections – so fresh!
🛡️ Big improvements to experimental Content Security Policy support – so solid!
☁️ Custom Cloudflare Workers entrypoints – so...cloudy?
Here's how it works: bsky.app/profile/flor...
Wrote a new blog post: Integrating the @unjs.io ipx image proxy as an @astro.build middleware.
Learn how to add dynamic image processing to your Astro SSR apps using ipx as a middleware combined with Astro's Image Service API. 🤯
flori.dev/reads/astro-...
#Astro #UnJS #WebDev #SSR #ipx