awesome-meteor
github.com/urigo/awesome-meteor ↗A curated, community driven list of awesome Meteor packages, libraries, resources and shiny things
Use this list with your AI agent
Add the Context Awesome MCP server to Claude, Cursor, or any MCP client, then ask:
"Show me q&a resources from awesome-meteor"
Installation instructions →What's inside
Users and Authentication
- accounts-js
A suite of packages aims to provide all the tools you need to build a flexible authentication and accounts management solution for your application.
- accounts-ui
Accounts UI for React in Meteor 1.3+.
- alanning:roles
Roles support for the built-in accounts packages.
- meteor-user-status
Keeps track of users and their meta data.
Forms and Templates
- aldeed:autoform
UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.
- aldeed:template-extension
A Meteor package: Replace already defined templates, inherit helpers and events from other templates.
- kadira:blaze-layout
Layout Manager for Blaze (works well with Meteor FlowRouter)
- ostrio:templatehelpers
Utility helpers for your Blaze templates.
- uniforms
Bunch of React components and helpers to easily generate and validate forms.
Collections
- aldeed:collection2
Automatic validation of insert and update operations on the client and server.
- cultofcoders:grapher
Grapher: Meteor Collection Joins + Reactive GraphQL like queries.
- dburles:collection-helpers
- jagi:astronomy
The Model layer for Meteor.
- matb33:collection-hooks
Extends Mongo.Collection with before/after hooks for insert/update/remove/find/findOne.
- quave:collections
Create collections in a standard way.
Data Visualization
- aldeed:tabular
Reactive datatables for large or small datasets.
- aslagle:reactive-table
Reactive table for Meteor, using Blaze.
- luixal:blaze-paginated-custom-list
Reactive and paginated item list.
- luixal:meteor-apexcharts
Reactive ApexCharts library packaged for Meteor.
Search, sort and paginate
- alethes:pages
Out of the box Meteor pagination.
- matteodem:easy-search
Easy-to-use search with Blaze Components (+ Elastic Search Support)
- meteorhacks:search-source
Reactive Data Source for Search.
- meteor-publish-join
A performant NPM package for publishing non-reactive or aggregated values.
- percolate:find-from-publication
Enable finding all documents that have been published by a given publication.
- tmeasday:publish-counts
Publish the count of a cursor, in real time.
Front End Frameworks
Testing
- antwaremx:meteorman
Meteorman: A DDP Client with GUI to test Meteor methods and publications (like Postman).
- hubroedu:mocha
Decaffed cultofcoders:mocha fork.
- lmieulet:meteor-coverage
Test coverage for Meteor.
- meteortesting:mocha
Mocha test driver package for Meteor.
Performance
- artillery-engine-meteor
Artillery load testing for MeteorJS applications.
- cultofcoders:redis-oplog
Redis Oplog implementation to fully replace MongoDB Oplog in Meteor
- epotek:method-cache
Meteor method caching using DataLoader
- maestroqadev:pub-sub-lite
Transform publications to be non-reactive.
- staringatlights:fast-render
An active fork of fast-render
Showing a sample of 179 resources. View the full list on GitHub →