mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
13 lines
303 B
TypeScript
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>
|
|
);
|
|
}
|