{post.title}
-{post.excerpt}
- {post.author} -diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index f126cf9427..bbfa271169 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -2,9 +2,9 @@ name: Build tinqs-git on: push: - branches: [tinqs/main] + branches: [main] pull_request: - branches: [tinqs/main] + branches: [main] jobs: build: diff --git a/.gitea/workflows/deploy-arikigame.yml b/.gitea/workflows/deploy-arikigame.yml new file mode 100644 index 0000000000..79c49a457f --- /dev/null +++ b/.gitea/workflows/deploy-arikigame.yml @@ -0,0 +1,34 @@ +name: Deploy arikigame.com + +on: + push: + branches: [main] + paths: + - 'web/arikigame/**' + - '.gitea/workflows/deploy-arikigame.yml' + +jobs: + deploy: + runs-on: host + steps: + - uses: actions/checkout@v4 + + - name: Deploy static site to S3 + CloudFront + env: + S3_BUCKET: arikigame.com + CF_DISTRIBUTION: EDMY8TXLTDXLQ + run: | + set -e + SRC="web/arikigame/public" + if [ ! -d "$SRC" ]; then + echo "Missing $SRC — nothing to deploy" + exit 1 + fi + echo "Syncing $SRC → s3://${S3_BUCKET}/" + aws s3 sync "$SRC" "s3://${S3_BUCKET}/" --delete \ + --cache-control "public, max-age=300" + echo "Invalidating CloudFront ${CF_DISTRIBUTION}..." + aws cloudfront create-invalidation \ + --distribution-id "${CF_DISTRIBUTION}" \ + --paths "/*" + echo "OK arikigame.com deployed from tinqs/studio/web/arikigame/public" diff --git a/templates/home.tmpl b/templates/home.tmpl index e7466490fb..90e94bc061 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -97,6 +97,11 @@ +
We build our own game on this platform.
+ Ariki — Polynesian survival colony sim → +We are onboarding studios one at a time. Tell us about your project.
diff --git a/web/arikigame/README.md b/web/arikigame/README.md new file mode 100644 index 0000000000..0aa19473f5 --- /dev/null +++ b/web/arikigame/README.md @@ -0,0 +1,29 @@ +# arikigame.com — Ariki game website + +Player-facing marketing site for **Ariki**, the game we build with Tinqs Studio. + +| | | +|---|---| +| **URL** | https://arikigame.com | +| **Source** | `tinqs/studio/web/arikigame/` (this folder) | +| **Deploy** | Gitea Actions — `.gitea/workflows/deploy-arikigame.yml` on push to `main` | + +## Layout + +``` +web/arikigame/ +├── public/ ← static files served at arikigame.com (today) +│ └── index.html +├── README.md +└── (future) Next.js app — replace `public/` when `ozan/arikigame` is merged here +``` + +## What was removed + +The old **tinqs-ltd/website** Next.js app lived at `web/landing/` before monorepo consolidation. That was the pre-Studio company site — deleted 22 May 2026. Platform marketing is **tinqs.com** (`templates/home.tmpl` in the Gitea fork). Game marketing is **arikigame.com** (this folder). + +## Deploy + +Push changes under `web/arikigame/` to `main`. CI syncs `public/` to S3 and invalidates CloudFront. + +Confirm bucket name in workflow env if deploy fails — see `deploy-arikigame.yml`. diff --git a/web/arikigame/public/index.html b/web/arikigame/public/index.html new file mode 100644 index 0000000000..e535de15d8 --- /dev/null +++ b/web/arikigame/public/index.html @@ -0,0 +1,67 @@ + + + + + +Polynesian survival colony sim — built with Tinqs Studio
++ Lead your people across the Pacific. Ceremony, mana, and colony life — in development at Tinqs. +
+ Wishlist on Steam + Built on Tinqs Studio ++ Made by Tinqs — we use our own platform to ship this game. +
+- AI tooling, game dev, and shipping fast with small teams. -
- -{post.excerpt}
- {post.author} -Rise from castaway to chieftain
- Early Access · Coming Soon -- Tinqs is a three-person indie team crafting Ariki — a survival - colony sim set in a Polynesian-inspired archipelago, where every island - hides spirits, resources, and stories waiting to be uncovered. -
- We’re Hiring → -- We’re looking for people who care about craft. If you want to help - build a world worth exploring, get in touch. -
- Apply Now - or email hello@tinqs.com -
- - Forage, hunt, and cook to keep your tribe alive. Every resource - matters on an uncharted island. -
-
- - Grow from a makeshift camp to a thriving colony. Hundreds of - villagers, working as one. -
-
- - Craft a canoe and voyage to new islands. Each one holds unique - spirits, dangers, and rewards. -
-
- - Terrace the hillsides. Cultivate rice paddies. Transform wild - jungle into a flourishing homeland — from Micronesian huts to - Balinese stone temples. -
-
- - Every island is a new frontier. Trek through palm forests, volcanic - ridges, and hidden valleys to discover resources and ancient shrines. -
-
- - You are the chief. Guide your tribe through storms, spirit - encounters, and the long voyage toward a place to call home. -
-- Voyaging cultures, living spirits, and an archipelago procedurally - different every time you land. Where the Pacific meets something - ancient. -
-
- Be first to know.
- -No spam. Only milestones.
-- Live transcription, dual-engine (Edge + ElevenLabs), speaker diarization, screenshots, team chat. -
-{`# PowerShell: remove Tailscale from PATH if added manually
-# Check your $PROFILE for any Tailscale lines:
-notepad $PROFILE`}
- - Open PowerShell and paste: -
-{`irm https://bot.arikigame.com/setup-windows.ps1 | iex`}
-
- {`winget install ffmpeg`}TinqsTeamTool.exetinqs-team-tool-yourname- Can{"'"}t access Git Studio? Ask Ozan or Jeremy for an invite. -
-{children};
- return (
-
- {children}
-
- );
-}
-function A({ href, children }: { href: string; children: React.ReactNode }) {
- return {children};
-}
-function Tr({ label, children }: { label: string; children: React.ReactNode }) {
- return (
-