import { Link } from "react-router-dom"; export function DashboardPage() { return (

Foundation Status

Platform primitives are online.

Authentication, RBAC, runtime branding, attachment storage, Docker deployment, and a planning visualization wrapper are now structured for future domain expansion.

Manage company profile Open gantt preview

Roadmap

{[ "CRM reference entities are seeded and available via protected APIs.", "Company Settings drives runtime brand tokens and PDF identity.", "The next module phase can add BOMs, orders, and shipping documents without app-shell refactors.", ].map((item) => (
{item}
))}
); }