Games made with GPT-6 Astra: what's in this collection and how they were built

Published 2026-09-15 · updated as games are added

OpenAI released GPT-6 Astra on 3 September 2026. Among the things it does well is build a playable game from a prompt — the model writes the code, tests it, and, through ChatGPT Sites, publishes it to a public address. OpenAI's own write-up on building games with Astra shows three examples (Void Explorer, Sunwake and Hollowflux) and describes the workflow: describe the game, iterate, then ask for it to be deployed with public access.

The practical result is a wave of small browser games appearing on *.chatgpt.site addresses. They tend to share a shape: one HTML file, no external assets, playable offline once loaded, made by one person in a session or two. That shape is also what makes them fragile — free hosting goes over quota, authors move on, links die. This collection exists to keep the good ones reachable.

Which games here came from that pipeline

16 of the 53 games on the site were published through ChatGPT Sites:

We do not claim to know which model version produced each one; ChatGPT Sites predates Astra and hobbyists use whatever they have. What we can say is where each game is hosted and who published it, and every game page shows both.

The rest of the collection

The other games come from GitHub Pages, Netlify, Vercel, Cloudflare Workers and personal pages. They are here because they fit the same idea — free, self-contained, made by an individual. Two of them ship their source publicly, which is why we can mirror them in full.

How mirrors and credits work

Where a game is a self-contained file we keep an unmodified copy on this site so it keeps working if the original goes down. Games that need a server, or whose authors have not published a build, are embedded from the original. Every page links to the original address and shows the author's handle where the address makes it visible. Rights holders can have anything removed by emailing the address in the footer.

Adding games

New games are added as they appear. If you have made one with GPT-6 Astra or ChatGPT Sites and want it listed, send the public link via the contact page.