Beta

Feature Flag Planner

Current toggles cover the feature matrix/RBAC layer, home demo layout (`home*`), timeline parallax polish, Signal AI insights, and the Supabase snapshot source. Each card shows cohorts, dependencies, and a simple timeline dot (Off → Beta → On).

Docs: Feature matrix · Phase plan · Phase 0 guard.

featureMatrix

Feature Matrix RBAC

beta

Config-driven visibility (public/auth/roles) powering nav + page access before the admin UI ships.

Rollout timeline

OffBetaOn

Cohorts

opsadmin

Rollback: Set visibility to public + remove FeatureGate checks.

homeDemoVariant

Home Demo Variant

beta

Redirect `/` to `home*` (Grid Composer + AI rail) for select cohorts while keeping `home.base` stable.

Rollout timeline

OffBetaOn

Cohorts

opsdemo

Dependencies

featureMatrix

Rollback: Flip `activeVariant` back to `home.base` in featureMatrix.layouts.

timelineParallax

Timeline Parallax/Badges

on

Enables the smoother carousel animation, textured rails, and Today badges on /timeline.

Rollout timeline

OffBetaOn

Cohorts

studentsmentors

Rollback: Disable `timeline.parallaxTexture` + `showDateBadge` in featureMatrix.

signalAiInsights

Signal AI Insights

beta

Inline assistant preview on `home*` + future signal detail pages; captures schema for upcoming Convex run.

Rollout timeline

OffBetaOn

Cohorts

mentorsops

Dependencies

featureMatrix

Rollback: Toggle `signals.aiAnalysis.enabled` off so UI hides the panel.

supabaseSnapshot

Supabase Phase0 Snapshot

on

Phase 0 data loads from Supabase + RLS policies instead of local seed only.

Rollout timeline

OffBetaOn

Cohorts

all

Rollback: Re-point provider to seed adapter and rerun `generate:phase0-seed`.