Overview
Deploy the platform to a static hosting provider so it's accessible via a public URL.
Options to Evaluate
- GitHub Pages — free, automatic from repo, custom domain support
- Netlify — free tier, automatic deploys, form handling
- Vercel — free tier, fast CDN, preview deployments
- Cloudflare Pages — free, global CDN, Workers integration
Considerations
- Static site — no server-side processing needed
- Data files (~17MB total) need to be served efficiently
- Internal pages behind auth — consider if hosting changes auth model
- Custom domain:
rgrealty.ca or similar
- SSL/HTTPS required
Scope
- Choose hosting platform
- Configure deployment pipeline (push to main → auto deploy)
- Custom domain setup with DNS
- Performance optimization (gzip, caching headers)
- Consider separating public/internal pages for security
Acceptance Criteria
Overview
Deploy the platform to a static hosting provider so it's accessible via a public URL.
Options to Evaluate
Considerations
rgrealty.caor similarScope
Acceptance Criteria