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
Index of runbooks for Claude Code agents — task startup, git safety, knowledge maintenance, QA, deployment checklist, feature registry, and decision logging
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
Deploy updated voice agent code via Railway (git push auto-deploys); LiveKit Cloud connects automatically via the agent worker WebSocket — no manual reconnect step needed
Full deploy cycle for voice agent code — branch, implement, test locally, push to Railway via git; LiveKit Cloud connects automatically, no manual reconnect step needed
Index of deployment runbooks — deploy all three web apps, deploy the voice agent, rollback a bad deploy, rotate env vars, and add new domains
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
High-level overview of the three active codebases (churchwiseai-web, pewsearch, sermon-illustrations), how they connect, and the shared infrastructure they run on
Vercel hosting for all three Next.js codebases — project configuration, env var management (pipe pattern), cron jobs, CDN caching, and preview deploy workflow