Rsbuild now has lint plugins for ESLint, Rslint, Oxlint, Biome, Golar, and Stylelint. Shout-out to @oskarlebuda.bsky.social for building several of these integrations ❤️
Oskar Lebuda
@oskarlebuda.bsky.social
Creator of https://vercube.dev ⚡ Head of Development at http://enetproduction.com 🧑💻 http://github.com/OskarLebuda ✖️ x.com/OskarLebuda
Right now @vuejs.org DevTools ships as a @vite.dev plugin, so @rspack.dev users only get the browser extension - no assets, no module graph, no click-to-source. Turns out it's barely Vite-specific. Building a plugin with full parity 👇
srvx 0.11.22: - New `trustProxy` option to respect x-forwarded-* headers in req.url (works with Node, Deno and Bun) - New `mtls` plugin to request client certificate during the handshake (thnx @sandros94.com) - Complete AWS streaming docs (thnx @oskarlebuda.bsky.social)
Last 2 days were a blast wrapped MuPDF for Node.js via Rust - zero deps, non-blocking, pixel-perfect SVG output, worker pool, streams.. and it's really fast! 🔥
My first public article - I’d really appreciate any feedback 🙂 I explain why I built Vercube its architecture, and performance with real benchmarks, plus the key trade-offs behind the decisions. dev.to/oskarlebuda/...
I built Vercube because benchmarks don’t lie
Let's start with the obvious: yes, this is another Node.js framework. I know. You know. Somewhere, a...
dev.to
This year was hard. Mentally and emotionally. But it changed me. I met amazing people, released a project close to my heart, and learned that GitHub squares don’t define your value in OSS. I’m becoming a dad. Twins coming in March ❤️ That changed everything. Next year: impact over numbers.
🔥 Sneak peek from the upcoming Vercube update! With the new mcp module you can build MCP tools effortlessly - just add a decorator, and Vercube handles the rest under the hood It automatically generates the MCP handler so you can extend your LLM's powers in no time!
The Unified Toolchain for the Web We are thrilled to announce Vite+: A unified, Rust-powered toolchain and drop-in upgrade for @vite_js. Read the full vision and learn about our sustainable licensing model (free for individuals, OSS & small businesses). voidzero.dev/posts/announ...
Announcing Vite+
Introducing Vite+, a unified toolchain for JavaScript.
voidzero.dev
Heck yeah! The @nitro.build v3 beta is out now. And Nitro is now just a @vite.dev plugin 👀 Kudos to all contributors, @unjs.io, and @pi0.io 🙌🏻
Rolldown drops CJS support! From the latest version of @rolldown.rs (1.0.0-beta.36) on, Rolldown will only be released in the ESM format. The required Node version has also been bumped to align with @vite.dev (20.19+ and 22.12+). Node 18 has been dropped due to being EOL since April.
Introducing srvx.h3.dev CLI (experimental). The fastest way to start a modern web server in Node.js, Deno, or Bun.
Vercube 0.0.19 is out now! 🚀Here are some of the key changes: - Added a WebSocket package - huge thanks to Jhoni for the implementation (based on crossws) - Introduced a new schema package github.com/vercube/verc...
Release v0.0.19 · vercube/vercube
compare changes CautionThis release contains breaking changes. See #522 for more details. 🚀 Enhancements Add @vercube/websocket package (#508) Add @vercube/schema package (#522) Add reusePort for...
github.com
Vercube v0.0.17 is out! What’s new? 🚀 Switched to OXLint (10x faster linting!) ⚙️ Storage & logger providers are now split 🛠️ Improved release scripts 📦 Package bumps github.com/vercube/verc...
Release v0.0.17 · vercube/vercube
compare changes CautionThis release contains breaking changes. See #489 for more details. 🚀 Enhancements Move to oxlint (#488) ⚠️ Split storage providers and logger providers as independent (#489...
github.com
Vercube just switched from ESLint to OXLint (@rolldown.rs) - and the difference is wild 😳🔥 Lint time dropped from 6.15s ➝ 0.59s 🚀 That’s a ~10x speed boost, with zero compromise. Check the PR:
Feat/oxlint by OskarLebuda · Pull Request #488 · vercube/vercube
Move project to [OXLint](https://oxc.rs/docs/guide/usage/linter.html) Swapping out ESLint for OXLint - same lint rules, just a much faster engine under the hood. 🚀 The results speak for themselves:...
github.com
Vercube just hit 50 stars on GitHub! ⭐💖 I know it’s not a huge number, but it’s my first real OSS project - and every single star means the world to me. It shows that the time and love put into this (not just by me!) actually matters. Huge thanks to everyone! 🫶 github.com/vercube/verc...
GitHub - vercube/vercube: An ultra-efficient JavaScript server framework that runs anywhere - Node.js, Bun, or Deno - with unmatched flexibility and complete configurability for developers who refuse ...
An ultra-efficient JavaScript server framework that runs anywhere - Node.js, Bun, or Deno - with unmatched flexibility and complete configurability for developers who refuse to sacrifice speed or c...
github.com
➰ Crossws 0.4 comes with BIG updates: 🗂️ Namespaced pub/sub peers ✅ Always pass the standard Request 🪄 Unified server for Bun, Deno, and Node.js powered by srvx 🔥 Better Cloudflare support (durable in main adapter + global publish using RPC)
In srvx.h3.dev 0.7: - 🚀 Seamless HTTP2 support for Node.js when TLS is enabled (thanks @oskarlebuda.bsky.social ❤️) - ✅ Initial WPT tests for FastURL - 🧩 Simplified plugins and middleware - 📦 Bundled with obuild.unjs.io - 💰 Core <1kb with middleware and error handling!
srvx - Universal Server API
Based on web platform standards and works seamlessly with Deno, Bun and Node.js.
srvx.h3.dev
We've started a guide that covers common package publishing practices (and some exotic ones); it doesn't cover everything yet - additions welcome! https://nodejs.org/en/learn/modules/publishing-a-package
Node.js — Publishing a package
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
Did you know you can use standardschema.dev for request validation in vercube.dev? 🔥 It’s super simple!
🚀 v0.0.3 is live! FastResponse from @pi0.io's srvx boosts speed by ~20%! 🔥 🔥 Try it now: github.com/vercube/verc... ⭐️ I’d love your feedback!
Release v0.0.3 · vercube/vercube
compare changes 🔥 Performance core: Move to FastResponse (#271) 📦 Build packages: Bump packages (a7dd995) ❤️ Contributors Oskar Lebuda (@OskarLebuda)
github.com
With srvx 0.5, you can easily run a server in the browser using service workers (experimental)! 👀 Demo: srvx.glitch.me
Just bought the most expensive domain of my life, thanks to the generous donation from @syntax.fm @wesbos.com ❤️ (👀hint: starts with H and you would love it!)
Hey everyone! 👋 I've been heads‑down on a secret project and today I’m excited to share Vercube — an ultra‑fast, super‑efficient Node.js framework using TS decorators & OOP. 🚀 Check it out, star the repo ⭐, and let me know your thoughts! 👉 github.com/vercube/verc...
GitHub - vercube/vercube: An ultra-efficient JavaScript server framework that runs anywhere - Node.js, Bun, or Deno - with unmatched flexibility and complete configurability for developers who refuse ...
An ultra-efficient JavaScript server framework that runs anywhere - Node.js, Bun, or Deno - with unmatched flexibility and complete configurability for developers who refuse to sacrifice speed or c...
github.com
🚨 if you're a @nuxt.com user, make sure you're on v3.16.0+ we just made public a CVE that may affect you if your site is behind a CDN that ignores query parameters when caching the response. CVE: github.com/nuxt/nuxt/se... Full write-up: zhero-web-sec.github.io/research-and...
We're thrilled to announce Nuxt v3.16 is here! 🎉 ⚡️ `npm create nuxt` starter 🚀 unhead v2 upgrade 🕰️ Delayed/lazy hydration support 🔧 Devtools v2 with config tracking 📛 Named layer aliases 🧪 Better error handling 🔍 Granular debug options ⚙️ Major performance boosts nuxt.com/blog/v3-16
Nuxt 3.16 · Nuxt Blog
Nuxt 3.16 is out - with packed with features and performance improvements
nuxt.com
🌟 Nitro 2.11: - 🪴 Revamped Errors & Dev Server - 🟢 Node.js support for edge powered by unenv v2 - 🔥 Firebase App Hosting Support - 🗄️ Native SQLite for Node.js 22+ & Deno 2.2+ - 📦 10+ dependency upgrades - ❤️🩹 Various fixes and improvements github.com/nitrojs/nitr...
Release v2.11.0 · nitrojs/nitro
💬 Release Discussion 🌟 What is new? 🟢 Better Errors Error handlers for both development and production environments have been rewritten (see #3002 for more details). Powered by poppinss/youch (v4.x...
github.com