--- type: client name: azcomputerguru.com display_name: ACG Website (azcomputerguru.com) last_compiled: 2026-05-24 compiled_by: DESKTOP-0O8A1RL/claude-main sources: - clients/azcomputerguru.com/session-logs/2026-05-22-session.md --- # ACG Website (azcomputerguru.com) > This article covers the public-facing azcomputerguru.com website only. For ACG's internal infrastructure (Neptune Exchange, Gitea, Jupiter, etc.), see [[internal-infrastructure]]. ## Overview The azcomputerguru.com website is Arizona Computer Guru's own public marketing site. As of 2026-05-22, it is being redesigned as a static Astro site with a custom design system, replacing the previous live site. The prototype is under active development in the `clients/azcomputerguru.com/` directory of the ClaudeTools repo. - **Status:** Prototype in progress. Not yet deployed to production. - **Billing model:** Internal / owner project — no client billing. - **Contract status:** N/A (ACG's own site). ## Contacts *(not documented)* — ACG internal project; no external client contacts. ## Infrastructure ### Production Hosting - **Host:** IX Web Hosting (cPanel) - **Deploy path:** `/public_html/` - **Deployment method:** Manual file upload (no CI/CD configured as of last session) - **URL:** https://azcomputerguru.com ### Local Development - **Build tool:** Astro (`npm run build`) - **Build output:** `dist/` - **Preview server:** `npx astro preview --port 4325` → `http://localhost:4325/` - **Build location:** `D:/claudetools/clients/azcomputerguru.com/` - **Config file:** `clients/azcomputerguru.com/astro.config.mjs` - `site: 'https://azcomputerguru.com'` - `compressHTML: true` ## Network *(not documented)* — Static hosted site; no proprietary network infrastructure. ## Cloud / M365 *(not documented)* — Website project only; M365/cloud tenant info belongs in [[internal-infrastructure]]. ## GuruRMM *(not documented)* — No GuruRMM agents are associated with website hosting. ## Active Projects / Open Items ### Prototype Redesign (Astro) Main deliverable file: `clients/azcomputerguru.com/src/pages/index.astro` Current design score: **33/40** (up from 21/40 on original live site) Score progression: - `2026-05-22T15-08-23Z` — original live site critique: 21/40 - `2026-05-22T15-53-21Z` — after initial craft + harden pass: 31/40 - `2026-05-22T17-03-45Z` — after all P1+P2 fixes: 33/40 Critique snapshots stored in `.impeccable/critique/`. ### Open P2 Items (from last session) - **Form error states:** CTA form uses browser-native `required` validation only. No styled error feedback. Fix: ~15 lines of inline `