‹ Back to Home Posting Guide

Posting Guide

What You Can Post

AIGameHub accepts single-file HTML games.

Allowed file types:

  • .html
  • .htm

Posting Requirements

Required

  • Exactly one HTML file
  • UTF-8
  • Maximum 5 MB

Prohibited

HTML containing the following cannot be posted.

  • External JavaScript
  • External CSS
  • External images
  • External audio
  • fetch / XMLHttpRequest / WebSocket
  • iframe
  • form
  • object / embed
  • Navigation to external sites

Using Images and Audio

Embed images and audio inside the HTML, such as with data: URLs.

AI-Generated Games Welcome

Games created with AI tools such as ChatGPT, Claude, Gemini, and Codex are welcome.

From Submission to Publication

Submitted HTML is published only if it passes the automated safety check.

HTML containing dangerous code or external communication will not be published.

Save Features

Due to sandbox restrictions, localStorage and Cookie may not be available.

A save-code system is recommended.

Responsive Design Recommended

Games are displayed inside an iframe.

For comfortable play on both phones and PCs, consider using:

  • width: 100vw
  • min-height: 100vh
  • media queries

Remixes and Derivatives

AIGameHub welcomes learning, modification, and derivative works.

Please respect the original work's terms, copyrights, and licenses.

Important Note

Submitted HTML is public and anyone can inspect its contents.

Do not embed secrets, API keys, or private information.