.tt-back-home { position: fixed; top: 6px; left: 6px; z-index: 99999; background: rgba(15,23,42,0.85); backdrop-filter: blur(8px); color: #64748b; text-decoration: none; font-size: 11px; font-family: system-ui, -apple-system, sans-serif; padding: 4px 10px; border-radius: 6px; border: 1px solid rgba(51,65,85,0.6); transition: all 0.15s ease; letter-spacing: 0.2px; } .tt-back-home:hover { color: #e2e8f0; border-color: #3b82f6; background: rgba(30,41,59,0.9); }
๐ Dashboard HubComplete reference for Nikka Khan: domains, skills, tools, analysis frameworks, deployment workflows, and dashboards
?_cb=1 query param. To force-purge: Cloudflare Dashboard โ Caching โ Purge Everything.property-data.json)This Hermes Agent skill contains the complete property operations framework. Located at:
Scans 30+ property strategy lists (unmodernised, repossessed, auction, chain-free, HMO, etc.) and scores each property for BRRR/BTL/Flip with area-level market data.
~/property-search-engine/PROPERTYDATA_API_KEY).thetanoli.com/property-search/ and feeds the property dashboard.
Core strategies:
See full list in the Worker source at PROPERTY_LISTS constant (src/worker.js line 307-337)
thetanoli.com/dashboards/property-dashboard.html
100% client-side HTML. Loads all content from property-data.json (same directory). Update the JSON โ dashboard auto-refreshes.
{
"updated_at": "June 1, 2026 23:00",
"agent": "nikka-khan",
"deals": [
{
"title": "3-Bed Semi, DY1",
"location": "DY1, Dudley, West Midlands",
"strategy": "BRRR",
"score": 30,
"verdict": "buy", // "buy" | "investigate" | "pass"
"price": 150000,
"yield": 6.2,
"roi": 18.5,
"monthly_cashflow": 320,
"notes": "Strong BRRR candidate...",
"added_at": "June 1"
}
],
"areas": [
{ "postcode", "region", "avg_price",
"yield", "avg_rent", "crime",
"transport", "demand" }
],
"intel": [
{ "date", "title", "summary" }
],
"leads": [
{ "source", "ref/address", "type",
"price", "status", "added_at" }
],
"reports": [
{ "title", "category", "date",
"summary", "url" }
]
}
property-data.json with latest deals/areas/intel/leadsSingle-page web app that evaluates UK property deals instantly via Claude + web search for live comparable data.
See references/propiq-analyser.md for full competitive positioning (vs Rightmove, Zoopla, WhichProperty) and deployment guide.
Full JS logic + UI pattern + HowTo schema in references/sdlt-calculator-reference.md. โ ๏ธ Rates change with each UK Budget โ verify at gov.uk/stamp-duty-land-tax before reusing.
curl -sI "https://domain.com/page?_cb=1"curl -X POST "https://api.cloudflare.com/client/v4/zones/{ZONE_ID}/purge_cache" -H "Authorization: Bearer {TOKEN}" -d '{"purge_everything":true}'domain.com/
โโโ index.html # Homepage โ hero, tool cards, lead capture, FAQ schema
โโโ calculators/
โ โโโ brrr.html # BRRR calculator w/ HowTo schema
โ โโโ rental-yield.html # Rental yield calculator w/ HowTo schema
โ โโโ deal-analyser.html
โโโ guides/ # Area guides, strategy articles
โโโ blog/
โ โโโ index.html # Blog listing (or root /blog.html)
โ โโโ post-*.html # {slug}.html
โโโ assets/
โ โโโ logo.svg | favicon.svg | og-image.svg
โโโ post.json # Blog post index (append-only)
โโโ sitemap.xml
โโโ robots.txt
/brrr-calculator, /#yield-calcreferences/portal-extraction-workarounds.mdproperty-data.json with deals, area research, market intel, and leads. Push to the repo โ Wadda picks it up at 7am.?_cb=1. The edge cache will show stale content for 2 hours otherwise.needsReply flag.