Introduction Meteor has been around since 2012, and if you’ve heard it written off as a relic, you haven’t seen what a modern Meteor stack looks like. In 2026, Meteor will remain one of the few full-stack JavaScript frameworks that give you real-time reactivity, a unified client-server data layer, and a mature deployment target in […]
Ayomide Olofinsawe

Meteor + Resend: Sending Transactional Emails the Modern Way
I have built multiple Meteor apps where email was a core part of the user experience. At first, I went with the simplest path, which

CI/CD for Meteor Apps on Galaxy: Setup from Scratch with GitHub Actions
Introduction Deploying a Meteor app manually is fine when you’re just getting started. You run meteor deploy, watch the logs, and move on. But as

What’s New on Galaxy: A Major Update for Modern App Deployment
Twelve new features built around three things developers have been asking for: better observability, smarter deploys, and real control over your infrastructure. If you’ve been

Why hosting MongoDB and your app on the same platform matters
You’ve probably spent time optimizing your app, improving queries, adding indexes, and making things faster. But when was the last time you thought about where
Meteor 3.4.1 is out: Rspack consolidation, revitalized examples, and important fixes
Meteor 3.4.1 is the first patch following the Meteor 3.4 release, focused on consolidating the bundler experience introduced. After Meteor 3.4 introduced the Rspack bundler

Monitoring and Alerting for Meteor Apps in Production
I have been building with MeteorJS for the last 7 years, and in my experience, monitoring applications in production has always been one of the