Skip to main content

Production Smoke — All Three Sites Status Check

non-critical   Property: ChurchWiseAI   Category: UI / Visual Tier: all Persona: devops Touchpoint: production domains (all 3 properties)

Preconditions

  • Run after Vercel deployment
  • All 3 properties have live DNS

Steps

#ActionExpected Result
1Check churchwiseai.com homepageHTTP 200. Page fully loads in <5s. No 5xx errors in logs.
2Check pewsearch.com homepageHTTP 200. Church directory search loads.
3Check illustratetheword.com homepageHTTP 200. Illustration browse loads.
4Check sermonwise.ai subdomainHTTP 200. Sermon tools landing page loads.
5Check sharewiseai.com subdomainHTTP 200. Social media landing (Coming Soon) loads.
6Verify all static assets loadCSS, JS, images load from CDN. No 404s for critical assets.
7Check Vercel deployment statusLatest commit deployed. No build errors.
8Verify environment variables are setAPI keys, database credentials working (no 500 errors on API routes).

Known Failure Modes

  • Any site returns 5xx — deployment failed or env vars missing
  • Assets return 404 — build output incomplete
  • Vercel deployment shows error — build didn't complete
  • Sites unreachable — DNS or domain config issue

References

Notes

DevOps/infra sanity check run after every Vercel deployment. Tests all 3 properties (CWA, PewSearch, ITW) + 2 subdomains (SermonWise, ShareWiseAI). Quick (<60s) and should be the FIRST test after deploying. Failures indicate build error, missing env var, or deployment rollback needed. No functionality testing — just "is it up?"