Internal operator setup
Deployment Command Center
Use this page to deploy the static leadership website and optionally enable the lightweight local brain. This is operator-facing setup guidance, not client-facing marketing copy.
Fast static deploy
- Extract ZIP.
- Confirm
index.html,local-brain.html,assets/,resumes/,docs/,data/, andbrain/. - Upload root folder to Netlify Drop, Cloudflare Pages, Vercel, or any static host.
- No build command. Publish directory is root.
Local testing
Serve the folder locally.
python3 -m http.server 5173
# open http://localhost:5173Optional Ollama
ollama pull llama3.2:3b
ollama serveThen use the endpoint tester on the Local Brain page.
