# Cloudflare Master Knowledge Base

This is the full-fidelity edition of the Cloudflare research project for Outsource Access. It combines the original long-form analysis, the interactive Cloudflare Expert Guide, the complete substantive conversation, the explanation of how the guide was designed, the research source catalog, and raw Markdown/JSON exports.

## What is included

- `index.html` — master home and global search
- `guide/` — the original condensed interactive dashboard
- `research/` — the full original 41-section report, categorized and searchable
- `conversation/` — chronological user and assistant archive
- `method/` — the full translation and design rationale
- `sources/` — source-link catalog extracted from the research
- `content/original-research.md` — original long-form report
- `content/full-conversation.md` — full chronological transcript
- `content/full-conversation.json` — machine-readable transcript
- `content/design-rationale.md` — design and translation explanation
- `content/user-prompts.md` — user prompts in one file
- `scripts/generate_site.py` — rebuilds the generated pages and global search index
- `wrangler.jsonc` — Cloudflare Workers Static Assets configuration

## Open it locally

The deployment version works from any normal web server:

```bash
npm run build
python3 -m http.server 8000 --directory dist
```

Open `http://localhost:8000`.

## Rebuild after editing content

The generated pages use Python 3, Mistune, and BeautifulSoup:

```bash
python3 -m pip install mistune beautifulsoup4
npm run content:build
```

Then run `npm run build` to create `dist/`.

## Deploy with Wrangler

```bash
npm install
npm run build
npx wrangler login
npm run deploy
```

For a temporary preview/claim workflow supported by recent Wrangler releases:

```bash
npm run deploy:temporary
```

## Preservation and freshness

The original research is preserved as delivered and labeled current through July 22, 2026. Cloudflare changes rapidly. Revalidate pricing, product availability, beta status, leadership, employee figures, stock data, compliance scope, contractual terms, and technical limits before making procurement, investment, legal, compliance, or production decisions.
