It's been almost 10 years, and I'm still in love with @nuxt.com
Rihan 🇵🇸
@rihan.dev
Test in production. Building https://hub.nuxt.com ☁️ @nuxtlabs.com @vercel.com (my views are separate) https://file.properties 👨💻
In case you need a Markdown parser and renderer that works **everywhere**. It has core & community plugins (highlight, toc, json-render, emoji, security...). Streaming is supported out of the box too, as well as minimal AST.
Nuxt 4.5 is out, and it's a big one. 🚀 - ⚡️ Vite 8 - 🦀 Rspack 2, now powered by Rsbuild - 🌊 experimental SSR streaming for faster TTFB - 🩺 a new stable error code system - 🎨 useLayout, named views, and more ... plus a lot of groundwork for Nuxt 5! 💚💚💚
Nuxt 4.5 · Nuxt Blog
Nuxt 4.5 is our biggest release in a while. Vite 8, Rspack 2 powered by Rsbuild, experimental SSR streaming, a stable error code system, a new useLayout composable, named views, and a lot of groundwor...
nuxt.com
Comark can now: 🪓 parse Markdown with frontmatter, attributes and components support 🎇 render it at runtime, with @vuejs.org, @react.dev, @svelte.dev and now @angular.dev support Soon we'll open source Comark CMS, the content layer on top of it, framework-agnostic 🔥 github.com/comarkdown/c...
Release comark v0.5.0 · comarkdown/comark
🚀 Features Allow rendering tree object without frontmatter and meta - by @farnabaz in #241 (14328) New linkify option to control auto-link behavior - by @farnabaz in #248 (f9d6b) Introduce Comark ...
github.com
unjs/env-runner now supports virtual modules across all supported runtimes! No bundler required. This unlocks some exciting new possibilities for Nitro.
All of these are great solutions but we can also still do more from the maintainers and consumers point of view by - Having publish gates over GH environments - Using minReleaseAge - Monitoring for provenance jovidecroock.com/blog/secure-...
Hardening publishing & consuming
A practical look at reducing blast radius in npm publishing workflows — environment-gated OIDC publishing, limiting manual access, and what consumers can do on their end.
jovidecroock.com
Supply chain attacks are happening left and right with npm, PyPI and so many other places. It seems to be getting worse, everyone agrees. But what can you do about it? Some thoughts on possible approaches (all have tradeoffs). What did I miss? And what vendors actually work?
NODE.js 20 IS 🪦EOL. YOU SHOULD EITHER UPGRADE IT OR NOT TOUCH YOUR DEPENDENCIES AT ALL, AT THE RISK OF RUNNING VULNERABLE, BROKEN STUFF IN YOUR PRODUCTION ENVIRONMENT. INSTEAD OF PUSHING MAINTAINERS FOR LEGACY SUPPORT, PUSH YOURSELF, YOUR VENDOR, AND YOUR OPS GUY TO UPGRADE!
unjs/Jiti 2.7 - Up to 2x faster interopDefault (@nodeland.dev) - Opt-in tsconfigPaths support (@espen.codes) - Virtual modules support (@mariozechner.at) - Explicit resource management (@re-taro.dev) - jiti/static subpath export
Back from FLOW (our company offsite) and honestly still a bit emotional about it. This was one of the best weeks of my life. Got to spend time with the entire @vercel team in Phoenix and every conversation reminded me why I love what we're building. 1/3
The latest version of unjs/env-runner now supports emulating Vercel and Netlify, in addition to Node, Bun, Deno, and Cloudflare Workers (also a new "self" mode) It works with both Vite and Rolldown modes, emulating headers, runtime, and platform primitives with just one config.
✨create-nitro-app now works nicely with AI agents by automatically detecting them (using unjs/std-env)
✂️ Knip v6 is out It's finally here, and your favorite slop fighter is already speedier than expected! Can't wait to see y'all tidying up bigger codebases, faster 🚀 Blogpost + release notes: knip.dev/blog/knip-v6 Knip: knip.dev
Vite+ is fully MIT 👏 now we're talking! Go vp build some great websites
Announcing Vite+ Alpha. Now open source. To make JavaScript developers more productive than ever before. A single binary that: ◆ Unifies your frontend toolchain ◆ Manages your runtime & pkg manager ◆ Caching & monorepo support Works with every framework and meta framework in the Vite ecosystem.
MDzilla is now even better for humans! $ 𝚗𝚙𝚡 𝚖𝚍𝚣𝚒𝚕𝚕𝚊 𝚐𝚑:𝚗𝚒𝚝𝚛𝚘𝚓𝚜/𝚗𝚒𝚝𝚛𝚘 Github (or any remote URL) => Live docs in less than 3 seconds.
For humans: $ bunx mdzilla gh:h3js/h3
If you haven't, go and add the @npmx.dev Chrome extension. It just upgrades your life, for free. chromewebstore.google.com/detail/npmx-...
Npmx redirect - Chrome Web Store
Simple extension to redirect npmjs.com to npmx.dev
chromewebstore.google.com
With the latest major release of SurrealDB, we’ve introduced architectural changes to improve stability, performance, and developer experience. Dive into these changes and explore why they matter. 👉 sdb.li/3ORtwtL
Such a good approachable low-level explanation about VMs vs containers youtu.be/DUgzXX2_aDQ
Containers Don't Exist - Your Kernel Is Lying to You
YouTube video by LearnThatStack
youtu.be
Linux kernel 6.19 updates graphics, storage, and infrastructure, improving AMD GPU performance, adding HDR groundwork, speeding up ext4, and enabling warm reboot kernel switches. Torvalds also confirmed the next version will be the long awaited Linux 7.0 alternativeto.net/news/2026/2...
Your project deserves docs. $ npx skills add nuxt-content/docus Then: "/create-docs" Full doc site with SEO, MCP, copy page, llms.txt, everything automatic. Your AI can now read your docs. Your users can search it. Google can index it. In less than 2 minutes, give it a try👇
Nitro v3 alpha.2: 🔥 Rolldown optimized 📦 Dependencies bundled by default ⚛ React Server Components support (experimental) 🔋 Many more improvements TIP: Upgrade to the latest nitro() plugin with vite@beta (rolldown) and enjoy a seriously mind-blowing performance boost 🚀
Release v3.0.1-alpha.2 · nitrojs/nitro
🔋 This release contains many improvements since the alpha.1 release. ⏳ We took extra time to ensure everything works well by testing against real-world projects using Nitro v3. We are closer to Bet...
github.com
Imagine your Nuxt server smart enough to spot your IDE and recommend installing the MCP Server.
In the next Nitro v3 release, you can easily unit-test code that depends on the Nitro runtime. github.com/nitrojs/nitr...
feat: mock runtime virtual imports by pi0 · Pull Request #3861 · nitrojs/nitro
Nitro runtime depends on generated virtual modules that only work during the build phase. This makes unit testing and writing shared code difficult when project code imports nitro/runtime, nitro/st...
github.com
NuxtHub v0.10 is out with multi-vendor support ✨ Build full-stack Nuxt apps with: - DB powered by @DrizzleORM (with automated migrations) - KV powered by unstorage @unjsio - Blob compatible with @vercel blob, R2 and S3 hub.nuxt.com/changelog/n...
NuxtHub Multi-Vendor is now available · NuxtHub Blog
NuxtHub is now available on multiple cloud providers. You can now deploy your NuxtHub project on your own hosting provider.
hub.nuxt.com
an insane dependency drop, look at that graph! unjs stay winning fr
Was debugging a nasty ESM issue and ended up optimizing unjs/🖼️IPX from 99 dependencies down to 6 (26 MB → 2 MB). Available in the v4 nightly builds with the same features as before!