Awesome Meteor Overview
A curated, community driven list of awesome Meteor packages, libraries, resources and shiny things
🏠 Home · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 Urigo/awesome-meteor · ⭐ 1.4K · 🏷️ Front-End Development
Awesome Meteor
A curated list of awesome Meteor Packages, libraries and software.
The official Meteor resources page can be found here
- Awesome Meteor
- Getting Started
- Collections
- Forms and Templates
- Users and Authentication
- REST
- Files
- Routers
- Debugging Tools
- Editor Plugins
- Search, sort and paginate
- Mobile
- Offline
- Testing
- SEO
- Data Visualization
- Analytics
- Cron Jobs
- Administration
- Performance
- Monitoring
- Deployment
- Front End Frameworks
- Alternative Databases
- Boilerplate
- Open Source Apps
- Internationalization
- Scaffolding
- Tooling
- Resources
- Built With Meteor
- Deprecated
- Contributing
Getting Started
Where to start
Collections
Helpers and expensions for collections
- simple-schema (⭐553) - A JavaScript schema validation package that supports direct validation of MongoDB update modifier objects.
- aldeed:collection2 (⭐1k) - Automatic validation of insert and update operations on the client and server.
- dburles:collection-helpers (⭐500) – Transform your collections with helpers that you define.
- matb33:collection-hooks (⭐653) - Extends Mongo.Collection with before/after hooks for insert/update/remove/find/findOne.
- reywood:publish-composite (⭐548) - publish a set of related documents from various collections using a reactive join.
- jagi:astronomy (⭐611) - The Model layer for Meteor.
- cultofcoders:grapher (⭐275) - Grapher: Meteor Collection Joins + Reactive GraphQL like queries.
- sakulstra:aggregate (⭐39) - Add proper aggregation support for Meteor.
- quave:collections (⭐21) - Create collections in a standard way.
REST
REST support for Meteor
- maka:rest - automatically make your Meteor app accessible over HTTP and DDP alike.
- vatfree:restivus (⭐1) - Make REST endpoints for your Meteor app with incredible ease.
Forms and Templates
Helpers for templates
- uniforms (⭐1.7k) - Bunch of React components and helpers to easily generate and validate forms. Seamlessly integrate with
simpl-schema
. - aldeed:autoform (⭐1.4k) - UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.
- ostrio:templatehelpers (⭐34) - Utility helpers for your Blaze templates.
- aldeed:template-extension (⭐220) - A Meteor package: Replace already defined templates, inherit helpers and events from other templates.
- kadira:blaze-layout (⭐2) - Layout Manager for Blaze (works well with Meteor FlowRouter)
Users and Authentication
Tools for handling users and authentication
- accounts-js (⭐1.4k) - A suite of packages aims to provide all the tools you need to build a flexible authentication and accounts management solution for your application.
- alanning:roles (⭐926) - Roles support for the built-in accounts packages.
- meteor-user-status (⭐560) - Keeps track of users and their meta data.
- accounts-ui (⭐7) - Accounts UI for React in Meteor 1.3+.
Administration
Tools for administrating your Meteor apps
- Meteor Candy - Fastest and easier way to add an admin panel to your app.
- yogiben:admin (⭐833) - A complete admin dashboard solution.
- houston:admin (⭐814) - A zero-config, Django Admin-like admin for Meteor.
- zodern:pure-admin (⭐19) - An isolated, customizable admin panel for Meteor.
Monitoring
Tools for monitoring your Meteor apps
- kschingiz:meteor-elastic-apm (⭐3) - Perfomance Monitoring for Meteor based on Elastic APM
- monti-apm-agent (⭐36) - Performance Monitoring for Meteor
- lmachens:kadira (⭐5) - Performance Monitoring for Meteor
Performance
Tools for speeding up your Meteor apps
- cultofcoders:redis-oplog (⭐358) - Redis Oplog implementation to fully replace MongoDB Oplog in Meteor
- staringatlights:fast-render (⭐58) - An active fork of fast-render
- epotek:method-cache (⭐9) - Meteor method caching using DataLoader
- maestroqadev:pub-sub-lite (⭐47) - Transform publications to be non-reactive.
- artillery-engine-meteor (⭐6) - Artillery load testing for MeteorJS applications.
Deployment
Tools for deploying and maintaining Meteor apps
- meteor-up (⭐1.3k) – Meteor Deployments.
- meteor-google-cloud (⭐31) - Automate Meteor deployments on Google Cloud App Engine Flexible
- mup-aws-beanstalk (⭐126) - Deploy Meteor apps to AWS Elastic Beanstalk using Meteor Up
- meteor-azure (⭐69) - Automate Meteor deployments on Azure App Service
- pm2-meteor (⭐164) - Simplest way to deploy, scale and run Meteor Apps with PM2.
- meteor-hero (⭐39) - Deploy MeteorJS applications for free with one command utilizing Heroku's service.
- meteor-kubernetes-guide (⭐40) - Deploy a Meteor app with Kubernetes.
- meteorhacks:cluster (⭐1) - Clustering solution for Meteor with load balancing and service discovery
- demeteorizer (⭐710) - Converts a Meteor app into a "standard" Node.js application
- percolate:migrations (⭐246) - Simple migration system for Meteor
- yamup (⭐8) - Deploy Meteor apps to your own Ubuntu server (EC2, ...) without dockers
- waveshosting (⭐13) - Web application to manage meteor deployments.
Docker Images
Routers
Routers for Blaze
- ostrio:flow-router-extra (⭐192) - Carefully extended
flow-router
package. Up-to-date version with support of latest Meteor's releases. - msavin:parrot (⭐75) - Web router specially designed for building SPAs using Meteor
- meteorhacks:picker (⭐182) - Server Side Router for Meteor.
- iron:router (⭐2k) - A router that works on the server and the browser, designed specifically for Meteor.
Offline
Tools for Meteor offline support
- ground:db (⭐575) - GroundDB is a thin layer providing Meteor offline database and methods.
- npdev:collections (⭐17) - An easy way to create offline collections with SSR for Meteor
- meteor-service-worker (⭐134) - Meteor specific service worker implementaion.
- quave:pwa (⭐4) - A Meteor package that allows you to configure your PWA.
Testing
Testing tools
- meteortesting:mocha (⭐67) - Mocha test driver package for Meteor.
- lmieulet:meteor-coverage (⭐54) - Test coverage for Meteor.
- hubroedu:mocha (⭐3) - Decaffed cultofcoders:mocha fork.
- antwaremx:meteorman (⭐48) - Meteorman: A DDP Client with GUI to test Meteor methods and publications (like Postman).
SEO
Search Engine Optimization tools
- ostrio:spiderable-middleware (⭐30) - Prerendering (a.k.a. Spiderable) with support of ES6 (ECMAScript2015) - Meteor app crawled perfectly by search engines.
Files
Handling files in Meteor
- ostrio:files (⭐1.1k) - Upload files via DDP, HTTP and WebRTC/DC. To Meteor server FS, AWS, GridFS, DropBox or Google Drive. Fast, secure and robust.
- @reactioncommerce/file-collections (⭐19) - Reaction FileCollections is a set of NPM packages that provide the ability to support file uploads, storage, and downloads in Node and Meteor apps, and in browser JavaScript.
- netanelgilad:excel (⭐56) - Parsing and generating excel files (xlsx, xls).
- mikkelking:slingshot (⭐11) - Upload files directly to AWS S3, Google Cloud Storage and others in meteor.
Search, sort and paginate
Search, sort and paginate related tools
- percolate:find-from-publication (⭐45) - Enable finding all documents that have been published by a given publication.
- meteor-publish-join (⭐19) - A performant NPM package for publishing non-reactive or aggregated values.
- tmeasday:publish-counts (⭐199) - Publish the count of a cursor, in real time.
- meteorhacks:search-source (⭐147) - Reactive Data Source for Search.
- matteodem:easy-search (⭐436) - Easy-to-use search with Blaze Components (+ Elastic Search Support)
- alethes:pages (⭐406) - Out of the box Meteor pagination.
Mobile
Mobile Development
- meteor-react-native (⭐45) - Meteor client for React Native matching Meteor Spec.
- meteor-push (⭐24) - Push notifications for cordova (ios, android) browser (Chrome, Safari, Firefox).
- quave:universal-links (⭐0) - A Meteor package that allows you to expose your native iOS settings to enable Universal Links.
- meteoric:ionic (⭐1.5k) - Ionic components for Meteor.
- driftyco:ionic (⭐48k) - Official Ionic support for Meteor.
- martijnwalraven:meteor-ios (⭐744) - Integrates native iOS apps with the Meteor platform through DDP.
- delight-im/Android-DDP (⭐271) - DDP for clients on Android.
- okland:accounts-phone (⭐115) - A login service based on mobile phone number for Meteor.
- okland:camera-ui (⭐28) - Meteor package for taking photos with user interface, one function call on desktop and mobile. Allows to choose between camera to photoLibrary on mobile.
- percolatestudio/cordova-plugin-safe-reload (⭐14) - Cordova plugin to watch and recover after a broken Meteor Hot Code Push.
Data Visualization
Data Visualization in Meteor: charts, maps, tables, etc.
- aldeed:tabular (⭐363) - Reactive datatables for large or small datasets.
- aslagle:reactive-table (⭐332) - Reactive table for Meteor, using Blaze.
- luixal:blaze-paginated-custom-list (⭐0) - Reactive and paginated item list.
- luixal:meteor-apexcharts (⭐1) - Reactive ApexCharts library packaged for Meteor.
Analytics
Analytics
- okgrow:analytics (⭐213) - Google Analytics, Mixpanel, KISSmetrics (and more) integration for meteor.
- quave:analytics (⭐2) - A Meteor package that allows you to send your page views and more to Google Analytics.
Cron Jobs
Cron Jobs in Meteor
- msavin:sjobs (⭐205) - A Meteor-first jobs queue / task scheduler.
- percolate:synced-cron (⭐502) - Cron system for Meteor. It supports syncronizing jobs between multiple processes.
- ostrio:cron-jobs (⭐16) - Package with similar API to native
setTimeout
andsetInterval
methods, but synced between all running Meteor (NodeJS) instances.
Debugging Tools
Debugging Tools
- meteor-devtools-evolved (⭐147) - A chrome extension.
- msavin:mongol (⭐834) - Visual Editing Tool for Meteor for MongoDB Collections.
- msavin:jetsetter (⭐185) - Visual Get/Set Tool for Meteor Session Variables.
- babrahams:constellation (⭐32) - An extensible dev console for Meteor.
Editor Plugins
- meteor-api - Meteor addons for Atom.
- meteor-zsh (⭐151k) - Completion for the meteor command.
Scaffolding
Scaffolding
- Meteor Kitchen - Code generator for Meteor.
- iron-cli (⭐639) - A scaffolding command line tool for Meteor applications.
- maka-cli (⭐0) - Maka-CLI is a command line tool, which organizes a web application's file structure and automates everyday package installation tasks for various application frameworks.
Tooling
- ESLint-plugin-Meteor (⭐116) - ESLint plugin for Meteor.
Boilerplate
- CaptainN - meteor-react-starter (⭐48) - A starter project on Meteor with React.
- Pup (⭐561)
- matteodem - meteor-boilerplate (⭐829)
- React with Webpack + Meteor as a backend
Open source apps
- Rocket.Chat - Realtime chat application built with Meteor.
- Wekan (⭐18k) - Open source Trello-like kanban.
- Unchained Shop (⭐143) - Open source Commerce platform developed with Meteor.
- VulcanJS (⭐8k) - A toolkit to quickly build apps with React, GraphQL & Meteor.
- Nosqlclient (⭐3.4k) - MongoDB management tool.
- radgrad2 (⭐8) - Meteor based education management system.
- coauthor (⭐218) - Coauthor supercollaboration/discussion forum.
Internationalization
- Meteor-Internationalization (⭐14) - Super-Lightweight and fast i18n isomorphic driver for Meteor with support of placeholders.
- meteor-accounts-t9n (⭐82) - Translations for meteor account's error messages.
- meteor-universe-i18n (⭐111) - Internationalization package for React and Meteor.
Front End Frameworks
Alternative Front End Frameworks to Blaze
- React - Working with React and Meteor.
- Vue - Working with Vue and Meteor (plus single-file components & apollo support).
- Svelte (⭐26) - Build cybernetically enhanced web apps with Meteor and Svelte.
- Angular 2 (⭐302) - Working with Angular 2 and Meteor.
- Angular (⭐2.4k) - Working with Angular and Meteor.
- Famo.us (⭐337) - Famo.us and Meteor.
- frozeman:build-client (⭐271) - A tool to bundle the client part of a Meteor app.
- Asteroid (⭐739) - An alternative client for a Meteor backend.
- ddp.js (⭐211) - Isomorphic JavaScript DDP client.
- elm (⭐4) - elm as the view layer for a meteor based project.
Alternative Databases
Alternative Databases for MongoDB
- vlasky:mysql (⭐32) - Reactive MySQL for Meteor
- meteor-pg (⭐24) - New and improved PostgreSQL support for Meteor
- ostrio:neo4jdriver (⭐54) - Neo4j Driver for Meteor, with support of GrapheneDB
- numtel:pg (⭐296) - Reactive PostgreSQL for Meteor
- simple:rethink (⭐305) - RethinkDB integration for Meteor
Resources
Where to discover new Meteor things
Books
- Meteor Explained
- Secure Meteor
- meteor-tuts - Free
- Meteor Tips - Free
- Pro Meteor - Free
- Meteor Cookbook (⭐1.7k)
Courses
Free
- How to Create an App - Most updated.
- EventedMind - It's old but goes into detail regarding how Meteor internals.
Paid
- Udemy - Learn React and Meteor in 2021: Build a multiplayer game
- Udemy - Realtime Applications with Meteor and Vue - Course in Spanish.
- leveluptutorials - Contains some free tutorials but mostly on 1.x.
Tutorials
- Phusion Passenger: Meteor tutorial (⭐4.9k)
- When a Meteor finally hits production - Blog post about deploying Meteor apps
- Transform any Meteor App into a PWA
Blogs
Websites
- Official website
- Official Documentation
- Official Guide
- Atmosphere - The catalog of Meteor packages, resources and tools.
- Packosphere - Alternative front-end for Meteor package system, built by Kelly Copley
- Discover Meteor
- Meteorpedia (infrequently updated)
- Meetups
- YouTube videos from meetups around the world
- Unofficial Meteor FAQ (⭐962)
- The Meteor Chef
Q&A
Community Newsletters
Social
Work Opportunities
Related
Built With Meteor
Commercial Grade Applications Built With Meteor
- Qualia - Real Estate Startup
- Code Signal - Skills-based assessment platform
- Pathable - Events managment suite
- MaestroQA - Quality assurance software
Deprecated
This section is desginated for resources which are no longer compatible with the current version of Meteor
- Meteor 1.4 + React For Everyone Tutorials
- Meteor 1.4 For Everyone
- Intermediate Meteor
- Meteor For Everyone Tutorials
- tuts+ - Single Page Web Apps with Meteor
- Building a CMS-powered blog in Meteor
- scotch.io - Building a Slack Clone in Meteor
Contributing (⭐1.4k)
Your contributions are always welcome!
Thank you @gillesfabio for creating this repo!