Skip to main content

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.

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.

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

Toggle OFF features you genuinely won’t use. An always-off feature in the member app clutters the UI and confuses support queries.
Don’t use feature toggles as a workaround for unfinished content. If a tab is empty because you haven’t built content, build the content — don’t hide the whole feature.

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.
Nudj has two flag systems:
SystemWho controlsUse
Community feature toggles (this page)Community adminHide/show member-facing features
Platform feature flags (internal)Nudj engineeringGradual rollout of new features
You only interact with the community toggles. Platform flags are engineering internals.