One deployable Cloudflare project

Every layer of the Cloudflare research, in one organized knowledge base.

This master edition combines the original 16,700-word analysis, the interactive dashboard you loved, the complete conversation, the explanation of how it was designed, raw exports, and the full source library.

16,734words in the original research
128Cloudflare capabilities in the interactive explorer
41numbered research chapters
260searchable knowledge-base records
What changed

The original ZIP was the dashboard source. This new ZIP is the complete master archive.

The earlier editable project contained the condensed interactive experience. It did not contain every paragraph of the long research response. This project deliberately keeps both forms side by side.

What the interactive guide is best at

Fast learning, visual exploration, architecture planning, pricing scenarios, customer examples, capability search, and mobile use.

  • 128 filterable capability cards
  • Charts, timelines, architecture builder, and calculators
  • Mobile-first progressive disclosure
  • Security checklist and implementation roadmap
Open interactive edition

What the full archive adds

Every original paragraph, every major caveat, the detailed pricing narrative, corporate nuance, the complete conversation, and raw downloadable source files.

  • Full 41-section report
  • Complete user-visible conversation
  • Design and translation explanation
  • Markdown and JSON exports
Open full archive
Global search

Search across the entire project.

Look for a Cloudflare product, company, pricing topic, security concept, application idea, conversation turn, source, or design decision.

Press / to search
Raw exports

The underlying content is yours, not locked inside the interface.

These files are included in both the deployable site and the editable source project.

Original researchFull long-form report in Markdown.Download .md
Complete conversationChronological user and assistant archive.Download .md
Structured conversationMachine-readable turns, roles, titles, and content.Download .json
Design rationaleComplete explanation of the translation process.Download .md
User promptsAll user requests extracted into one file.Download .md
Original interactive guidePortable single-file edition from the first project.Download .html
Deploy it

This entire knowledge base is a static Cloudflare project.

Upload the deployment ZIP through Cloudflare Pages Direct Upload, or deploy the editable source with Wrangler Static Assets. No database, server, or paid API is required for the knowledge base itself.

Fastest route: drag and drop

  1. Open Cloudflare’s Workers & Pages dashboard.
  2. Create an application and choose direct upload.
  3. Upload the deployment ZIP included with this delivery.
  4. Choose a project name and deploy.
Read exact instructions

Editable route: Wrangler

  1. Unzip the source package.
  2. Run npm install.
  3. Run npm run build.
  4. Run npx wrangler login and npm run deploy.
Read project documentation