aa3dd9f1fb3598bd67109ede40bea6f1db1c0259
Deploy arikigame.com / deploy (push) Successful in 21s
The site was loading Google Analytics 4 unconditionally with no consent gate — non-essential cookies set before consent (PECR reg. 6), and no privacy policy was published at all. - Add /privacy — full Privacy and Cookie Policy from tinqs/legal, styled with the site's existing design tokens, no tracking on the page - Gate GA4 behind opt-in consent (consent.js / consent.css); nothing loads until the visitor accepts, and declining clears any _ga cookies - Add Privacy Policy + Cookie Settings links to the footer, patched in the footer component so they survive React hydration - Cookie Settings reopens the banner so consent can be withdrawn as easily as it was given (UK GDPR Art. 7(3)) - Add /privacy to sitemap.xml Verified with Playwright: zero googletagmanager requests before consent, GA loads only after Accept, choice persists across reloads, withdrawal works, no horizontal scroll on mobile. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
arikigame.com — Ariki game marketing site
Player-facing marketing site for Ariki, the game we build with Tinqs Studio.
| URL | https://arikigame.com |
| Source | tinqs/ariki-website (transferred from ozan/ariki-website on 2026-06-13) |
| Deploy | Gitea Actions — .gitea/workflows/deploy.yml on push to main |
| Hosting | AWS S3 arikigame-com-website + CloudFront EDMY8TXLTDXLQ |
| Owner | Ozan (Ariki Dev) |
Layout
ariki-website/
├── public/ ← static files served at arikigame.com (today)
│ ├── index.html (landing page)
│ ├── team-tool.html (team-tool client)
│ ├── 404.html (not-found)
│ ├── _next/ (Next.js framework)
│ ├── img/ (game screenshots, art)
│ └── team-tool/ (team-tool sub-app)
├── .gitea/workflows/
│ └── deploy.yml (S3 sync + CloudFront invalidation)
└── README.md
Deploy
Push to main triggers .gitea/workflows/deploy.yml:
aws s3 sync public/ s3://arikigame-com-website/ --deleteaws cloudfront create-invalidation --distribution-id EDMY8TXLTDXLQ --paths "/*"
History
- 2026-06-13 — moved out of
tinqs/studio/web/arikigame/into its own repo (tinqs/ariki-websiteafter ownership transfer). Game marketing no longer lives in the studio/platform monorepo. - 2026-06-12 — last deploy from old location:
chore: editor re-import metadata, sim checkpoints/telemetry, mountain QA script(commit02ccbbf0a). - 2026-05-22 — old
tinqs/websiteNext.js company-landing app was deleted. Thetinqs.complatform marketing moved totinqs/studio/templates/home.tmpl(Go-served). Game marketing stays atarikigame.com(this site).
Future work
- Replace
public/with a live Next.js app (currently a static export). - Add a
web/Next.js source tree; the workflow shouldnext buildthen sync theout/to S3. - Brand refresh: Cannarin's generated images in
tinqs/design+ Özlem's rebranding (TBD).
Verify a deploy
# Pipeline run
tinqs api /repos/tinqs/ariki-website/actions/runs?limit=1
# Live content
curl -sI https://arikigame.com | head -3
PATH=/c/Program\ Files/Amazon/AWSCLIV2:$PATH aws s3 ls s3://arikigame-com-website/ | head
Description
arikigame.com - Ariki game marketing site (moved from tinqs/studio/web/arikigame/ on 2026-06-13)
Languages
HTML
95.5%
JavaScript
2.7%
CSS
1.8%