Add Next.js frontends with health endpoints

This commit is contained in:
Alexa Amundson
2025-11-21 00:18:26 -06:00
parent 6722782f47
commit 5f958e3755
28 changed files with 397 additions and 0 deletions

11
apps/docs/app/page.tsx Normal file
View File

@@ -0,0 +1,11 @@
export default function Page() {
return (
<div>
<h2>BlackRoad OS Documentation</h2>
<p>
This site will contain architecture, API references, and
operator playbooks for the BlackRoad Operating System.
</p>
</div>
);
}