Simple "Coming Soon" static site for fffred.info domain.
- Go to DigitalOcean Console → Networking → Domains
- Click "Add Domain"
- Enter:
fffred.info - DigitalOcean will create default DNS records
- Go to DigitalOcean Console → Apps
- Click "Create App"
- Choose "GitHub" as source (or upload files)
- Select this directory:
fffred-static/ - DigitalOcean will auto-detect it as a static site
- Name: fffred-static
- Region: Singapore (SGP1) - same as your droplet
- Plan: Free tier (Starter - $0/month for static sites)
After app is deployed:
- Go to Settings → Domains
- Add domain:
fffred.info - DigitalOcean will provide DNS records to add
In DigitalOcean DNS for fffred.info:
- Add CNAME record:
@→<your-app>.ondigitalocean.app - Add CNAME record:
www→<your-app>.ondigitalocean.app
DNS propagation can take up to 48 hours, but usually happens within 1-2 hours.
Open index.html in a browser to preview the site.
index.html- Single page static site with gradient background and "Coming Soon" message