Skip to main content

13 docs tagged with "vercel"

View all tags

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

Debug Chatbot Issues

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 Production

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 IllustrateTheWord to Production

Deploy sermon-illustrations to illustratetheword.com — pnpm build verification, merge to master, Vercel auto-deploy confirmation, and content smoke test

Deploy PewSearch to Production

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

Deployment Runbooks

Index of deployment runbooks — deploy all three web apps, deploy the voice agent, rollback a bad deploy, rotate env vars, and add new domains

Infrastructure Reference

Canonical reference for all hosting, domains, environment variables, cron jobs, DNS configuration, voice agent deployment, and monitoring across the ChurchWiseAI portfolio

Pre-Deployment Checklist

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

Rollback a Bad Deployment

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

Rotate an API Key / Environment Variable

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 Integration

Vercel hosting for all three Next.js codebases — project configuration, env var management (pipe pattern), cron jobs, CDN caching, and preview deploy workflow