This is the official website for Brison Culpepper's Moving & Junk Removal, a local moving and junk removal service based in Alpharetta, GA. The site is designed for speed, SEO, and seamless customer communication — including integration with a custom AI chatbot powered by n8n.
- Responsive Next.js site – optimized for desktop & mobile
- Service listings – moving, junk removal, and specialty jobs
- Contact & booking form integrated with the chatbot
- AI-powered intake assistant via n8n
- Google Calendar integration – auto-suggests available slots
- Google Sheets CRM – logs all inbound leads, even incomplete
- Hosted on Vercel with custom domain
- Secure with Cloudflare for DNS + HTTPS
- Frontend: Next.js
- Styling: TailwindCSS
- Backend Automations: n8n (self-hosted on Google Cloud Run)
- Database: Neon Postgres (serverless, pooled)
- Hosting: Vercel (frontend), Google Cloud Run (n8n)
- Integrations: Google Calendar, Google Sheets
- Domain & SSL: Cloudflare
Requirements:
- Node.js
- npm / bun / pnpm / yarn
- Environment variables (see
.env.local.example)
Clone the repo:
git clone https://github.com/brisonsmoving/brisonsmoving.com.git
cd brisonsmoving.comInstall dependencies:
npm installRun the development server:
npm run devThe site will be available at http://localhost:3000
This repo is connected to Vercel under Brison’s account.
When changes are pushed to the main branch, Vercel will automatically rebuild and deploy.
To deploy manually:
vercel --prod- n8n Automation Backend
Hosted at:
https://n8n.brisonsmoving.comHandles lead intake, quoting, Google Sheets logging, and Google Calendar scheduling.
- Content edits (services, prices, about page) can be done via direct file changes or CMS (if integrated later).
- Keep dependencies updated with
npm updateevery few months. - For DNS or domain settings, manage via Cloudflare.
- For automation workflows, update via the n8n dashboard.
- All secrets and accounts are stored in Bitwarden.
Developed and maintained by Muhammad Saad / CodeBedouin. For inquiries or support, contact saad@codebedouin.dev.