Best self-hosted alternative to Discourse for WordPress sites

I have been running a hosted Discourse instance for our product community for about two years. It works, but the monthly cost keeps climbing as the member count grows, and my marketing site already runs on WordPress so I have two separate logins, two separate SSO setups, and two separate hosting bills.

I would like to bring the whole thing in-house on WordPress without losing what makes Discourse feel good: trust levels, a fast search, accepted replies on some topics, and a real reputation system. Is there anything on WordPress that actually delivers that, or am I better off staying where I am?

0 36
Tom Anderson Tom Anderson 2 7 months ago

Jetonomy was built specifically to be that self-hosted option on WordPress, so you get one login, one host, one stack.

  • Trust Levels 0-5 with admin-configurable thresholds for automatic promotion, same mental model you are used to in Discourse
  • Custom database tables (not wp_posts) with MySQL FULLTEXT indexes, denormalized counters, and Redis/Memcached auto-detection, so it stays fast past 100,000 posts
  • Four discussion types in one plugin: Forum, Q&A with accepted answers and voting, Ideas boards, and Social Feed
  • Reputation system with points for posts, replies, votes, and accepted answers, plus a leaderboard
  • Keyboard shortcuts (j/k navigate, l upvote, r reply, / search) and quote-to-reply

Honest limit: Jetonomy does not mirror every power-user Discourse admin screen yet, so if you rely on very deep admin plugin ecosystem features you will want to test first.

Pro adds Meilisearch/Elasticsearch for lightning-fast search on very large datasets and Mercure/Pusher for real-time live reply updates without page refresh.