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 inventory Open gantt preview

Roadmap

{[ "CRM reference entities are seeded and available via protected APIs.", "Company Settings drives runtime brand tokens and PDF identity.", "Inventory item master and BOM records now have a dedicated protected module.", ].map((item) => (
{item}
))}
); }