Skip to content

Static Hosting Deployment — GitHub Pages / Netlify / Vercel #3

@GareBear99

Description

@GareBear99

Overview

Deploy the platform to a static hosting provider so it's accessible via a public URL.

Options to Evaluate

  1. GitHub Pages — free, automatic from repo, custom domain support
  2. Netlify — free tier, automatic deploys, form handling
  3. Vercel — free tier, fast CDN, preview deployments
  4. 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

  • Site accessible via public URL
  • Auto-deploys on push to main
  • Custom domain configured with SSL
  • Page load time under 3s on 3G

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions