Track Awesome Meteor Updates Daily
A curated, community driven list of awesome Meteor packages, libraries, resources and shiny things
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 Urigo/awesome-meteor · ⭐ 1.4K · 🏷️ Front-End Development
Sep 07, 2021
Users and Authentication
- accounts-ui (⭐7) - Accounts UI for React in Meteor 1.3+.
Deployment
- waveshosting (⭐12) - Web application to manage meteor deployments.
Mobile
- meteor-react-native (⭐63) - Meteor client for React Native matching Meteor Spec.
Boilerplate
- CaptainN - meteor-react-starter (⭐47) - A starter project on Meteor with React.
Open source apps
- radgrad2 (⭐9) - Meteor based education management system.
- coauthor (⭐263) - Coauthor supercollaboration/discussion forum.
Internationalization
- meteor-universe-i18n (⭐123) - Internationalization package for React and Meteor.
Front End Frameworks
- Vue - Working with Vue and Meteor (plus single-file components & apollo support).
- Svelte (⭐34) - Build cybernetically enhanced web apps with Meteor and Svelte.
Jul 17, 2021
Internationalization
- Meteor-Internationalization (⭐12) - Super-Lightweight and fast i18n isomorphic driver for Meteor with support of placeholders.
- meteor-accounts-t9n (⭐83) - Translations for meteor account's error messages.
Jun 06, 2021
Deprecated / Community Newsletters
Jun 01, 2021
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.
Websites
- Packosphere - Alternative front-end for Meteor package system, built by Kelly Copley
Social / Community Newsletters
Work Opportunities / Community Newsletters
Apr 08, 2021
Websites / Community Newsletters
Apr 02, 2021
Files
- mikkelking:slingshot (⭐13) - Upload files directly to AWS S3, Google Cloud Storage and others in meteor.
Jan 20, 2021
Forms and Templates
- ostrio:templatehelpers (⭐35) - Utility helpers for your Blaze templates.
Jan 09, 2021
Files
- @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.
Dec 30, 2020
Deployment
- yamup (⭐10) - Deploy Meteor apps to your own Ubuntu server (EC2, ...) without dockers
Dec 29, 2020
Collections
- quave:collections (⭐23) - Create collections in a standard way.
REST
- 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.
Administration
- zodern:pure-admin (⭐20) - An isolated, customizable admin panel for Meteor.
Routers
- iron:router (⭐2k) - A router that works on the server and the browser, designed specifically for Meteor.
Offline
- quave:pwa (⭐5) - A Meteor package that allows you to configure your PWA.
Mobile
- meteor-push (⭐29) - 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.
Analytics
- quave:analytics (⭐4) - A Meteor package that allows you to send your page views and more to Google Analytics.
Scaffolding
- 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.
Nov 03, 2020
Books
- Pro Meteor - Free
Oct 23, 2020
Testing
- antwaremx:meteorman (⭐54) - Meteorman: A DDP Client with GUI to test Meteor methods and publications (like Postman).
Jun 27, 2020
Getting Started
Websites
- Atmosphere - The catalog of Meteor packages, resources and tools.
- Meteorpedia (infrequently updated)
- YouTube videos from meetups around the world
Collections
- simple-schema (⭐560) - 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 (⭐496) – Transform your collections with helpers that you define.
- matb33:collection-hooks (⭐658) - Extends Mongo.Collection with before/after hooks for insert/update/remove/find/findOne.
- reywood:publish-composite (⭐551) - publish a set of related documents from various collections using a reactive join.
- jagi:astronomy (⭐602) - The Model layer for Meteor.
- cultofcoders:grapher (⭐278) - Grapher: Meteor Collection Joins + Reactive GraphQL like queries.
- sakulstra:aggregate (⭐40) - Add proper aggregation support for Meteor.
Forms and Templates
- uniforms (⭐2k) - 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.
- aldeed:template-extension (⭐219) - 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
- accounts-js (⭐1.5k) - 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 (⭐922) - Roles support for the built-in accounts packages.
- meteor-user-status (⭐557) - Keeps track of users and their meta data.
Administration
- Meteor Candy - Fastest and easier way to add an admin panel to your app.
- yogiben:admin (⭐825) - A complete admin dashboard solution.
- houston:admin (⭐805) - A zero-config, Django Admin-like admin for Meteor.
Monitoring
- kschingiz:meteor-elastic-apm (⭐3) - Perfomance Monitoring for Meteor based on Elastic APM
- monti-apm-agent (⭐46) - Performance Monitoring for Meteor
- lmachens:kadira (⭐5) - Performance Monitoring for Meteor
Performance
- cultofcoders:redis-oplog (⭐383) - 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 (⭐53) - Transform publications to be non-reactive.
- artillery-engine-meteor (⭐7) - Artillery load testing for MeteorJS applications.
Deployment
- meteor-up (⭐1.3k) – Meteor Deployments.
- meteor-google-cloud (⭐29) - Automate Meteor deployments on Google Cloud App Engine Flexible
- mup-aws-beanstalk (⭐127) - Deploy Meteor apps to AWS Elastic Beanstalk using Meteor Up
- meteor-azure (⭐67) - Automate Meteor deployments on Azure App Service
- pm2-meteor (⭐160) - Simplest way to deploy, scale and run Meteor Apps with PM2.
- meteor-hero (⭐38) - Deploy MeteorJS applications for free with one command utilizing Heroku's service.
- meteor-kubernetes-guide (⭐42) - Deploy a Meteor app with Kubernetes.
- meteorhacks:cluster (⭐1) - Clustering solution for Meteor with load balancing and service discovery
- demeteorizer (⭐704) - Converts a Meteor app into a "standard" Node.js application
- percolate:migrations (⭐244) - Simple migration system for Meteor
Docker Images
Routers
- ostrio:flow-router-extra (⭐201) - Carefully extended
flow-routerpackage. Up-to-date version with support of latest Meteor's releases.
- msavin:parrot (⭐74) - Web router specially designed for building SPAs using Meteor
- meteorhacks:picker (⭐182) - Server Side Router for Meteor.
Offline
- ground:db (⭐568) - GroundDB is a thin layer providing Meteor offline database and methods.
- npdev:collections (⭐18) - An easy way to create offline collections with SSR for Meteor
- meteor-service-worker (⭐138) - Meteor specific service worker implementaion.
Testing
- meteortesting:mocha (⭐66) - Mocha test driver package for Meteor.
- lmieulet:meteor-coverage (⭐55) - Test coverage for Meteor.
- hubroedu:mocha (⭐3) - Decaffed cultofcoders:mocha fork.
SEO
- ostrio:spiderable-middleware (⭐40) - Prerendering (a.k.a. Spiderable) with support of ES6 (ECMAScript2015) - Meteor app crawled perfectly by search engines.
Files
- 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.
- netanelgilad:excel (⭐56) - Parsing and generating excel files (xlsx, xls).
Search, sort and paginate
- 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 (⭐201) - Publish the count of a cursor, in real time.
- meteorhacks:search-source (⭐145) - Reactive Data Source for Search.
- matteodem:easy-search (⭐435) - Easy-to-use search with Blaze Components (+ Elastic Search Support)
- alethes:pages (⭐403) - Out of the box Meteor pagination.
Mobile
- meteoric:ionic (⭐1.5k) - Ionic components for Meteor.
- driftyco:ionic (⭐52k) - Official Ionic support for Meteor.
- martijnwalraven:meteor-ios (⭐736) - Integrates native iOS apps with the Meteor platform through DDP.
- delight-im/Android-DDP (⭐274) - DDP for clients on Android.
- okland:accounts-phone (⭐119) - 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
- aldeed:tabular (⭐362) - Reactive datatables for large or small datasets.
- aslagle:reactive-table (⭐328) - Reactive table for Meteor, using Blaze.
- luixal:blaze-paginated-custom-list (⭐0) - Reactive and paginated item list.
- luixal:meteor-apexcharts (⭐2) - Reactive ApexCharts library packaged for Meteor.
Analytics
- okgrow:analytics (⭐214) - Google Analytics, Mixpanel, KISSmetrics (and more) integration for meteor.
Cron Jobs
- msavin:sjobs (⭐209) - A Meteor-first jobs queue / task scheduler.
- percolate:synced-cron (⭐496) - Cron system for Meteor. It supports syncronizing jobs between multiple processes.
- ostrio:cron-jobs (⭐15) - Package with similar API to native
setTimeoutandsetIntervalmethods, but synced between all running Meteor (NodeJS) instances.
Debugging Tools
- meteor-devtools-evolved (⭐176) - A chrome extension.
- msavin:mongol (⭐824) - Visual Editing Tool for Meteor for MongoDB Collections.
- msavin:jetsetter (⭐184) - 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 (⭐180k) - Completion for the meteor command.
Scaffolding
- Meteor Kitchen - Code generator for Meteor.
- iron-cli (⭐638) - A scaffolding command line tool for Meteor applications.
Tooling
- ESLint-plugin-Meteor (⭐118) - ESLint plugin for Meteor.
Boilerplate
Open source apps
- Rocket.Chat - Realtime chat application built with Meteor.
- Wekan (⭐20k) - Open source Trello-like kanban.
- Unchained Shop (⭐180) - Open source Commerce platform developed with Meteor.
- VulcanJS (⭐8k) - A toolkit to quickly build apps with React, GraphQL & Meteor.
- Nosqlclient (⭐3.5k) - MongoDB management tool.
Front End Frameworks
- React - Working with React and Meteor.
- Angular 2 (⭐298) - Working with Angular 2 and Meteor.
- Angular (⭐2.4k) - Working with Angular and Meteor.
- Famo.us (⭐331) - Famo.us and Meteor.
- frozeman:build-client (⭐279) - A tool to bundle the client part of a Meteor app.
- Asteroid (⭐735) - An alternative client for a Meteor backend.
- ddp.js (⭐210) - Isomorphic JavaScript DDP client.
- elm (⭐4) - elm as the view layer for a meteor based project.
Alternative Databases
- vlasky:mysql (⭐36) - Reactive MySQL for Meteor
- meteor-pg (⭐25) - New and improved PostgreSQL support for Meteor
- ostrio:neo4jdriver (⭐52) - Neo4j Driver for Meteor, with support of GrapheneDB
- numtel:pg (⭐300) - Reactive PostgreSQL for Meteor
- simple:rethink (⭐303) - RethinkDB integration for Meteor
Books
- meteor-tuts - Free
- Meteor Tips - Free
Tutorials
- When a Meteor finally hits production - Blog post about deploying Meteor apps
Blogs
Websites / Q&A
Work Opportunities / Community Newsletters
Related / Community Newsletters
Built With Meteor / Community Newsletters
- Qualia - Real Estate Startup
- Code Signal - Skills-based assessment platform
- Pathable - Events managment suite
- MaestroQA - Quality assurance software