InZoneInZone
First game · Welcome to InZone

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.

Drop your HTML5 game

.html · .zip bundle · up to 2GB
— or —
Single-file .htmlMulti-file .zip bundleAuto entry detect
What to include in your HTML5 bundle
01Entry point
/index.html

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.

02Title
your-game-name.zip

Filename becomes your game title (Title Cased). Use hyphens or underscores between words; version tags like v1.4.2 are stripped.

03Icon
/logo.{jpg,png}

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.

04Description
/README.md

Include a README.md or description.md. First non-heading paragraph becomes the library blurb on inzone.gg.

Multiplayer server · optionalLeave blank for single-player

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.

Wired to →gs://inzone-html· direct Firebase Storage + Firestore writes (no backend in dev)