Prepare
Use a hosted HTTPS game or a ZIP with index.html and all required HTML5 assets.
NoAdsGames is a free platform where any developer can share an HTML5 browser game, reach new players and grow a community. There are no publication fees and you keep ownership of your work.
Use a hosted HTTPS game or a ZIP with index.html and all required HTML5 assets.
Complete the short form below or integrate the same submission flow through our API.
We check ownership, safety, quality and browser compatibility before making the game public.
Your game receives a public, shareable and search-engine-friendly page on NoAdsGames.
You may include optional microtransactions, cosmetic purchases, subscriptions, donations, blockchain features or other transparent in-game monetization. Publishing on NoAdsGames remains free. Purchases must be clearly disclosed, lawful, secure and never deceptive or mandatory to access content advertised as free.
Send JSON for a hosted game, or multipart/form-data when attaching a ZIP and cover image. The endpoint returns HTTP 202 and a submission ID; publication is never automatic because every game is reviewed. The public API accepts up to five successful submissions per IP address per hour.
curl -X POST "https://noadsgames.org/api/publish-game.php" \
-H "Content-Type: application/json" \
-d '{
"title": "Neon Dungeon",
"developer_name": "Example Studio",
"email": "[email protected]",
"description": "A fast HTML5 roguelike built for desktop and mobile browsers.",
"instructions": "WASD to move; mouse to aim.",
"category": "Crypto",
"game_url": "https://example.com/neon-dungeon/",
"monetization": "Optional cosmetic microtransactions",
"rights_confirmed": true
}'
title, developer_name, email, description, categoryRequired text fieldsgame_url or game_packageHTTPS URL or ZIP file; one is requiredrights_confirmed=trueRequired rights confirmationthumbnail, instructions, monetizationOptional fieldsYes. NoAdsGames does not charge a submission or publication fee. You retain ownership of your game.
Yes. Optional in-game purchases, subscriptions, donations and crypto features are allowed when they are transparent, lawful and secure. Describe them in the monetization field during submission.
HTML5, JavaScript, WebGL, Canvas, Phaser, Construct, Godot Web and Unity WebGL games can be submitted when they run in a modern browser.
Hosted games update at your URL. For ZIP games, send a new submission and mention the existing title so we can review and replace the package.