Appearance
Features
Each feature lives in its access tier under src/tiers/[tier]/features/[name]/ and follows the standard feature directory structure. This index lists the major features; pages marked stub are scaffolds to be filled in using the feature template — see Contributing to these Docs.
Market data (users tier)
| Feature | Path | Docs |
|---|---|---|
| Market Mood | tiers/users/features/market-mood/ | Documented — canonical RPC exemplar |
| Index Radar | tiers/users/features/index-radar/ | stub |
| OI Pulse | src/components/oi-pulse/ | stub |
Edge Builder (users tier — feature group)
| Sub-feature | Path | Docs |
|---|---|---|
| Trade Planner | edge-builder/trade-planner/ | stub — see EF trade-planner-save |
| Psychology Builder | edge-builder/psychology-builder/ | stub |
| Risk Radar | edge-builder/risk-radar/ | stub |
| Session Review | edge-builder/session-review/ | stub |
| Habit Tracker | edge-builder/habit-tracker/ | stub |
| Trade Journal | edge-builder/trade-journal/ | stub |
FinFluencify (users tier)
| Feature | Path | Docs |
|---|---|---|
| FinFluencify | tiers/users/features/finfluencify/ | Documented |
Platform & identity
| Feature | Path | Docs |
|---|---|---|
| Onboarding | tiers/users/features/onboarding/ | stub |
| Profile / Settings | tiers/users/features/{profile,settings}/ | stub |
| Public identity (Link-in-Bio, profiles) | tiers/public/features/identity/ | stub |
To add or flesh out a feature page, copy
features/_templateand add it to the sidebar indocumentations/portal/docs/.vitepress/config.mjs.