Marketing Site Overview
The New Deliverance marketing site is live at nd.autonateai.com. Its local repo lives in ~/code/new-deliverance and is published from the AutoNateAI/new-deliverance GitHub repo.
It is a static-first Astro site. That means most updates are content, layout, styling, and link changes rather than database or server work.
Primary responsibilities
- Keep worship times, location details, giving links, livestream links, and contact paths accurate.
- Maintain landing pages for visitors, members, outreach, giving, and media.
- Keep the site fast, accessible, and clear on mobile.
- Route new feature requests into small reviewed changes.
Current stack
- Astro 5
- TypeScript
- GitHub Actions
- GitHub Pages
- Custom domain:
nd.autonateai.com
Main commands
Run these from ~/code/new-deliverance:
npm install
npm run dev
npm run build
npm run dev starts the local preview. npm run build checks and builds the production site.
When to update the marketing site
Update the marketing site when staff need to change:
- service times
- church address or contact information
- livestream or giving links
- ministry descriptions
- homepage messaging
- social links
- event or outreach content
If a change affects forms, member data, payments, or private workflows, treat it as an internal tool request instead of a simple marketing site update.