10 min read

WB Gamification vs GamiPress vs myCRED: The WordPress Points Plugin Comparison

Varun Dubey
Founder, Wbcom Designs · Published Jun 4, 2026 · Updated Jun 4, 2026
WP Gamification vs GamiPress vs myCRED: WordPress Points Plugin Comparison - feature chart showing three gamification plugins side by side

If you’re adding points, badges, leaderboards, or rewards to your WordPress site, three plugins dominate the conversation: WB Gamification, GamiPress, and myCRED. All three can motivate users and drive engagement, but they take fundamentally different architectural approaches, carry different price models, and fit different site types. This comparison gives you the honest breakdown you need to pick the right one.

A fair warning upfront: WB Gamification is built by Wbcom Designs (the team behind this blog). We’ll be transparent about that. GamiPress and myCRED are mature, well-regarded plugins with large user bases and rich add-on ecosystems. We’ll give them their due credit. The goal here is to help you make an informed decision, not to sell you on our own plugin.

One thing to clear up before the comparison, because it shapes everything below: WB Gamification is completely free under GPLv2. There is no Pro tier, no license key, and no paid add-ons. Every feature and all ten integrations ship in a single download from wbcomdesigns.com (it is not listed on WordPress.org).

Side-by-Side Feature Comparison

Before diving into the per-plugin breakdown, here’s how the three plugins compare across the dimensions that matter most for a gamification decision.

FeatureWB GamificationGamiPressmyCRED
Pricing model100% free (GPLv2), no Pro, no add-onsFree core + individual add-ons (paid per add-on)Free core + add-on bundles (paid)
Where to downloadwbcomdesigns.com (free)WordPress.orgWordPress.org
Points systemYes - Points, XP, and Coins with conversion rulesYes - multiple point typesYes - multiple point types
Badges / achievementsYes - 30 ready-made, OpenBadges 3.0YesYes (add-on)
Levels / ranksYesYesYes (add-on)
LeaderboardsYes - built inYes - built inYes (add-on)
Redemption storeYes - built in (WooCommerce coupons)Add-onAdd-on (store/buycred)
BuddyPress integrationYes - free, built inYes - paid add-onYes - paid add-on
LearnDash integrationYes - free, built inYes - paid add-onYes - paid add-on
WooCommerce integrationYes - free, built inYes - paid add-onYes - built in (basic)
Built-in integrations10 integrations, 62 ready actions, all free100+ add-ons (priced separately)Bundle packs available
Cross-site / central hubYes - remote mode, one economy across sitesNoNo
REST APIYes - 50+ endpoints, OpenAPI specLimitedLimited
Visual rule builderYes - no-code UINo - list-based configNo - list-based config
Multisite supportYes (free)Yes (paid)Yes (paid)

WB Gamification: The Central Hub Approach

WB Gamification is Wbcom Designs’ entry into the WordPress gamification space, and it takes a deliberately different commercial model from the rest of the category: it is one free plugin under GPLv2, downloaded from wbcomdesigns.com rather than WordPress.org, with no Pro tier and no paid add-ons. Every integration and feature is in the single download. The central design premise is that every trigger, a BuddyPress activity post, a LearnDash course completion, a WooCommerce purchase, routes through one shared event queue instead of being handled by separate plugin-specific bridges.

What WB Gamification does well

  • Everything is free: Points, badges, levels, leaderboards, streaks, challenges, a redemption store, cohort leagues, and all ten integrations are in the single free download. There is no feature held back for a paid tier.
  • Ten integrations built in: WordPress core, BuddyPress, bbPress, WooCommerce, LearnDash, LifterLMS, MemberPress, GiveWP, The Events Calendar, and WPMediaVerse Pro, 62 ready-made actions in total. A manifest loader lights them up automatically when the supported plugin is active.
  • Visual rule builder: You configure reward rules through a graphical UI, no shortcode memorization, no PHP filters. Pick a trigger, set conditions, assign a reward. This is the biggest UX differentiator from both GamiPress and myCRED.
  • Shared event queue: Because all triggers flow through one system, there’s no risk of duplicate point awards when multiple plugins fire simultaneously (a known edge case in multi-add-on GamiPress setups).
  • Cross-site central hub: In remote mode, one site becomes the gamification center and your other properties report events to it over a REST API, so a store and a community can feed a single leaderboard and badge library. No other plugin in the category does this.
  • Built to scale: Event-sourced points pipeline, background processing via Action Scheduler, and pre-computed leaderboard totals benchmarked for 100,000+ members.

Where WB Gamification has limits

  • Smaller ecosystem: GamiPress and myCRED have years of community contributions, third-party tutorials, and Stack Overflow answers. WB Gamification is newer and has a smaller public knowledge base.
  • Fewer trigger sources out of the box: Ten built-in integrations is generous, but it hasn’t matched the breadth of GamiPress’s 100+ add-on catalog yet (any plugin can declare its own triggers through a manifest or a do_action() call, so the list is extensible).
  • Fewer publicly documented case studies: Mature plugins have long track records. WB Gamification is earning that track record now.

WB Gamification makes the most sense if you’re building a BuddyPress or LearnDash community site and want every integration free in one plugin, with the option to run one shared economy across several sites.

If you want to understand how the hub architecture works in practice, the detailed setup walkthrough in The WordPress Gamification Plugin Built as One Central Hub covers the event system design and how triggers from different plugins stay in sync. Full feature and developer documentation lives at the WB Gamification docs.


GamiPress: The Mature Ecosystem Standard

GamiPress is the most widely deployed WordPress gamification plugin in the ecosystem. It’s been active since 2017, has 30,000+ active installations, and has built one of the most extensive add-on catalogs of any gamification plugin in the WordPress repository. If you search for “WordPress gamification,” GamiPress dominates the SERP because it has genuinely earned that position through years of development and community adoption.

What GamiPress does well

  • Massive add-on catalog: 100+ add-ons covering virtually every major WordPress plugin, WooCommerce, LearnDash, BuddyPress, Easy Digital Downloads, Gravity Forms, and dozens more. If a plugin exists, there’s probably a GamiPress add-on for it.
  • Mature, battle-tested codebase: Years of production use means edge cases have been found and fixed. The plugin is stable.
  • Large community and documentation: Forums, YouTube tutorials, third-party blog posts, and developer resources are plentiful.
  • Flexible point types: You can run multiple point economies (e.g., “coins” for activity, “credits” for purchases) with separate leaderboards and redemption rules.
  • Shortcodes and blocks: Both classic editor and block editor are supported.

Where GamiPress has limits

  • Add-on cost adds up: Each integration is priced separately, typically $29-$69 per add-on per year. A site running BuddyPress + LearnDash + WooCommerce can easily spend $100-$200/year on integrations alone, before even considering the base Pro plugin.
  • No visual rule builder: Configuration is done through list-based WordPress admin screens. It’s functional, but not as intuitive as a graphical interface.
  • Can get heavy on larger sites: Each add-on creates its own database hooks. On sites with heavy activity volumes, query load can accumulate.
  • UI feels dated: The admin interface reflects its 2017 origins. It works, but it’s not the most modern experience.

GamiPress is the safe default choice, especially if your site has an unusual plugin combination or needs a trigger source that’s unlikely to be in anyone else’s catalog.


myCRED: The Points-Ledger Specialist

myCRED takes a slightly different conceptual approach from GamiPress. Where GamiPress frames its system around “achievements” (badges, ranks), myCRED is fundamentally a points ledger, a way to track, award, deduct, and transfer credits. Badges and levels are available as add-ons, but the core philosophy is financial: credits as a currency that can be earned, spent, and transferred between users.

What myCRED does well

  • Points as currency: The credit transfer system, store integration, and deduction hooks make myCRED particularly strong for sites that want a point economy where users can spend and transfer credits, not just earn them.
  • WooCommerce integration in core: Basic WooCommerce points-on-purchase is built into the free plugin, not behind an add-on paywall.
  • Established user base: 20,000+ active installations and a track record since 2013.
  • Buycred add-on: Users can purchase credits directly with real money, useful for marketplace or virtual goods sites.
  • Log system: myCRED maintains a detailed transaction log, which is useful for auditing point histories and resolving disputes.

Where myCRED has limits

  • Badges and levels are add-ons: The features that most people associate with “gamification” (achievements, ranks) require additional plugins or paid add-ons.
  • Development pace has slowed: Community discussions and changelog reviews suggest myCRED’s development pace has lagged behind GamiPress in recent years.
  • BuddyPress integration requires add-on: Not included in core; you’ll need the separate BuddyPress add-on for community site use cases.
  • Admin UI is functional but not modern: Like GamiPress, the interface reflects its age.

myCRED is strongest when points need to behave like currency, when users spend, transfer, or purchase credits, not just accumulate them.


Which WordPress Gamification Plugin Should You Choose?

No plugin is universally better. The right choice depends on your site type, budget, and technical comfort. Here’s the decision framework:

Choose WB Gamification if:

  • You’re running a BuddyPress community, LearnDash e-learning site, or WooCommerce store and want integrations for all of them without paying for separate add-ons.
  • You want every feature free in one plugin rather than accumulating per-add-on costs.
  • You want a visual rule builder and a cleaner admin experience.
  • You run several sites and want one shared leaderboard and badge economy across all of them (remote hub mode).
  • You value a modern codebase built on current WordPress standards, with a real REST API.

Choose GamiPress if:

  • You need integrations with a long tail of plugins not covered by other gamification solutions.
  • You want the most mature, battle-tested option with the largest community knowledge base.
  • You’re comfortable with per-add-on pricing and the cost is manageable for your stack.
  • You need very specific trigger configurations that require the flexibility of GamiPress’s extensive catalog.
  • You have an existing GamiPress installation and are happy with it.

Choose myCRED if:

  • You need points to function as a real currency, with user-to-user transfers, a points store, or real-money credit purchases.
  • WooCommerce points-on-purchase is your primary use case (covered in the free plugin).
  • You want detailed transaction logging and audit trails.
  • Badges and achievements are secondary, not the core of your engagement strategy.

Migrating to WB Gamification from GamiPress or myCRED

If you’re running GamiPress or myCRED and considering a switch to WB Gamification, here’s what to expect:

Migrating from GamiPress

  • Point balances: WB Gamification has a migration utility that can import existing GamiPress point balances from the gamipress_user_earnings table. This is the most important data to preserve.
  • Achievements/badges: Badge definitions (not user-specific earned data) need to be recreated in WB Gamification’s rule builder. User-earned badges require manual migration or a custom import script.
  • Leaderboard data: Leaderboard positions are recalculated from point balances, so they typically migrate cleanly.
  • Add-on triggers: Any GamiPress add-on trigger you relied on needs to be replicated in WB Gamification’s rule system. If the matching integration is among the ten built in, the mapping is straightforward. If it isn’t, you can declare the trigger yourself through a manifest or a do_action() call.
  • Recommendation: Run both plugins in parallel on a staging site, migrate balances, verify leaderboards, then cut over.

Migrating from myCRED

  • Point ledger: myCRED stores balances in user meta (mycred_default or custom point type keys). WB Gamification’s import tool can read these keys and convert them to its point system.
  • Transaction log: myCRED’s transaction history lives in a custom table. WB Gamification imports current balances, not full historical logs. If auditable history matters, keep myCRED active in read-only mode or export the log to a CSV before deactivating.
  • Credit store / buy credits: If you’re using myCRED’s points-as-currency features (buycred, transfer, deduction), check whether your exact use case maps cleanly before migrating.
  • Badges and levels: If you added myCRED’s badge or rank add-ons, those definitions will need to be recreated in WB Gamification.

For sites with complex gamification economies built up over years, migration is never trivial. Test on staging, back up your database before any import, and plan for a parallel-run period.

If your site is a BuddyPress community with gamification elements, this guide on integrating gamification with BuddyPress covers the specific hooks and activity triggers relevant to community sites, which applies to migration planning as well.


The Bottom Line on WordPress Points Plugins

GamiPress earned its reputation. myCRED built a real niche. Neither plugin should be dismissed. But if you’re starting fresh today on a BuddyPress, LearnDash, or WooCommerce stack, the case for WB Gamification is straightforward: one free plugin, every integration included, a visual rule builder that doesn’t require you to remember shortcode syntax, an architecture designed to keep triggers in sync when multiple plugins are involved, and the option to run one shared economy across several sites.

The best gamification plugin is the one that fits your site’s actual plugin stack and your team’s capacity to configure and maintain it. Use the comparison table and the decision framework above to match that to your situation.


Try WB Gamification Free

WB Gamification is completely free under GPLv2, downloaded from wbcomdesigns.com (it is not on WordPress.org). Every feature and all ten integrations are in the single download, with no Pro tier and no per-add-on pricing. Install it, connect it to your existing BuddyPress, LearnDash, or WooCommerce setup, and see how the visual rule builder compares to what you’ve used before.

Varun Dubey
Founder, Wbcom Designs

Varun Dubey is a full-stack WordPress developer with a passion for diverse web development projects. As a Core developer, he continuously seeks to enhance his skills and stay current with the latest technologies in the modern tech world. Connect with him on X @vapvarun.

Related reading