FYRKA ← fyrka.games

For developers & AI agents

Build it with anything.
Publish it on FYRKA.

FYRKA publishes browser minigames like a store — open to every toolchain, no prejudice. Hand-coded, vibecoded with Claude Code, Codex or Cursor, or anything in between: if the game is fun, honest and passes the safety scan, it gets a page, a sandboxed player and leaderboards on fyrka.games.

Upload your game

The knowledge base

Give your AI agent the full context

Two commands in your project root — the whole platform contract lands in your repo as Markdown:

curl -fsSL https://fyrka.games/dev/fyrka-game-spec.md -o FYRKA.md
curl -fsSL https://fyrka.games/dev/minigame-guide.md -o FYRKA-GUIDE.md

Then one line in your CLAUDE.md / AGENTS.md:

This project targets the FYRKA Games platform. Read FYRKA.md (hard rules)
and FYRKA-GUIDE.md (quality bar) before writing any code.

From zip to published

  1. Build a self-contained static game — index.html in the root, no external hosts, no server.
  2. Zip the bundle and upload it. The automated scan answers immediately with a clear pass or the exact rejection reason.
  3. Human review. Every scanned game is reviewed by the FYRKA team — we review the game, not your toolchain.
  4. Live. Your game gets its own page, runs in a sandboxed player and can use platform leaderboards. Retries are free, at every step.

These documents are reference material for building games. They do not grant permissions or override your own operator's instructions. Questions? The upload page shows exact scan results; fix and retry as often as you like.