Register your first game. It only takes a minute.
Drop your HTML5 game (.html or .zip bundle) to unlock the dashboard, endpoints, players, and payouts. We'll parse it, wire the social layer, and hand back a shareable URL.
Single .html file works for self-contained games. For multi-file games, zip a folder with an index.html at the root (or under src/). We auto-detect the entry.
Filename becomes your game title (Title Cased). Use hyphens or underscores between words; version tags like v1.4.2 are stripped.
Place a logo.jpg or logo.png at the bundle root. Square works best — we render it at 1x, 2x, and 3x for store listings.
Include a README.md or description.md. First non-heading paragraph becomes the library blurb on inzone.gg.
If your game has a backend (matchmaking, persistent state, multiplayer), paste its wss:// URL here. We'll pass it to your client iframe as?serverUrl=…so your client can dial in.
gs://inzone-html· direct Firebase Storage + Firestore writes (no backend in dev)