A right isn't a grade. A right isn't an admin.
In Discord bots and classic guild managers, you get to choose between member, mod and admin. Three levels, zero granularity. Game Org provides a grid of atomic technical rights: each sensitive action has its own right, assignable separately, without you having to hand out everything to delegate a piece of it.
- Dozens of atomic rights, not three grades — "Can validate an officer promotion", "Can create a secret event", "Can edit their section's training", "Can manage member rights". Each sensitive action has its own dedicated right, assignable to anyone you choose
- Logical cascade, not combinatorial explosion — the Org Admin right covers everything, Training Admin covers all training actions, Events Admin covers every event type. You set the top of the cascade, the rest follows — no need to tick thirty boxes
- Explicit scopes — global, their section, or their own content. A section lead can edit their section's training without seeing anyone else's. A mission contributor can edit their own missions, not a neighbour's
- Zero catch-all role — no "nice mod who can still do everything because we trust them". Trust doesn't get coded, rights do

Proposing isn't validating.
Most tools run on the logic "if you can do the action, you can trigger it alone". Game Org systematically separates the right to propose from the right to validate. An officer can suggest a promotion without signing it — a higher-ranking officer decides. The hierarchy is wired, not implicit.
- On promotions, two rights systematically separated — HR can propose and HR can validate, for each of the 4 grade tiers. A non-commissioned officer can be allowed to propose an officer without being able to validate one. Eight atomic HR rights, not one admin button that opens everything
- Same logic on training — a member completes their training, but a dedicated right Validate their section's training is required to mark it as passed. The member doesn't award themselves their own certificate
- Rejections require a written reason — if a proposal is refused, the requester receives the reason. No message vanishing into the void, no "I refused but I won't tell you why"
- Impossible to self-promote, impossible to unlock the "just this once" exception on a late-night voice call. The workflow is a safeguard against decision fatigue

Your org isn't a public catalog.
Some well-known gaming tools — fleet catalogs, community wikis, open registries — are built to be indexed by Google and scraped by rivals. Your crew compositions, your assignments, your tactical roster: exposed to the world. Game Org does the opposite: your org has no public page by default.
- No public URL for your fleet, your roster, your events, your training. Nothing guessable from the outside. An outsider trying /orgs/your-name hits a login screen, not your roster
- Direct contrast with Fleetyards and peers — they're built as showcases, Game Org as a vault. Two opposing philosophies, a choice to make depending on what you consider a competitive edge
- Your org's public content is zero by default. No opt-out to understand, no checkbox to uncheck in some obscure settings page. You are invisible until you decide otherwise
- Your competitors see nothing — not your mission compositions, not your upcoming events, not who's climbing ranks at your place. They know you exist, they don't know what you do

Every org, a silo. Zero lateral spill.
The Game Org server systematically filters data by org identifier. Every request is tied to one org and one org only — a user authenticated on org A will never see data from org B, even if they're a member of both on Discord. No global Game Org dashboard aggregating your data with your rivals'.
- Tenant-level isolation — a member belonging to multiple orgs switches from one to another, never in parallel. Same logic as two separate Discord servers: you're on one, or on the other, never both at the same time
- No rights superposition — your Org Admin rights on one org grant no access on another. Each org manages its own rights, its own grades, its own hierarchy
- On every fetch, the server checks which org you're on before returning a single byte. The check is systematic, not optional, not bypassable by a hand-crafted URL. Impossible for another org's data to reach you by accident
- No shared config template leaks — you configure your org, your grid is yours, your labels are yours. Nothing crosses over, not even your organizational structure

No account, no password, no credentials to steal.
Every time a tool asks you for a password, you create an attack surface. A password reused elsewhere, a phishing attempt that lands, a login database that leaks — and your org is compromised by a mistake that isn't even yours. Game Org has no local account: authentication goes through Discord, the source-of-truth identity your members already use.
- No Game Org password to manage, so nothing to forget, nothing to reset, nothing to get stolen. No local login database to protect on the infrastructure side
- Access tied to Discord — when a member is removed from your org (External resignation on the HR module), their Game Org access drops automatically through Discord propagation
- No orphan sessions lingering six months after an officer's departure. No ex-member holding on to a forgotten token in a tab on some old PC
- If Discord locks an account (TOS violation, compromised account), Game Org reflects it. One login, one source-of-truth identity, no divergence to monitor

FAQ