mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 03:57:13 -05:00
Add Next.js frontends with health endpoints
This commit is contained in:
12
apps/web/app/page.tsx
Normal file
12
apps/web/app/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user