Monorepo for SkinVault app-related static sites deployed on Cloudflare Pages.
- skinvault.linked.skin - Marketing and landing page for SkinVault app
- privacy.linked.skin - Privacy Policy
- support.linked.skin - Support and FAQ
- tos.linked.skin - Terms of Service
Each site is deployed as a separate Cloudflare Pages project from this monorepo.
Each project should be configured with:
- Build command:
echo "Static site - no build needed" - Build output directory:
<site-directory>(e.g.,skinvault.linked.skin) - Root directory:
<site-directory> - Build watch paths:
<site-directory>/**
nsfw_static_pages/
├── skinvault.linked.skin/
├── privacy.linked.skin/
├── support.linked.skin/
└── tos.linked.skin/
Note: The NSFW Detection API service is NOT in this repo. It's a FastAPI service running on:
- Domain: linked.skin
- Location: app-server (Cloudflare Tunnel)
- Repository: nsfw_detect_api
All domains managed via Cloudflare DNS and deployed via Cloudflare Pages.