Problem
The landing page at / describes the project in developer terms ("TypeScript client with full type safety", "auto-generated from the OpenAPI specification"). The intended audience is computational chemists using Alchemiscale, who likely just need to get to their dashboard.
Suggested fix
Either:
- Make
/dashboard the root route, or redirect / to /dashboard.
- Rework the landing page to show useful at-a-glance information (e.g., connection status, recent activity) rather than project metadata.
Problem
The landing page at
/describes the project in developer terms ("TypeScript client with full type safety", "auto-generated from the OpenAPI specification"). The intended audience is computational chemists using Alchemiscale, who likely just need to get to their dashboard.Suggested fix
Either:
/dashboardthe root route, or redirect/to/dashboard.