- In your Appwrite console, go to your project
promptfusion1 - Navigate to Storage → Create a new bucket (name it
website) - Set bucket permissions to Public Read
- Upload these files from the
website/folder:index.htmlstyle.css
- Go to Settings → Domains
- Add custom domains:
promptsfusion.comthepromptfusion.compromptfusions.compromptfusionpro.depromptfusion.eu
For each domain, add these DNS records in your domain registrar:
Type: A
Host: @
Value: <Appwrite IP from console>
TTL: 3600
Type: A
Host: www
Value: <Appwrite IP from console>
TTL: 3600
OR use CNAME if Appwrite provides a hostname:
Type: CNAME
Host: @
Value: <Appwrite hostname from console>
TTL: 3600
If Appwrite doesn't support static hosting directly, deploy the website files to:
- Netlify (drag & drop the
website/folder) - Vercel (connect to GitHub repo)
- GitHub Pages (enable in repo settings)
Then point your domains to the hosting service's IP/CNAME.
After DNS propagation (can take up to 48 hours):
- Visit
promptsfusion.com - Verify website loads correctly
- Test all 5 domains point to the same site