Skip to main content

Production Smoke — All Sites Up

non-critical   Property: ChurchWiseAI   Category: UI / Visual Tier: anonymous Persona: anonymous Touchpoint: all production URLs

Preconditions

  • Run against production URLs, not localhost

Steps

#ActionExpected Result
1Load https://churchwiseai.com200 OK, hero visible, no console errors
2Load https://sermonwise.ai200 OK, landing page renders
3Load https://sharewiseai.com200 OK, social landing renders (or correct coming-soon state)
4Load https://pewsearch.com200 OK, directory search renders
5Load https://illustratetheword.com200 OK, illustration browse renders
6Load churchwiseai.com/pricing200 OK, all pricing cards visible
7Load churchwiseai.com/chatbot200 OK, demo widget loads
8Check for any 5xx errors across all pagesZero 5xx responses

Known Failure Modes

  • Any site returning 5xx — deployment broken or env var missing
  • Pricing page blank — data fetch failing
  • Demo chatbot 500 — API route broken

References

Notes

Run this after every deployment. Fast (<60s). Should be the first check after any Vercel deploy. Does NOT test functionality — just that pages load.