Put the release calendar on your site

A free embeddable box of upcoming game releases for any website: one script tag, no account, no build step. It renders in an isolated shadow root, updates itself from the live calendar daily, and credits the data source with a single link.

The snippet

<script async src="https://gamescomingout.com/embed.js"></script>

With every option spelled out:

<script async src="https://gamescomingout.com/embed.js"
  data-platform="ps5"
  data-limit="8"
  data-theme="dark"></script>

Live preview

Common questions

How do I add the widget to my site?
Paste the script tag anywhere in the page body where the box should appear. It inserts itself directly after the tag. No account or key is needed.
What are the options?
Three optional attributes: data-platform ("ps5", "xbox", "switch", or "pc"; omit for all platforms), data-limit (1 to 20 releases, default 8), and data-theme ("dark", "light", or "auto" to follow the reader's system).
Will it clash with my site's styles?
No. The widget renders inside a shadow root, so its styles stay in and the host page's styles stay out.
What does it cost?
Nothing. The data comes from the same daily sync as the calendar. The credit link at the bottom of the box is the only condition.

See the full interactive calendar →