by nself-org · Social · v1.1.0
Discourse-inspired forum with threads, replies, voting, moderation queues, and email digests.
Screenshots coming soon.
Free template (MIT)
No license required. Install with:
nself init --template community-forum ./my-app
Install all required plugins after init:
nself plugin install auth notify moderation
1. Initialize from template
nself init --template community-forum ./my-app
2. Install required plugins and start
cd my-app nself plugin install auth notify moderation nself start