> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nudj.cx/llms.txt
> Use this file to discover all available pages before exploring further.

# February 2026 Highlights

> RBAC everywhere, the effects system, and Shopify MCP

## February 2026

February was the biggest developer-side month yet. Role-based access control went from feature to platform-wide backbone: per-token RBAC, per-community scoping, client-side enforcement, and a new Moderator role. The effects system (XP Boost + Points Boost) landed as a discriminated-union abstraction on user community data, and Shopify MCP went from concept to shipped — both backend and UI. Thirty-two PRs in all.

<Update label="February 2026" description="RBAC + effects + Shopify MCP">
  ### For Developers & Integrators

  <CardGroup cols={2}>
    <Card title="RBAC tokens" icon="shield-halved">
      API tokens now carry role claims — permission checks happen at the token layer (#1816).
    </Card>

    <Card title="Community-level RBAC" icon="users">
      Tokens and roles can be scoped to a specific community (#1839, #1865).
    </Card>

    <Card title="Client-side RBAC" icon="eye">
      RBAC now drives which UI surfaces render, not just which endpoints respond (#1864).
    </Card>

    <Card title="Org-level RBAC enforcement" icon="building">
      Organisation-level role checks across every sensitive admin endpoint (#1875).
    </Card>

    <Card title="Moderator role" icon="user-shield">
      A new Moderator role sits between Viewer and Manager in the hierarchy (#1865).
    </Card>

    <Card title="Shopify MCP" icon="plug">
      Backend and UI for MCP-driven Shopify admin flows (#1825, #1826).
    </Card>

    <Card title="MCP context injection" icon="code">
      MCP sessions can now carry org + community context across tool calls (#1887).
    </Card>

    <Card title="RBAC-aware MCP" icon="lock">
      MCP tools respect the session's RBAC role — no privilege escalation via AI (#1894).
    </Card>

    <Card title="Webhook logs UI" icon="webhook">
      Admin UI for browsing webhook delivery logs (#1813).
    </Card>

    <Card title="my-transactions endpoint" icon="list">
      New Integration API endpoint for a user's transaction history (#1828).
    </Card>
  </CardGroup>

  ### For Admins & Community Managers

  <CardGroup cols={2}>
    <Card title="Visual game builder" icon="gamepad">
      Drag-and-drop visual editor for custom game configurations (#1812).
    </Card>

    <Card title="XP Boost" icon="bolt">
      Community-scoped XP-multiplier effect that stacks on user community data for a configurable duration (#1918).
    </Card>

    <Card title="Points Boost" icon="coins">
      Sibling Points-multiplier effect — multiple effects supported, highest active wins (#1949).
    </Card>

    <Card title="Refer-a-Friend widget" icon="share-nodes">
      Standalone embeddable referral widget (#1892) with click tracking (#1915).
    </Card>

    <Card title="Store-community binding" icon="link">
      Bind a Shopify store to a specific community (#1819).
    </Card>

    <Card title="Threshold rewards" icon="trophy">
      Rewards that unlock when a threshold value is met (#1847).
    </Card>

    <Card title="Flick game" icon="dice">
      New Flick mini-game (#1841, #1844).
    </Card>

    <Card title="Flexible game rewards" icon="gift">
      Per-game reward configuration (#1782).
    </Card>

    <Card title="Configurable levels" icon="list-ol">
      Per-community level progression configuration (#1855).
    </Card>
  </CardGroup>

  ### For Community Members

  <CardGroup cols={2}>
    <Card title="Wallet improvements" icon="wallet">
      Refinements across the wallet experience (#1572).
    </Card>

    <Card title="Featured carousel" icon="star">
      New featured-content carousel on community landing (#1928).
    </Card>

    <Card title="Widget sections polish" icon="sparkles">
      UI polish across widget sections (#1906).
    </Card>

    <Card title="Embed emulator" icon="display">
      Admin-side emulator for previewing the embed experience (#1937).
    </Card>
  </CardGroup>

  ### Platform capabilities

  <CardGroup cols={2}>
    <Card title="Unified theme system" icon="palette">
      Platform-wide theme system unification (#1874).
    </Card>

    <Card title="Theme presets for Shopify" icon="shop">
      Preset themes tuned for Shopify storefronts (#1886).
    </Card>

    <Card title="ElevenLabs voice agent" icon="microphone">
      Switch to ElevenLabs for the voice-agent experience, with a push-to-talk mode (#1926, #1936).
    </Card>

    <Card title="Org dashboard" icon="gauge">
      New organisation-level dashboard (#1701).
    </Card>
  </CardGroup>

  ### In this period

  * 32 PRs merged.
</Update>

## Related

<CardGroup cols={2}>
  <Card title="January 2026" icon="arrow-left" href="/whats-new/highlights/2026-01">
    OTP auth, Shopify loyalty widget, automated leaderboards.
  </Card>

  <Card title="March 2026" icon="arrow-right" href="/whats-new/highlights/2026-03">
    Points expiration, referral pipeline, tiered achievements, bohemian rebrand.
  </Card>
</CardGroup>
