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

  1. Extract ZIP.
  2. Confirm index.html, local-brain.html, assets/, resumes/, docs/, data/, and brain/.
  3. Upload root folder to Netlify Drop, Cloudflare Pages, Vercel, or any static host.
  4. No build command. Publish directory is root.

Local testing

Serve the folder locally.

python3 -m http.server 5173
# open http://localhost:5173

Optional Ollama

ollama pull llama3.2:3b
ollama serve

Then use the endpoint tester on the Local Brain page.