Skip to content

Architecture

LayerWhatNotes
CMSWordPressHosted on a managed host (LiteSpeed web server)
Theme / builderDivi 5Pages built from HTML pasted into Divi Code Modules
CDN / DNSCloudflareDNS, CDN, and the Workers platform
ServerlessCloudflare WorkersThe rent-lookup tool backend
RepoArishawke/TILT_Website (GitHub)Content source + notes + this handbook

The repo is not auto-deployed. pages/ and global/ hold the HTML that gets pasted by hand into Divi Code Modules in WordPress admin. Editing a file in the repo does not change the live site until it is pasted in. This is the single most important operational fact about the website; the full process and its risks are in Deploy process.

The one exception is the rent-lookup Cloudflare Worker, which deploys separately via Wrangler and never touches Divi. See Rent Lookup worker.

PathWhat
pages/Per-page HTML (by section) pasted into Divi
global/Header, footer, shared sections, global CSS/JS
workers/rent-lookup/Cloudflare Worker for the rent tool
bot/Customer-bot system prompt + knowledge pack
notes/Working analysis, audits, handoffs, reference (lifecycle: current → archive)
docs-site/This handbook (Astro Starlight; private)
_archive/Old/deprecated modules
ads-reports/, screenshots/Data/snapshots (gitignored data)

WPForms (lead forms), Rank Math (SEO/schema/robots, serves /llms.txt), LiteSpeed Cache (caching, CSS/JS minification), Imagify (image optimization), Wordfence (security), and an e-commerce/payment path via Easy Digital Downloads.

tiltanalytics.com and www.tiltanalytics.com (primary). The rent worker is at a *.workers.dev subdomain. Contact email justin@tiltanalytics.com.