Note: We are currently modernizing all the apps in this repository to support the latest Meteor 3.4.
In the meantime, here are some up-to-date resources you can check out:
Skeletons: Quickly scaffold a new Meteor app using
meteor createwith any of the available skeletons:
--bare,--minimal,--full,--react(default),--vue,--apollo,--svelte,--blaze,--tailwind,--chakra-ui,--solid,--angular,--typescript,--babel,--coffeescript,--prototypeRun
meteor create --helpto see all options.Example Apps:
- Simple Tasks: A task management app with Meteor Accounts, Chakra UI, Formik, and MongoDB
- Welcome Meteor Cordova: For Cordova / mobile usage
Tutorial Apps (Meteor 3.4 + Rspack):
New to Meteor? Check out the official documentation and the installation guide to get started.
- Demo: simpletasks2.meteorapp.com/
- Repository: fredmaiaarantes/simpletasks
- Why: To show how to use Meteor with Chakra UI + Formik + MongoDB
- Stack: Meteor, Rspack, Chakra UI, React, Formik, MongoDB
- Last Updated At: Feb/12/2026
- Meteor Version: 3.4
- Demo: N/A
- 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
- Demo: N/A
- Tutorial: docs.meteor.com/tutorials/react
- Repository: meteor/meteor3-react (3.4-rspack)
- Why: To show how to build a Meteor app with React following the official tutorial
- Stack: Meteor, Rspack, React
- Meteor Version: 3.4
- Demo: N/A
- Tutorial: docs.meteor.com/tutorials/solid
- Repository: meteor/meteor3-solid (3.4-rspack)
- Why: To show how to build a Meteor app with Solid following the official tutorial
- Stack: Meteor, Rspack, Solid
- Meteor Version: 3.4
- Demo: N/A
- Tutorial: docs.meteor.com/tutorials/vue
- Repository: meteor/meteor3-vue3 (3.4-rspack)
- Why: To show how to build a Meteor app with Vue 3 following the official tutorial
- Stack: Meteor, Rspack, Vue 3
- Meteor Version: 3.4
- Demo: N/A
- Tutorial: docs.meteor.com/tutorials/blaze
- Repository: meteor/meteor3-blaze (3.4-rspack)
- Why: To show how to build a Meteor app with Blaze following the official tutorial
- Stack: Meteor, Rspack, Blaze
- Meteor Version: 3.4
- Demo: N/A
- Tutorial: docs.meteor.com/tutorials/svelte
- Repository: meteor/meteor3-svelte (3.4-rspack)
- Why: To show how to build a Meteor app with Svelte following the official tutorial
- Stack: Meteor, Rspack, Svelte
- Meteor Version: 3.4
- Demo: tic-tac-toe.meteorapp.com
- Repository: meteor/examples/tic-tac-toe
- Why: To show that we can even build multiplayer games with meteor.
- Stack: Meteor and React
- Last Updated At: Sep/06/2022
- Meteor Version: 2.7.3
- Demo: chakraui.meteorapp.com
- Repository: meteor/examples/chakra-ui
- Why: To show how to set up Chakra UI + Icons + Dark Mode with Meteor
- Stack: Chakra UI, Meteor and React
- Last Updated At: Dec/02/2023
- Meteor Version: 3.0-alpha
- Demo: tailwindcss.meteorapp.com
- Repository: meteor/examples/tailwindcss
- Why: To show how to set up tailwindcss with Meteor
- Stack: Tailwindcss, Meteor and React
- Last Updated At: Nov/10/2022
- Meteor Version: 2.8
- Demo: N/A
- Repository meteor/leaderboards
- Why: Complete example of a small Blaze app with only client code that can update the DB.
- Stack: Meteor and Blaze
- Last Updated At: Jul/25/2021
- Meteor Version: 2.13.3
- Demo: https://meteor-nft-marketplace.meteorapp.com (Instructions on how to use it are in the README.md of the project)
- Repository: meteor/examples/nft-marketplace
- Why: To show how to integrate web3 with Meteor
- Stack: Meteor, React, TailwindCSS, Polygon, Solidity, Hardhat, Ethers.js, and IPFS
- Last Updated At: June/1/2022
- Meteor Version: 2.7.2
- Demo: https://simple-photo.meteorapp.com/
- Repository meteor/mobile-packages
- Why: A simple example of
mdg:camerapackage that allows you to take pictures from your web/phone camera. - Stack: Meteor and Blaze
- Last Updated At: May/19/2025
- Meteor Version: 3.2.2
- Demo: https://simple-map.meteorapp.com/
- Repository meteor/mobile-packages
- Why: A simple example of using the
mdg:geolocationpackage to get current geolocation and show them on maps. - Stack: Meteor and Blaze
- Last Updated At: May/19/2025
- Meteor Version: 3.2.2
- Demo: https://solomo.meteorapp.com/
- Repository meteor/mobile-packages
- Why: A simple example of using the
mdg:geolocationandmdg:camerapackages place images on a map. - Stack: Meteor and Blaze
- Last Updated At: May/19/2025
- Meteor Version: 3.2.2
- Demo: N/A
- Repository: meteor/examples/parties
- 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, Blaze
- Last Updated At: August/23/2021
- Meteor Version: 2.3.5
- 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.