Free and open publishing

Publish your browser game on NoAdsGames

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.

  • Free forever
  • ZIP or HTTPS URL
  • Optional microtransactions
  • Human review
1

Prepare

Use a hosted HTTPS game or a ZIP with index.html and all required HTML5 assets.

2

Send

Complete the short form below or integrate the same submission flow through our API.

3

Review

We check ownership, safety, quality and browser compatibility before making the game public.

4

Get discovered

Your game receives a public, shareable and search-engine-friendly page on NoAdsGames.

Your game, your business model

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.

Simple upload

Send us your browser game

or

Every game is reviewed before publication. Uploaded packages are stored privately and are never executed during submission.

Developer API

Automate game submission

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.

POST https://noadsgames.org/api/publish-game.php

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 fields
game_url or game_packageHTTPS URL or ZIP file; one is required
rights_confirmed=trueRequired rights confirmation
thumbnail, instructions, monetizationOptional fields

Browser game publishing FAQ

Is publishing really free?

Yes. NoAdsGames does not charge a submission or publication fee. You retain ownership of your game.

Can I add microtransactions?

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.

Which browser games are supported?

HTML5, JavaScript, WebGL, Canvas, Phaser, Construct, Godot Web and Unity WebGL games can be submitted when they run in a modern browser.

How do updates work?

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.