Posts by Néstor
If you're maintaining a library and want to add Zephyr support, you can now wire your build tool's output directly without waiting on us.
Works with custom bundlers or whatever you're using.
Link below let me know if you hit any issues!
I have the feeling that not many people know about runtime plugins in Module Federation, so I wrote a new guide on the docs.
It covers hooks, plugin composition, and includes real examples you can use.
module-federation.io/guide/runti...
Opened a pr, testing around it
Not all deps. Only packages not in shared across boundaries, or shared ones the runtime can’t reconcile its versions. For singleton-ish libs, we share them explicitly.
ah ! Let me have a look
Where did you face this issue with Module Federation ? Which bundler in particular ?
I'm speaking at JSMONTHLY 205 in London on April 15th as the warmup for CityJS London 2026!
Going to talk about module federation and superpositioned infrastructure, come hang out if you're in town.
ciach.link/JSM205NESTOR
Module Federation support for Lynx is something on my backlog. Teams will be able to update specific parts of the app on demand without reloading the whole thing.
News soon!
Getting this to work on React Native has been challenging. Spent months working through module federation in native contexts without breaking the app.
The work we've put into Zephyr to make this seamless has been intense.
Weekend project tinkering with tiktok.github.io/sparkling/ (TikTok's framework on top of Lynx)
Managed to hook up Zephyr inside it to handle OTA updates right after build. Push fixes/features to devices in minutes, no App Store review cycle!
Been thinking about Output vs Outcome lately, and it's a relevant conversation in this day and age.
Wrote about it below.
If you were using the previous version, this is a breaking change since we don't rely on the Module Federation package anymore. More info here: github.com/ZephyrCloud...
Code snippet comparing old and new plugin configurations for Vite, highlighting changes in function calls with a gradient background.
Exciting news! 🎉
I've reworked the Vite + Module Federation setup with Zephyr!
Our plugin remains your go-to API, but now you can place the Module Federation Vite package outside the plugin for a custom federation config.
Still on Beta stage so anything that you guys can report on the repo would be much appreciated !
Repo: github.com/module-fede...
Package: www.npmjs.com/package/@mo...
Code snippet showing an import of Layout and RemoteCard in an Astro file, highlighting dynamic importing for SSR contexts.
Announcing an @astro.build integration for Module Federation now on beta !
Built on top of Module Federation @vite.dev, it delivers exactly what you need:
✨ Import federated modules in frontmatter (SSR-safe)
✨ Auto-wraps .astro files for seamless type generation
Free workshop on Module Federation in practice 🚀
Last few tickets before #SOLDOUT! Thanks @ZephyrCloudIO & @nstlopez for supporting the community.
Perfect for devs exploring #architecture, microfrontends & refactoring. Join this hands-on 1-hour session!
Register - london.cityjsconf.org
We now support Tree shaking on Module Federation microfrontend setups :)
Speaking at Coruña WTF tomorrow on Module Federation & Infrastructure Superposition, on why shipping code is harder than writing it, and how infra can snap into place per request.
2025 has been one of those “where-did-the-time-go?” kind of years for me. I’ve been in the zone non-stop. I’m putting together a longer piece about everything that’s made it special, but here’s a quick teaser: a side-by-side look at my GitHub activity from 2024 versus 2025.
Been thinking about why some AI companies are positioned to win long-term while others are just… expensive.
There are four chips that matter in this race, and most companies only own one.
Link below👇
Can't believe I'm highlighted on the Trae website! 😊 www.trae.ai
I've refreshed the presentations on my website, now showcasing my Global Software Architecture Summit speech and a recent student lecture.
Just released some updates to our examples repository at @ZephyrCloudIO and also our create-zephyr-apps CLI.
pnpx create-zephyr-apps