# AI Oasis — zeroasis.ai

Static site + internal docs for the AI Oasis / Zero platform. Pure HTML, no build step —
every page opens directly in a browser and Cloudflare Pages serves them as-is.

## What's here
- `index.html` — System Index hub (the front door; links to everything below)
- `AI Oasis Website.dc.html` / `AI Oasis Website.html` — public marketing site (source + self-contained bundle)
- `AI Oasis Platform.dc.html` — operator console
- `Zero Autonomy Grid.dc.html` — autonomy grid (L0–L4)
- `Zero Admin Login Manuscript.dc.html` — admin login + implementation manuscript
- `AI Oasis Business Proposal.dc.html` — business case  ⚠ confidential
- `Go-Live Runbook.dc.html` — deployment runbook  ⚠ confidential
- `Zero Deployment Structure.dc.html` — deployment architecture
- `Zero Mark.dc.html` — brand mark
- `support.js`, `doc-page.js`, `hex-bg.png` — runtime + assets (keep them next to the pages)

## Push to GitHub
```bash
git init
git add .
git commit -m "AI Oasis site + docs"
git branch -M main
git remote add origin https://github.com/<you>/ai-oasis.git
git push -u origin main
```
Or in one line with the GitHub CLI: `gh repo create ai-oasis --private --source=. --push`

## Deploy (Cloudflare Pages, Git-connected)
1. Push this folder to a **private** GitHub repo (above).
2. Cloudflare → Workers & Pages → Create → Pages → **Connect to Git** → pick this repo.
3. Build settings: Framework preset = **None**, Build command = _(empty)_, Output directory = `/`.
4. Deploy, then add the custom domain `zeroasis.ai`.

Every `git push` redeploys automatically.

## Confidential note
`Business Proposal` and `Go-Live Runbook` are marked Confidential. Keep the repo **private**,
and gate those pages with Cloudflare Access (or drop them from the public build) before you
share the live domain — Pages serves them publicly otherwise.
