Add a New Domain or Subdomain
Add a new domain or subdomain to the portfolio — Porkbun DNS record creation, Vercel domain assignment, and middleware hostname rewrite setup for new brand domains
Add a new domain or subdomain to the portfolio — Porkbun DNS record creation, Vercel domain assignment, and middleware hostname rewrite setup for new brand domains
Bot protection strategy for all public-facing forms. Primary is Vercel's built-in Bot Protection (Firewall). Cloudflare Turnstile is retained as a backup/supplemental layer. Turnstile files not yet built in codebase.
Diagnose chatbot problems — wrong responses, tools not saving, widget not loading, LLM errors — using Vercel logs, Supabase queries, and the RAG debug flow
Deploy churchwiseai-web to churchwiseai.com (also serves sermonwise.ai and sharewiseai.com) — build verification, merge to main, confirm Vercel deploy, and smoke-test checklist
Deploy sermon-illustrations to illustratetheword.com — pnpm build verification, merge to master, Vercel auto-deploy confirmation, and content smoke test
Deploy pewsearch/web to pewsearch.com — pnpm build, merge to master, Vercel auto-deploy confirmation, and directory smoke test covering search, church detail, and admin pages
Index of deployment runbooks — deploy all three web apps, deploy the voice agent, rollback a bad deploy, rotate env vars, and add new domains
Canonical reference for all hosting, domains, environment variables, cron jobs, DNS configuration, voice agent deployment, and monitoring across the ChurchWiseAI portfolio
Every item an agent must verify before merging to a deploy branch — build passes, env vars set, QA checklist complete, no hardcoded test data, and marketing copy verified
Revert a broken production deployment via Vercel instant rollback or git revert — covers all three web apps and the voice agent, with incident communication steps
Safely rotate a compromised or expiring API key across Vercel env vars, voice agent WSL config, and any downstream services — with zero-downtime swap procedure
Vercel hosting for all three Next.js codebases — project configuration, env var management (pipe pattern), cron jobs, CDN caching, and preview deploy workflow
Context