preview.dewwit.org

Marketing static site preview environment, hosted in dewwit-shared.

This is a placeholder served from S3 + CloudFront via the frontend-static-site Terraform module. The real marketing build sync happens via:

cd frontend
pnpm --filter @dewwit/marketing build  # with BUILD_STATIC=1
aws s3 sync apps/marketing/out/ s3://dewwit-985369018913-marketing-preview/ --delete --profile dewwit-shared-claude
aws cloudfront create-invalidation --distribution-id EXJZUJBWLT823 --paths '/*' --profile dewwit-shared-claude

Phase v1.01 H.3 — infra validated 2026-05-01.