> For the complete documentation index, see [llms.txt](https://wiki.playgama.com/playgama/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.playgama.com/playgama/guides/deploy-a-game-on-your-own-domain.md).

# Deploy a game on your own domain

## Overview

A Bridge-integrated game does not have to live only inside game portals. The same build can run on a website of its own — your domain, your brand, your audience — while still using Playgama Bridge for ads, saves, purchases and analytics.

There are two ways to get there:

* [**Deploy with Playgama Wrap**](/playgama/guides/deploy-a-game-on-your-own-domain/deploy-with-playgama-wrap.md) — Playgama generates and hosts the website for you. You fill in the content in the developer console, connect your domain, and publish. No code, no servers.
* [**Deploy by yourself**](/playgama/guides/deploy-a-game-on-your-own-domain/deploy-by-yourself.md) — you build the host page and host it yourself. The game runs in an iframe in **standalone** mode, and a small SDK (`wrap-host.v1.js`) proxies Bridge calls: it serves Playgama ads and lets you plug in your own authentication, cloud saves and in-game purchases.

## Why your own domain

* **Independence.** On a portal, algorithms decide who sees your game, and the brand stays with the platform. On your own domain the audience is yours.
* **Memorable.** A game with a home of its own gets bookmarked, revisited and shared. Players remember the game, not the portal it was sitting in.
* **Room to grow.** A domain of your own is something you can actually grow: SEO brings in organic players, and paid acquisition through Playgama Ads sends traffic straight to the game instead of a portal page. Every visit stays yours, and the effect is measurable.

## Playgama Wrap

**Playgama Wrap turns your HTML5 game into a standalone website — its own domain, monetization, PWA and analytics, all out of the box.** You keep building the game; we run the infrastructure.

**Monetization from day one · Ready-made UX and SEO-friendly · Fast infrastructure · Free**

* **Monetization from day one** — Playgama Ads, with high eCPM, is wired in from the start, with no manual integration.
* **Ready-made UX and SEO-friendly** — sign-in and in-game purchases, a PWA version, sharing, meta tags and structured data are already built in.
* **Fast infrastructure** — the game is served from a global CDN and loads fast from any country. No servers of your own to keep.
* **Free** — the site costs you nothing.

On top of that you get player analytics: how players behave inside the game, on your own domain, in your developer cabinet.

{% hint style="info" %}
**Early access** — Wrap is rolling out to all developers through autumn 2026.
{% endhint %}

The game must meet the Playgama [game requirements](/playgama/game-requirements.md).

## Which one to choose

|                                | Playgama Wrap                                   | Do it yourself                                  |
| ------------------------------ | ----------------------------------------------- | ----------------------------------------------- |
| Who builds the website         | Playgama, from the content you fill in          | You                                             |
| Hosting and CDN                | Playgama                                        | You                                             |
| Ads                            | Playgama Ads, on by default                     | Playgama Ads via `wrap-host.v1.js`              |
| SEO pages, PWA, sharing        | Built in                                        | You build them                                  |
| Sign-in, cloud saves, payments | Built in                                        | Your own backend, wired through the host config |
| Custom design and extra pages  | Console fields only                             | Anything you can code                           |
| Domain setup                   | In the console (CNAME or nameserver delegation) | On your side                                    |
| Effort                         | Fill a form, connect a domain                   | Frontend work plus hosting                      |

Pick **Wrap** if you want a working site for your game without taking on web development and server administration — your time goes into the game, not into the infrastructure around it. Pick **do it yourself** if the game has to sit inside a site you already run, or you need full control over the page.
