The Starter Kit currently surfaces profile-related buttons on theDocumentation Index
Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
/dashboard page, but they are intentionally disabled placeholders. This mirrors the status of the upstream user-app, where profile editing is slated for a future milestone.
- You can hook these actions into custom routes by reusing the JWT-backed fetch utilities already present in
lib/auth-server.ts. - Any new endpoints should follow the event-sourced command pattern in the backend so changes flow through aggregates and projectors.
- Documentation here will expand with concrete recipes as soon as the corresponding backend capabilities ship.

