# Multithreaded -- Competitive Analysis Last updated: 2026-04-02 ## Positioning Multithreaded is forum software designed to be embedded within a creator platform. Each MNW project gets a community forum with zero configuration -- users authenticate via MNW OAuth (PKCE), and moderation integrates with the platform's existing trust system. This is not a standalone forum; it's a community layer for creators who already use Makenotwork. The key differentiator is integration depth: no separate auth, no separate user management, no separate moderation tools. A creator enables a forum for their project and it works immediately with their existing audience. ## Pricing Comparison | App | Price | Model | |-----|-------|-------| | **Multithreaded** | Included with MNW | Part of creator platform | | Discourse | $50-$300/mo (hosted) or self-host | Open source (GPL) | | Circle | $49-$399/mo | SaaS | | Mighty Networks | $41-$360/mo | SaaS | | Lemmy | Free (self-host) | Open source (AGPL) | | Flarum | Free (self-host) | Open source (MIT) | | XenForo | $160 license + $55/yr | Proprietary | ## Feature Matrix | Feature | MT | Discourse | Circle | Lemmy | Flarum | |---------|:--:|:---------:|:------:|:-----:|:------:| | Platform-integrated auth | Y | N | N | N | N | | Creator project communities | Y | N | N | N | N | | Categories | Y | Y | Y | Y | Y | | Threads + replies | Y | Y | Y | Y | Y | | Role-based moderation | Y | Y | Y | Y | Y | | Soft deletes + audit trail | Y | Y | N | N | N | | SSO/OAuth | Y (native) | Y (plugin) | Y | N | Y (ext) | | Federation | N | N | N | Y | N | | Real-time | N | Y | Y | N | N | | Email notifications | N | Y | Y | Y | Y | | Mobile app | N | Y | Y | Y | N | | Plugins/extensions | N | Y | N | N | Y | | Self-hostable | Y | Y | N | Y | Y | | Markdown rendering | Y | Y | N | Y | Y | | @mentions | Y | Y | Y | Y | N | ## Competitor Deep Dives ### 1. Discourse Industry-standard open-source forum software. Feature-rich (badges, trust levels, SSO, plugins, real-time). Hosted plans start at $50/mo. Self-hosting requires significant infrastructure. Overkill for small creator communities. **What MT lacks:** real-time updates, email notifications, trust levels, badges, plugins, mobile app, search, private messaging. ### 2. Circle Community platform with membership gating, Stripe integration, courses, events. Hosted-only SaaS ($49-$399/mo). Targets creators and course builders. **What MT lacks:** events, courses, membership tiers in the forum itself, mobile app. **What Circle lacks:** self-hosting, source availability, per-project granularity, zero-config creator integration. ### 3. Lemmy Federated link aggregator (Reddit alternative) built in Rust. ActivityPub protocol for cross-instance communication. Community-run, no monetization. **What MT lacks:** federation, voting/karma, link aggregation. **What Lemmy lacks:** creator platform integration, OAuth from parent platform, per-project communities. ### 4. Flarum Lightweight, modern forum software (PHP). Extensible via community packages. Free and open source. Clean UI but limited moderation tools in core. **What MT lacks:** extension system, search, rich text editor. **What Flarum lacks:** integrated auth, creator platform awareness, Rust performance. ## What We Offer That Competitors Don't - **Zero-config community per project** -- creator enables a forum and it works with their existing MNW audience - **Native platform authentication** -- MNW OAuth PKCE flow, no separate accounts or passwords - **Integrated moderation** -- platform-level suspensions cascade to forums; no separate admin panel - **Lightweight deployment** -- single Rust binary, systemd unit, no Docker or external services - **Source-available** -- PolyForm Noncommercial 1.0.0 ## Target Users - MNW creators who want discussion forums for their projects - Open-source maintainers using MNW for distribution who want community feedback - Small communities that don't need the complexity of Discourse or the cost of Circle