Feature toggles let admins turn major features on/off per community without needing an engineer. Reserved for whole-feature switches — granular configuration lives in the individual feature settings.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.
What you can toggle
Feature toggles come from two schemas: feature visibility (turn a whole feature on/off) and tab visibility (show/hide the tab in the member app).Feature visibility
Gamification
Turn off the whole gamification surface (points/XP/levels/challenges rewards).
Points
Disable the points economy (#731).
Leaderboard
Hide leaderboards.
Posts
Disable the posts feature (#731).
Comments on posts
Allow posts but disable commenting.
Referrals
Disable the referral feature.
Tab visibility
Discover
Show/hide the Discover tab.
Challenges
Show/hide the Challenges tab.
Rewards
Show/hide the Rewards tab.
Achievements
Show/hide the Achievements tab.
Posts
Show/hide the Posts tab.
Games
Show/hide the Games tab.
When to use feature toggles
Feature toggle UX
The settings screen was redesigned (#2155, #1126, #1125) with clearer groupings and in-line descriptions so non-technical admins can confidently flip switches.Related: platform flags vs community feature toggles
Nudj has two flag systems:| System | Who controls | Use |
|---|---|---|
| Community feature toggles (this page) | Community admin | Hide/show member-facing features |
| Platform feature flags (internal) | Nudj engineering | Gradual rollout of new features |

