Skip to content

meteor/examples

Repository files navigation

Meteor examples

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.

Table of contents

Official examples

Simple Tasks

Task Manager

  • 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

Notes Offline

  • 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

Simple Blog

  • 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

Tic-Tac-Toe

Parties

  • 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

Complex Todos (Svelte)

Welcome Meteor Cordova

Other examples

Additional examples covering tutorials, integrations, and specialized use cases.

React Tutorial App

Blaze Tutorial App

Solid Tutorial App

Vue 3 Tutorial App

Svelte Tutorial App

NFT Marketplace

  • 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

How to add your example?

  • 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.

Housekeeping

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.

Join the Meteor Renaissance!

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.

Follow us on Twitter and GitHub.

About

Project examples with Meteor

Topics

Resources

License

Stars

Watchers

Forks

Contributors