ATJ OS

Feature Flag Center

Read only

Flags are compile-time constants held in the kernel, not runtime toggles. They cannot be changed from the interface — activation is a deliberate engineering decision.

Kernel flags
COMMERCIAL_MODE is the master gate: while it is OFF, every dependent flag stays inert regardless of its own value.
11 flags
PRIVATE_MODE

Single-owner private operation. The only mode enabled today.

ON
COMMERCIAL_MODE

Master switch for all commercial capabilities.

OFF
PUBLIC_SIGNUP

Open registration for public customers.

OFF
PAYMENTS

Payment provider integrations and checkout.

OFF
CREDITS

Credit wallet, packs and metering.

OFF
SUBSCRIPTIONS

Recurring plans and entitlements.

OFF
MARKETPLACE

Template, asset and plugin marketplace.

OFF
PLUGIN_STORE

Third-party plugin distribution and review pipeline.

OFF
API_ACCESS

External programmatic access to the kernel.

OFF
TEAM_MODE

Shared workspaces, seats, roles and invitations.

OFF
ENTERPRISE_MODE

Organisation, team and governance features.

OFF

The Private Edition ships with PRIVATE_MODE enabled. Enabling any commercial flag requires the corresponding kernel service to be activated first, so the platform can never expose a paid surface without the billing, licensing and metering services behind it.