Part 3
The dashboard
Finding your projects and navigating the dashboard.
# Part 3 — First look at the dashboard After sign‑in, you land at **`/dashboard`**. The page has three regions: ``` +--- Header ------------------------------------------------+ | Roots We Planted [Lang] [Profile menu] [Sign out] | +-----------------------------------------------------------+ | | | Your projects [+ New project] | | A short subtitle explaining what a project is. | | | | +-------------+ +-------------+ +-------------+ | | | Project A | | Project B | | Project C | | | +-------------+ +-------------+ +-------------+ | | | +-----------------------------------------------------------+ ``` The header shows: - **Brand mark** (left) — clicking it brings you back to the dashboard - **Language switcher** — toggle EN ⇄ FR at any time - **Profile menu** with **Billing**, **Settings**, **Sign out** The body shows every project you own. Each tile shows the project name, the family name, the current pipeline phase (Intake → Research → Story → Media → Delivery), and a "last activity" date. Click any tile to open the project's detail page. Click **+ New project** in the top‑right to start the intake wizard. ---