Files
blackroad-operating-system/apps/web/app/page.tsx
2025-11-21 00:18:26 -06:00

13 lines
303 B
TypeScript

export default function Page() {
return (
<div>
<h1>BlackRoad Operating System</h1>
<p>
A multi-service, agent-native OS for orchestrating AI, compute,
and compliance.
</p>
<p>Deployed on Railway. Fronted by Cloudflare. Driven by you.</p>
</div>
);
}