Combust Modules

Combust modules give you the ability to avoid re-writing the same features every time you create a new application. They include code for:

Users

Combust comes with a users module out of the box when you run combust create myApp

Module for searching for other users by any public field, utilizing cloud functions

combust install user-search

Chat

Real time chat module with 3+ member conversations

combust install chat

Posts

Social style posts module with a nested comment tree and reaction support (like, dislike, etc.)

combust install posts

Notifications

Notifications system with support for user actions (Accept / Decline request, etc)

combust install notifications

Friends

Facebook style friends system

combust install friends

Followers

Twitter style followers system

combust install followers