With Meteor 3.4 introducing the Rspack bundler, modern build optimizations, and full ESM support, our application examples needed a refresh. We've revamped this repository to reflect the current state of Meteor and showcase what's possible with the latest tools.
Each example doubles as a reference for community packages and the conventions you'll find in real-world Meteor apps. Several apps push the Rspack bundler further to integrate with the wider JS ecosystem (PostCSS, SWC, Workbox, Lingui, Tailwind v4, and more), replacing legacy Meteor approaches with tooling the rest of the JavaScript world already uses.
- Repository: fredmaiaarantes/simpletasks
- Demo: https://simpletasks.sandbox.galaxycloud.app/
- Why: A task management app showcasing form handling, user accounts, DB migrations, and a polished component-based UI
- Stack: Meteor, Rspack, Chakra UI, React, Formik, MongoDB
- Last Updated At: Feb/12/2026
- Meteor Version: 3.4
- Repository: meteor/examples/task-manager
- Demo: https://task-manager.sandbox.galaxycloud.app/
- Why: Task management with CRUD, status workflows, priority filtering, real-time dashboard, and type-safe RPC
- Stack: Meteor, Rspack, React, Meteor-RPC, shadcn/ui, Tailwind CSS v4, React Query, Zod, Mocha, Biome, Playwright
- Last Updated At: Apr/21/2026
- Meteor Version: 3.4.1-rc.1
- Repository: meteor/examples/notes-offline
- Demo: https://notes-offline.sandbox.galaxycloud.app/
- Why: Offline-first PWA notes app with auto-save, markdown, search, tagging, pinning, trash/recovery, import/export, cross-tab sync, per-device scoping, and multi-language UI (en/es/pt)
- Stack: Meteor, Rspack, React, Mantine UI, jam:offline, jam:method, jam:pub-sub, jam:soft-delete, Zod, Workbox, LinguiJS, Mocha, ESLint, Prettier, Playwright
- Last Updated At: Apr/21/2026
- Meteor Version: 3.4.1-rc.1
- Repository: dupontbertrand/meteor-blog
- Why: Mini blog with role-based access control, post/comment management, email notifications, and dev-mode mail preview
- Stack: Meteor, Rspack, Blaze 3, Bootstrap 5, Flow Router, MJML
- Last Updated At: Mar/24/2026
- Meteor Version: 3.4
- Repository: meteor/examples/tic-tac-toe
- Demo: https://tic-tac-toe.sandbox.galaxycloud.app/
- Why: Real-time multiplayer game with room-based matchmaking and live state sync via pub/sub
- Stack: Meteor, Rspack, React, MUI (Material UI), Mocha, oxlint, Playwright
- Last Updated At: Apr/21/2026
- Meteor Version: 3.4.1-rc.1
- Repository: meteor/examples/parties
- Demo: https://parties.sandbox.galaxycloud.app/
- Why: One of the original Meteor examples showcasing how to build a nice working application with Blaze with very little code, while taking advantage of optimistic updates
- Stack: Meteor, Rspack, Blaze 3, Bootstrap 5, D3.js, RSLint, Playwright
- Last Updated At: Apr/21/2026
- Meteor Version: 3.4.1-rc.1
- Repository: meteor/examples/complex-todos-svelte
- Demo: https://complex-todos-svelte.sandbox.galaxycloud.app/
- Why: Production-grade todo app with modular monolith architecture, rate limiting, caching, migrations, scheduled jobs, and E2E tests
- Stack: Meteor, Rspack, Svelte 5, Skeleton UI, Tailwind CSS v4, jam:method, Zod, oxlint, Cypress, Mocha, MongoDB
- Last Updated At: Apr/21/2026
- Meteor Version: 3.4.1-rc.1
- Repository: CloudByGalaxy/welcome-meteor-cordova
- Why: To show how to set up a Meteor app with Cordova for mobile usage
- Stack: Meteor, Cordova
- Meteor Version: 3.4
Additional examples covering tutorials, integrations, and specialized use cases.
- Tutorial: docs.meteor.com/tutorials/react
- Repository: meteor/meteor3-react (3.4-rspack)
- Why: Step-by-step tutorial app for learning Meteor fundamentals with React
- Stack: Meteor, Rspack, React
- Meteor Version: 3.4
- Tutorial: docs.meteor.com/tutorials/blaze
- Repository: meteor/meteor3-blaze (3.4-rspack)
- Why: Step-by-step tutorial app for learning Meteor fundamentals with Blaze
- Stack: Meteor, Rspack, Blaze
- Meteor Version: 3.4
- Tutorial: docs.meteor.com/tutorials/solid
- Repository: meteor/meteor3-solid (3.4-rspack)
- Why: Step-by-step tutorial app for learning Meteor fundamentals with Solid
- Stack: Meteor, Rspack, Solid
- Meteor Version: 3.4
- Tutorial: docs.meteor.com/tutorials/vue
- Repository: meteor/meteor3-vue3 (3.4-rspack)
- Why: Step-by-step tutorial app for learning Meteor fundamentals with Vue 3
- Stack: Meteor, Rspack, Vue 3
- Meteor Version: 3.4
- Tutorial: docs.meteor.com/tutorials/svelte
- Repository: meteor/meteor3-svelte (3.4-rspack)
- Why: Step-by-step tutorial app for learning Meteor fundamentals with Svelte
- Stack: Meteor, Rspack, Svelte 5
- Meteor Version: 3.4
- Repository: meteor/examples/nft-marketplace
- Why: Decentralized NFT marketplace for minting, listing, and buying NFTs with wallet auth and on-chain transactions
- Stack: Meteor, Rspack, React, Tailwind CSS v4, Polygon, Solidity, Hardhat, Ethers.js, IPFS
- Last Updated At: Mar/14/2026
- Meteor Version: 3.4.1-rc.1
- Create a PR including it in this README
- Make sure you are using the latest Meteor (Meteor 3.x)
- Required fields: Repository, Why, Stack, Last Updated At and Meteor Version.
We want to list only up-to-date examples here.
If you see old examples that are no longer representing the current state of Meteor or that are not working please open a PR removing it from here.
Meteor 3 starts a new era for building web applications, with multiplatform support, realtime features, modern JavaScript patterns, and a simple starting point. It gives you the flexibility of Node.js together with built-in tools and ready-to-use packages, so you can stay focused on the product.
We're excited about what's to come and can't wait for you to join the Meteor renaissance!
For feedback, questions, or support, visit our forums or join our Discord channel.