Command Palette

Search for a command to run...

Architecture Principle

Zero-Storage Data Sovereignty

This portal was designed with a simple premise: the reader's data belongs to the reader. Not to the platform, not to the administrator, not to a model.

The architecture enforces this principle structurally, not through policy promises that can be revoked, but through technical design that makes violation impossible.

Observation Without Retention

The CW8 diagnostic computes your profile entirely in your browser. Dimension scores, archetype matches, and proficiency estimates are calculated client-side using JavaScript. No server request carries your individual results.

When you choose to contribute anonymously, only aggregate dimension scores (1-5 per dimension), the tier name, and the matched archetype name are stored. No user ID, session ID, IP address, or browser fingerprint is attached to the record.

Nothing Persists Without Consent

Your diagnostic results exist only in your browser session. Close the tab and they are gone. Download or copy them if you want to keep them, the system does not keep them for you.

The anonymous aggregate contribution is opt-in (enabled by default, but visible and toggleable). If you disable it before submitting, zero data leaves your browser.

Identity Separation by Design

The invitation system stores your email for access control. The diagnostic system stores anonymous scores. These two systems share no common key. There is no technical path to connect an email address to a diagnostic result.

Email audit trails mask previous addresses (e.g., r***v@gm***.com) and are visible only to the portal administrator. The current email is the only active identifier.

Organisational Diagnostics: Aggregation, Not Surveillance

Team responses in the organisational diagnostic are stored with a session ID and a role flag (leader or team member). No individual names, emails, or user IDs are attached to responses.

The delta analysis compares the leader's perception against the team average. Individual team responses are numbered sequentially (Team Member 1, 2, 3) but carry no identifying information. The leader cannot determine which team member gave which response.

No Behavioural Tracking

This portal does not use cookies for tracking, does not deploy analytics pixels, and does not build behavioural profiles. The only cookie is the authentication session cookie required for gated content access.

Scroll depth, click patterns, time-on-page, and navigation paths are not recorded. The portal has no interest in how you consume the content, only that you can access it.

Architecture Transparency

The portal runs on a managed hosting platform with TLS encryption in transit. The database stores: user accounts (email, role), invitations (email, token, status), anonymous diagnostic aggregates, and organisational diagnostic sessions.

No data is sold, shared with third parties, or used for model training. The portal exists to serve the W∞ thesis, not to monetise its readers.

Explicit Deletion Statement

If you wish to have your account and all associated data removed from this portal:

  1. Email records: Your email address and invitation status will be permanently deleted. Masked audit trail entries (which contain no recoverable email) will be retained for system integrity.
  2. Diagnostic data: There is nothing to delete. Your individual diagnostic results were never stored.
  3. Org diagnostic responses: If you submitted a response as a team member, it contains no identifying information and cannot be attributed to you. If you created a session as a leader, the session and all associated responses will be deleted.
  4. Authentication: Your session cookie will be invalidated. No residual authentication data will remain.

To request deletion, contact the portal administrator. Deletion is irreversible and will be completed within 48 hours.

What Is Stored vs. What Is Not

Stored (Server)

  • Email address (for access control only)
  • Invitation status (pending, accepted, revoked)
  • Anonymous aggregate scores (no identity)
  • Org diagnostic responses (session ID + role only)

Never Stored

  • Individual diagnostic results or profiles
  • IP addresses or browser fingerprints
  • Behavioural data (clicks, scroll, time)
  • Names linked to diagnostic responses