For Review — Not Yet Implemented
This is the proposed architecture. Nothing has been built. Review and approve before work begins.
Water of Life
Architecture Report — March 2026
Owner: Joseph M. Castillo • Domain: wateroflife.supply • Platform: Cloudflare Pages
Dedicated to Our Lady of the Miraculous Medal
Project Structure
a-d-d/inform/← intent: WHY
CLAUDE.md
share/← purpose: WHAT FOR
CLAUDE.md
target/cloudflare-pages/← target: WHERE
CLAUDE.md
board/
website.md ← kanban boarduser/
pantheon-0.md ← your preferences
Intent: inform
WHY
Get Joey's story and the life water formula in front of people who need it. No product to sell, no ideology to push. One man's experience, one formula, given away free.
Purpose: share
WHAT FOR
A public website that tells Joey's story and gives away the life water formula. No backend. No accounts. No commerce. Static HTML/CSS/JS on Cloudflare Pages.
Pages
Home — index.html
Hero section: "Stop Everything" — the hook
Before/after numbers: 235 lbs → 175 lbs, looked 65 → people say 20s
The moment: the decision
The formula at a glance (sodium, potassium, magnesium per liter)
Call to action: read the full story, get the formula
Medical disclaimer visible without scrolling
My Story — story.html
Full "Stop Everything" essay adapted for web
Sections: The Before, The Moment, Getting Serious, What Happened to My Body, The Numbers, What I Learned, The Truth Nobody Wants to Tell You
Timeline/phase table showing week-by-week changes
Closing: "Ang katawan mo ang manggagamot" — Your body is the healer
The Water — the-water.html
The formula: 1,000 mg sodium, 200 mg potassium, 60 mg magnesium per liter
Local: wrangler pages deploy — uses your wrangler login, no token needed
Deploy (later)
GitHub Actions automated deploy can be added when you want it — requires API token
Monitoring
Cloudflare dashboard + loads in browser = healthy
What You Need to Provide
One token to point your domain. The AI handles everything else.
Cloudflare API Token — Edit Zone DNS
What it is: An API token that lets the AI configure wateroflife.supply DNS records to point to your Cloudflare Pages site. Wrangler login handles deploys, but pointing the custom domain needs this token.
Permissions needed:Zone: DNS: Edit for wateroflife.supply (minimum scope).
Under Zone Resources, select Specific zone → wateroflife.supply
Click "Continue to summary" → "Create Token"
Copy the token — you'll only see it once
How the AI will use it: The AI will use this token to add DNS records pointing wateroflife.supply to the Cloudflare Pages project. One-time use during setup.
Wrangler Login (the AI handles this)
The AI will run wrangler login which opens your browser for one-time Cloudflare authorization. This handles all deploys — no token needed for that part.
What the AI Will Do
For visibility — these are tools and services the AI will install and configure:
Tools & Services
Action
Details
Create GitHub repo
joeycastilloUS/wateroflife.supply — private repo, main branch
Install wrangler
Cloudflare CLI for Pages deployment (npm install -g wrangler)
Wrangler login
Opens browser for Cloudflare auth — one-time
Create Cloudflare Pages project
wateroflife-supply via wrangler CLI
Configure custom domain
Point wateroflife.supply → Cloudflare Pages via wrangler
Build site
5 HTML pages + 1 CSS file + PDFs — vanilla, no build step
Deploy
wrangler pages deploy from your machine — site is live at wateroflife.supply