The community platform landscape is shifting. After a decade of SaaS tools like Circle, Tribe, and Mighty Networks, site owners are moving back to self-hosted solutions. The reasons are straightforward: data ownership, no per-user pricing, and the ability to integrate with existing WordPress infrastructure.
But the self-hosted options have not kept up. bbPress was last meaningfully updated years ago. wpForo works but fights your theme. Discourse requires a separate Ruby server. None of them offer the trust-based moderation that makes modern communities sustainable.
Today we are releasing Jetonomy – a free, open-source WordPress forum plugin built from the ground up for communities that need to scale.
Why self-hosted forums are coming back
Three trends are driving this shift:
1. Data ownership matters more than ever. GDPR, data portability regulations, and high-profile platform shutdowns have made site owners wary of storing community data on third-party servers. When your forum runs on your WordPress install, you own every post, reply, and user profile.
2. Per-user pricing does not scale. SaaS community platforms charge $1-5 per member per month. A 10,000-member community costs $10,000-50,000/year in platform fees alone. Self-hosted eliminates this entirely.
3. WordPress already has the users. If your site runs on WordPress, your members already have accounts, your membership plugin already handles access control, and your theme already defines your brand. A forum plugin that integrates natively is always going to beat a separate platform that requires SSO, custom CSS, and API bridges.
What existing plugins get wrong
We have been building WordPress community tools for over 8 years. Here is what we have learned about the limitations of existing forum plugins:
bbPress stores forum data in wp_posts. This is a reasonable architectural choice for small communities, but it means every forum query competes with your blog posts, pages, and WooCommerce products for database resources. Past a few thousand topics, query times start climbing.
wpForo uses custom tables (good) but has no trust system. Every new user gets the same permissions as a 5-year veteran. Moderators review every post manually. This does not scale past a few hundred active members.
Discourse solves the moderation problem but is not WordPress. Its trust level system is excellent, but requiring a separate Ruby on Rails server, separate user accounts, and SSO bridges defeats the purpose of running a WordPress site.
How Jetonomy is different

Jetonomy combines the architectural best practices from all three approaches:
- Dedicated database tables (like wpForo) – 22 custom MySQL tables with denormalized counters. Forum queries never touch wp_posts.
- Trust levels (like Discourse) – 6 levels with automatic promotion based on reputation, days active, and contribution quality. New accounts are rate-limited. Veterans moderate.
- Native WordPress integration (like bbPress) – Uses existing WP users, theme.json for styling, REST API for the frontend, and hooks for extensibility.
Four space types in one plugin
- Forums – Threaded discussions with replies
- Q&A – Questions with accepted answers and vote-based ranking
- Ideas – Feature voting and roadmap boards
- Social Feed – Activity-style posts for announcements
Most communities need at least two of these. With existing plugins, you would need separate solutions for each. Jetonomy handles all four under one /community/ path.
Trust levels that replace manual moderation
This is the feature that makes large communities viable without a dedicated moderation team:
- Level 0 (New) – 3 posts/day, no links, CAPTCHA required. Stops spam at the door.
- Level 1 (Active) – 10 posts/day, links allowed. Basic participation.
- Level 2 (Regular) – 25 posts/day, can edit own posts. Established member.
- Level 3 (Trusted) – Can edit others’ posts, close topics, move discussions.
- Level 4 (Expert) – Full moderation abilities earned through contribution.
- Level 5 (Moderator) – Admin-assigned for staff.
Reputation drives promotion: +10 per upvoted post, +15 per accepted answer, -20 for spam. You configure the thresholds once. The system handles the rest.
Built for developers
Jetonomy ships with 61+ REST API endpoints, 45+ action and filter hooks, a template override system, and CSS custom properties that inherit from theme.json. The full developer wiki is on GitHub.
The plugin is open-source on GitHub with 194 PHPUnit tests and PHPStan Level 5 static analysis.
Migration path
Built-in importers for bbPress and wpForo auto-detect your existing community. Dry-run previews everything without touching data. Resume on failure. No record limit. Your community can be live on Jetonomy in under 30 minutes.
Jetonomy Pro – for growing communities
The free plugin is a complete community platform. For communities that need more, Jetonomy Pro adds 13 modular extensions:
| Extension | What it adds |
|---|---|
| Emoji Reactions | Slack-style reactions on posts and replies |
| Private Messaging | 1:1 and group conversations |
| Polls | Community voting within posts |
| Analytics Dashboard | Engagement graphs, user growth, CSV export |
| Email Digests | Daily/weekly activity summaries |
| Web Push | Browser notifications |
| Webhooks | HTTP POST to Zapier, Slack, n8n |
| Reply by Email | Reply without logging in |
| Custom Badges | Auto-award based on activity |
| Custom Fields | Profile and post custom fields |
| Advanced Moderation | Keyword filters, regex, spam scoring |
| SEO Pro | Per-space meta, Schema.org, sitemap controls |
| White Label | Replace all Jetonomy branding |
Each extension is independent. Disabled extensions load zero code. Enable only what your community actually needs.
Pricing: Personal (1 site) $69/yr | Developer (5 sites) $99/yr | Agency (unlimited) $199/yr. Lifetime plans available. Use code Jetonomy30 for 30% off lifetime.
What this means for the WordPress community ecosystem
We believe the next generation of online communities will be self-hosted. Not because SaaS tools are bad, but because the trade-offs no longer make sense for most organizations. When you can get trust levels, Q&A, idea boards, full REST API, and migration tools in a free WordPress plugin, paying $500-5,000/month for a SaaS platform becomes hard to justify.
Jetonomy is our contribution to making that future possible. It is free, open-source, and built to last.
How Jetonomy Compares to BuddyPress
If your site already uses BuddyPress, you might wonder whether Jetonomy replaces it. The answer is: they serve different purposes that complement each other well.
BuddyPress is a social networking layer that adds profiles, activity feeds, groups, and messaging to WordPress. It excels at member-to-member interaction and community identity. Jetonomy is a structured discussion platform that adds forums, Q&A, idea boards, and trust-based moderation. Think of BuddyPress as the social layer and Jetonomy as the knowledge and discussion layer.
Many communities benefit from running both. Members use BuddyPress for social updates, group conversations, and engagement features like polls and reactions. They use Jetonomy for structured discussions, support questions, feature requests, and long-form content that benefits from threading and search.
For communities that need both social and discussion features, pairing Jetonomy with a BuddyPress theme like Reign or BuddyX Pro creates a comprehensive platform that handles social interaction and structured knowledge sharing under one roof.
Frequently Asked Questions
Is Jetonomy free?
Yes. The core Jetonomy plugin is free and open-source. It includes forums, Q&A, ideas, social feed, trust levels, migration tools, and full REST API. Jetonomy Pro adds 13 optional extensions for communities that need additional features like private messaging, analytics, email digests, and advanced moderation.
Can I migrate from bbPress or wpForo to Jetonomy?
Yes. Jetonomy includes built-in importers for both bbPress and wpForo. The migration tool auto-detects your existing community, provides a dry-run preview without touching data, and handles communities of any size. Most migrations complete in under 30 minutes.
Does Jetonomy work with any WordPress theme?
Jetonomy uses CSS custom properties that inherit from theme.json, so it adapts to most modern WordPress themes automatically. For the best visual integration, BuddyPress-compatible themes like Reign and BuddyX provide the most polished experience since they are designed for community-focused sites.
How does the trust level system prevent spam?
New users start at Trust Level 0 with strict limits: 3 posts per day, no links, CAPTCHA required. This stops automated spam immediately. As users contribute positively and earn reputation points, they automatically advance through trust levels that unlock more capabilities. By the time a user reaches Trust Level 3, they have proven their value and can help moderate content for newer members.
Can I use Jetonomy for customer support forums?
Yes. The Q&A space type is particularly well-suited for support communities. Customers post questions, staff and community members provide answers, and the best answer gets marked as accepted. Vote-based ranking ensures the most helpful responses surface first. Combined with the trust level system, experienced customers naturally become community helpers who reduce the load on your support team.
Get started
- Try the sandbox demo – full instance in seconds
- Download Jetonomy free – no credit card required
- Jetonomy Pro – 13 extensions for growing communities
- Documentation – installation, settings, developer guides
- GitHub – star the repo, open issues, contribute
We would love to hear what you think. Contact our support team or open a GitHub issue with feedback.



