Settings
Manage your profile, appearance, and notifications for this workspace.
How you appear to your team

@ren
Change your display name to see a new avatar preview.
Choose what reaches your inbox
Mentions
When someone @mentions you in a comment.
Assignments
When a task is assigned to you.
Due soon
A reminder the day before a task is due.
Weekly digest
A Monday summary of your workspace.
Dark or light — your call
Reset the seeded workspace
Your changes (drag-drop, edits, comments) persist in this browser via localStorage. Reset to restore the original seeded board, sprints and inbox.
This is a front-end demo. Tasks, members and sprints come from a typed, seeded in-memory store (src/data/seed.ts). Swap the seed for your API responses — or hydrate the Zustand store from server data — and every view, the board DnD, charts and command palette keep working unchanged. The data seam is documented in the README.