NodeBB Forum Software is powered by Node.js and supports either Redis, MongoDB, or a PostgreSQL database. It utilizes web sockets for instant interactions and real-time notifications. NodeBB takes the best…





NodeBB Forum Software is powered by Node.js and supports either Redis, MongoDB, or a PostgreSQL database. It utilizes web sockets for instant interactions and real-time notifications. NodeBB takes the best of the modern web: real-time streaming discussions, mobile responsiveness, and rich RESTful read/write APIs, while staying true to the original bulletin board/forum format → categorical hierarchies, local user accounts, and asynchronous messaging.
NodeBB by itself contains a "common core" of basic functionality, while additional functionality and integrations are enabled through the use of third-party plugins.
[Try it now](//try.nodebb.org) | [Documentation](//docs.nodebb.org)
Screenshots
NodeBB's theming engine is highly flexible and does not restrict your design choices. Check out some themed installs in these screenshots below:








Our minimalist "Harmony" theme gets you going right away, no coding experience required.
!Rendering of a NodeBB install on desktop and mobile devices
How can I follow along/contribute?
- If you are a developer, feel free to check out the source and submit pull requests. We also have a wide array of plugins which would be a great starting point for learning the codebase.
- If you are a designer, NodeBB needs themes! NodeBB's theming system allows extension of the base templates as well as styling via SCSS or CSS. NodeBB's base theme utilizes Bootstrap 5 as a frontend toolkit.
- If you know languages other than English you can help us translate NodeBB. We use Transifex for internationalization.
- Please don't forget to like, follow, and star our repo! Join our growing community to keep up to date with the latest NodeBB development.
Requirements
NodeBB requires the following software to be installed:
- A version of Node.js at least 22 or greater (installation/upgrade instructions)
- MongoDB, version 5 or greater or Redis, version 7.2 or greater
- If you are using clustering you need Redis installed and configured.
- nginx, version 1.3.13 or greater (only if intending to use nginx to proxy requests to a NodeBB)
- (Optional) Docker for container-based setup
Installation
Please refer to platform-specific installation documentation.
If installing via the cloud (or using Docker), please see cloud-based installation documentation.
Development Setup Overview
> NodeBB uses a CLI-based setup and does not run via standard npm start.
You can run NodeBB locally in two ways:
Option 1: Native Setup (Recommended for Beginners & Contributors)
This approach helps you understand how NodeBB works internally.
Basic flow: 1. Clone the repository` https://github.com/NodeBB/NodeBB.git
2. Run the setup script ` cd NodeBB
` ./nodebb setup
3. Start the application ` ./nodebb start
During setup, you will configure:
- Database (MongoDB / Redis)
- Admin account
- Port (default: 4567)
Option 2: Docker Setup (Quick & Isolated)
> Requires Docker to be installed: https://docs.docker.com/get-docker/
Run:
bash
docker-compose up
This will start NodeBB along with required services at: ` http://localhost:4567
For more details, see: https://docs.nodebb.org
Securing NodeBB
It is important to ensure that your NodeBB and database servers are secured. Bear these points in mind:
1. While some distributions set up Redis with a more restrictive configuration, Redis by default listens to all interfaces, which is especially dangerous when a server is open to the public. Some suggestions:
* Set bind_address to 127.0.0.1 so as to restrict access to the local machine only
* Use requirepass to secure Redis behind a password (preferably a long one)
* Familiarise yourself with Redis Security
2. Use iptables to secure your server from unintended open ports. In Ubuntu, ufw provides a friendlier interface to working with iptables.
* e.g. If your NodeBB is proxied, no ports should be open except 80 (and possibly 22, for SSH access)
Upgrading NodeBB
Detailed upgrade instructions are listed in Upgrading NodeBB
License
NodeBB is licensed under the GNU General Public License v3 (GPL-3) (http://www.gnu.org/copyleft/gpl.html).
Interested in a sublicense agreement for use of NodeBB in a non-free/restrictive environment? Contact us at [email protected].
More Information/Links
- Demo
- Developer Community
- Documentation & Installation Instructions
- Help translate NodeBB
- NodeBB Blog
- [Premium Hosting for NodeBB](https://www.nodebb.org/ "NodeBB")
- Unofficial IRC community – channel
#nodebbon Libera.chat - [Follow us on Twitter](http://www.twitter.com/NodeBB/ "NodeBB Twitter")
- [Like us on Facebook](http://www.facebook.com/NodeBB/ "NodeBB Facebook")
Members
-
NodeBB ★ PINNED
Node.js based forum software built for the modern web
JavaScript ★ 15k 14h agoExplain → -
assets ★ PINNED
NodeBB Logos
★ 1 5y agoExplain → -
nodebb-theme-harmony ★ PINNED
Harmony theme for NodeBB v3.x & 4.x
Go Template ★ 21 22h agoExplain → -
nodebb-theme-persona ★ PINNED
Persona - A modern and responsive NodeBB theme
Go Template ★ 89 2d agoExplain → -
nodebb-plugin-web-push ★ PINNED
Push Notifications (via Push API) for NodeBB
JavaScript ★ 2 1d agoExplain → -
nodebb-plugin-quickstart ★ PINNED
A starter kit for quickly creating NodeBB plugins.
JavaScript ★ 67 14h agoExplain → -
nodebb-plugin-write-api
A RESTful JSON-speaking API allowing you to write things to NodeBB
JavaScript ★ 136 14h agoExplain → -
nodebb-plugin-poll
Poll plugin for NodeBB.
JavaScript ★ 48 7d agoExplain → -
nodebb-plugin-question-and-answer
Question and Answer Plugin for NodeBB
JavaScript ★ 44 1d agoExplain → -
nodebb-theme-lavender
A simple theme for NodeBB. Check out the theming guide that accompanies this work
Go Template ★ 36 12d agoExplain → -
nodebb-plugin-markdown
A Markdown parser for NodeBB
JavaScript ★ 33 12d agoExplain → -
nodebb-theme-vanilla
Vanilla theme for NodeBB based on Bootstrap. Perfect for starting your own NodeBB themes!
Less ★ 30 3y agoExplain → -
nodebb-plugin-custom-homepage
Allows you to define a custom homepage for NodeBB
JavaScript ★ 28 8y agoExplain → -
nodebb-theme-quickstart
Quickstart Theming Shell
JavaScript ★ 27 20d agoExplain → -
docs
NodeBB Documentation via MkDocs
JavaScript ★ 21 27d agoExplain → -
nodebb-widget-essentials
Several basic widgets bundled together in one package including 'HTML', 'Markdown', 'Recent Replies', 'Active Users', and 'Moderators'
Go Template ★ 20 2d agoExplain → -
nodebb-plugin-composer-quill
WYSIWYG composer for NodeBB based off of Quill (https://quilljs.com/)
JavaScript ★ 19 1d agoExplain → -
nodebb-english
English documentation for NodeBB
HTML ★ 16 5y agoExplain → -
nodebb-plugin-sso-oauth2-multiple
NodeBB Plugin for configuring multiple OAuth2 endpoints for login
JavaScript ★ 15 15h agoExplain → -
nodebb-plugin-emoji
NodeBB Plugin enabling emoji as seen on http://www.emoji-cheat-sheet.com
TypeScript ★ 14 5d agoExplain → -
nodebb-plugin-composer-default
Default Composer for NodeBB
JavaScript ★ 14 5d agoExplain → -
nodebb-plugin-2factor
Two-Factor Authentication for NodeBB
JavaScript ★ 14 7d agoExplain → -
nodebb-rewards-essentials
Essential Rewards Starter Pack for NodeBB
JavaScript ★ 14 1mo agoExplain → -
nodebb-plugin-featured-threads
Featured Threads & Widget for NodeBB
JavaScript ★ 13 4y agoExplain → -
nodebb-chinese-simplified
Simplified Chinese translation of NodeBB documentation
HTML ★ 13 10y agoExplain → -
nodebb-theme-rocket
A theme with a card-based design for NodeBB forums. Mobile enabled.
CSS ★ 12 12y agoExplain → -
nodebb-plugin-category-sections
This plugin allows you to organize the categories on your homepage into individual sections.
JavaScript ★ 12 5y agoExplain → -
nodebb-plugin-emailer-local ⑂
NodeBB plugin for sending emails via SMTP services
JavaScript ★ 12 8y agoExplain → -
nodebb-plugin-leaderboard
Adds a daily/weekly/monthly leaderboard based on reputation
JavaScript ★ 11 8mo agoExplain → -
nodebb.org
The landing page for NodeBB's hosting platform
HTML ★ 11 1mo agoExplain → -
nodebb-plugin-imagemagick
ImageMagick parsing of avatars and other uploaded image assets
JavaScript ★ 10 2y agoExplain → -
nodebb-plugin-category-notifications
No description.
JavaScript ★ 9 11d agoExplain → -
nodebb-plugin-link-preview
Link Preview (and embedding) plugin for NodeBB
JavaScript ★ 9 2d agoExplain → -
nodebb-plugin-gdpr
GDPR Compliance Tools and Administrative Overview Pages
JavaScript ★ 9 6mo agoExplain → -
nodebb-plugin-topic-ratings
This plugin allows users to rate topics in your NodeBB forum.
JavaScript ★ 8 8mo agoExplain → -
nodebb-plugin-glossary
A glossary plugin
JavaScript ★ 7 10d agoExplain → -
nodebb-plugin-feed
A NodeBB Plugin that creates a social media like feed of topics
JavaScript ★ 7 12d agoExplain → -
pulling
Flexible slideout menu for mobile webapps
TypeScript ★ 7 5y agoExplain → -
nodebb-plugin-friends
Friendship plugin ala facebook
JavaScript ★ 7 2y agoExplain → -
nodebb-plugin-customize
Customize translations in your forum
TypeScript ★ 6 5d agoExplain → -
nodebb-plugin-openai
NodeBB OpenAI plugin
JavaScript ★ 6 15h agoExplain → -
nodebb-plugin-superusers
Allows you to set a certain group to have banning privileges
JavaScript ★ 6 6y agoExplain → -
nodebb-plugin-asset-manager ▣
NodeBB Asset Manager
JavaScript ★ 6 7y agoExplain → -
nodebb-plugin-link-mentions
Allows users to post external links using keywords (like mentions/hashtags)
JavaScript ★ 5 4d agoExplain → -
nodebb-plugin-ntfy
Push Notifications for NodeBB (via ntfy)
JavaScript ★ 5 1d agoExplain → -
nodebb-package-manager
Package manager for NodeBB
JavaScript ★ 5 27d agoExplain → -
nodebb-plugin-global-chat
Global chat room for NodeBB
JavaScript ★ 5 1y agoExplain → -
nodebb-plugin-webhooks
Ping custom endpoints with hook data
JavaScript ★ 4 6mo agoExplain → -
nodebb-plugin-category-carousel
A carousel to show categories as a widget
JavaScript ★ 4 3y agoExplain → -
nodebb-plugin-group-gallery
Exposes photo uploading capability for groups, and introduces a custom widget for placement into group pages
JavaScript ★ 4 11y agoExplain → -
mubsub ⑂
Pub/sub for Node.js and MongoDB
JavaScript ★ 4 4y agoExplain → -
nodebb-plugin-best-posts
Show bests post of the forum
JavaScript ★ 4 2y agoExplain → -
nodebb.org-original
The landing page for NodeBB.
HTML ★ 4 11y agoExplain → -
nodebb-french
French translation of NodeBB documentation
Python ★ 4 11y agoExplain → -
nodebb-plugin-squash
Mark users as trolls to squash their posts
JavaScript ★ 3 11y agoExplain → -
nodebb-plugin-category-optin ▣
No description.
JavaScript ★ 3 4y agoExplain → -
nodebb-plugin-latency
No description.
JavaScript ★ 3 7y agoExplain → -
nodebb-german
German documentation for NodeBB
Python ★ 3 11y agoExplain → -
nodebb-theme-cerulean
The default NodeBB theme based on the vanilla bootstrap theme
CSS ★ 3 12y agoExplain → -
nodebb-theme-community
The Persona-variant theme for the forum at https://community.nodebb.org
JavaScript ★ 2 1d agoExplain → -
nodebb-plugin-dev-tracker
Dev tracker plugin to show posts & topics from specific groups
JavaScript ★ 2 11d agoExplain → -
nodebb-plugin-cdn
No description.
JavaScript ★ 2 8mo agoExplain → -
nodebb-plugin-import-network54 ▣
Custom importer built for Network54 Forums
JavaScript ★ 2 6y agoExplain → -
nodebb-theme-palette
Palette Theme for NodeBB
Smarty ★ 2 3y agoExplain → -
nodebb-russian
Russian documentation for NodeBB
HTML ★ 2 11y agoExplain → -
nodebb-plugin-s3-uploads ⑂
A plugin for NodeBB to take file uploads and store them on S3
JavaScript ★ 2 12y agoExplain → -
nodebb-plugin-kitchen-sink
This repo will serve as a sample for all action/filter hooks available in NodeBB.
JavaScript ★ 2 11y agoExplain → -
nodebb-plugin-import-users-csv
A plugin that allows for importing users into a NodeBB instance via CSV file
JavaScript ★ 1 15h agoExplain → -
nodebb-plugin-hashtags
Enable hashtags in topics and posts
JavaScript ★ 1 4d agoExplain → -
nodebb-plugin-topic-redirect
Topic Redirect plugin for NodeBB
Go Template ★ 1 4d agoExplain → -
nodebb-plugin-image-mentions
No description.
JavaScript ★ 1 1d agoExplain → -
eslint-config-nodebb
ESLint configuration for NodeBB Core, plugins, and themes
JavaScript ★ 1 1mo agoExplain → -
nodebb-vietnamese
Vietnamese documentation for NodeBB
Python ★ 1 12y agoExplain → -
nodebb-plugin-openapi-spec ▣
openapi spec generator
JavaScript ★ 1 6y agoExplain → -
nodebb-plugin-debug-hook
A plugin to see parameters passed to hooks in real time
JavaScript ★ 1 3y agoExplain → -
nodebb-plugin-topic-move-notification
Sends a notification to a users followers when they move a topic from a hidden category to a visible category.
JavaScript ★ 1 4y agoExplain → -
docgen
Hooks documentation generator for NodeBB
JavaScript ★ 1 3y agoExplain → -
nodebb-plugin-upvote-post ⑂
Send a POST request when a post is upvoted
JavaScript ★ 1 11y agoExplain → -
nodebb-plugin-featured-categories
Add featured category cards to Persona's category homepage
JavaScript ★ 1 9y agoExplain → -
nodebb-plugin-gallery ⑂
This NodeBB plugin feeds all posted images into a lightbox gallery
JavaScript ★ 1 12y agoExplain → -
nodebb-plugin-firebase
Firebase Integration for NodeBB
JavaScript ★ 0 12h agoExplain → -
nodebb-plugin-undelete-users
A NodeBB plugin to re-associate deleted users with their content that are not removed.
JavaScript ★ 0 5d agoExplain → -
nodebb-plugin-heapdump
Allows downloading a heap snapshot of a running nodebb
JavaScript ★ 0 11d agoExplain → -
nodebb-plugin-esm-test
A plugin writen with ESM to test nbbRequire from core
JavaScript ★ 0 1mo agoExplain → -
nodebb-theme-reharmony
Harmony Theme with user navigation in header and left sidebar closer to content area.
JavaScript ★ 0 5mo agoExplain → -
nodebb-plugin-stripe-subscriptions ⑂
Monetize your forum with paid subscription-based access to certain categories
JavaScript ★ 0 8mo agoExplain → -
nodebb-plugin-random-topics
Display random topics from categories
JavaScript ★ 0 9mo agoExplain → -
nodebb-plugin-gemini
NodeBB Gemini plugin
★ 0 1y agoExplain → -
nodebb-plugin-post-gallery
Create a page that shows uploads from posts
JavaScript ★ 0 2y agoExplain → -
spider-detector ⑂
A tiny node module to detect spiders/crawlers quickly and comes with optional middleware for ExpressJS
JavaScript ★ 0 2y agoExplain → -
nodebb-plugin-user-post-counts
Filter & sort users based on posts count to a specific date range
Smarty ★ 0 2y agoExplain → -
socket.io-cluster-adapter ⑂
The Socket.IO official cluster adapter, allowing to broadcast events between several Socket.IO servers.
★ 0 5y agoExplain → -
nodebb-plugin-postinstall
A NodeBB plugin to run npm's postinstall on single package un/installations
JavaScript ★ 0 4y agoExplain → -
nodebb-norwegian
Norwegian documentation for NodeBB
HTML ★ 0 5y agoExplain → -
socket.io-adapter-mongo ⑂
No description.
JavaScript ★ 0 4y agoExplain → -
bootswatch ⑂
Themes for Bootstrap
HTML ★ 0 6y agoExplain → -
express-oas-generator ⑂
OpenAPI (Swagger) specification generator for ExpressJS applications
JavaScript ★ 0 6y agoExplain → -
nodebb-theme-gamebasics ⑂
custom nodebb theme based on persona
Smarty ★ 0 8y agoExplain → -
nodebb-estonian
NodeBB documentation in Estonian
Python ★ 0 12y agoExplain → -
nodebb-brazilian-portuguese
Brazilian Portuguese
Python ★ 0 12y agoExplain →
No repos match these filters.