Embed Nameryn on Your Site

Two of Nameryn's generators are also available as small, self-contained widgets you can drop into your own site with a single <iframe> — no account, no API key, no build step. Good for community sites, wikis, forums, and blogs that want a working name generator without building one.

License: free to embed on any site, for any purpose — just keep the "⚡ powered by Nameryn" link in the widget visible and pointing back to nameryn.com. That's the whole ask.

🎸 Band Name Generator widget

Same word bank as the full Band Name Generator, minus the in-page availability check (that makes an outbound network call, which this widget deliberately never does).

Copy-paste embed code

<iframe src="https://nameryn.com/embed/band/" title="Nameryn Band Name Generator" width="360" height="460" style="border:0;max-width:100%" loading="lazy" sandbox="allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox" allow="clipboard-write"></iframe>

🧙 Fantasy Name Generator widget

Same syllable engine as the full Fantasy Name Generator, with a style picker built in (Lyrical, Forest, Ancient, High-Fantasy, Dark).

Copy-paste embed code

<iframe src="https://nameryn.com/embed/fantasy/" title="Nameryn Fantasy Name Generator" width="360" height="460" style="border:0;max-width:100%" loading="lazy" sandbox="allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox" allow="clipboard-write"></iframe>

What's inside the widget

Each widget is one self-contained HTML file with its generator engine and word data inlined directly into it — nothing is fetched after the page loads, it sets no cookies, and it never reads or writes localStorage, so it behaves correctly even under a strict iframe sandbox. There's no "favorite" button and no in-page availability check inside the widget (both would need either storage or an outbound network call); for those, send visitors to the full generator page the widget links to.

The sandbox and allow="clipboard-write" attributes in the snippets above are optional but recommended: they let the widget's own "Copy" button work reliably while keeping it isolated from the rest of your page.

Embed FAQ

Is embedding Nameryn actually free?

Yes. No account, no API key, no usage limit, and no fee. The only condition is keeping the "powered by Nameryn" link in the widget visible and pointing back to nameryn.com.

Does the embed track my visitors or store their data?

No. The embed makes no network requests after it loads, sets no cookies, and doesn't read or write localStorage — it only runs the name generator in memory in the visitor's browser. It doesn't use Nameryn's own analytics either.

Can I change how the widget looks?

Not from the outside — the widget's HTML, CSS, and JavaScript are entirely self-contained inside the iframe for security and reliability, so a parent page can't restyle its internals. You can resize the iframe itself and control the space around it with your own page's CSS.

What happens if I remove the attribution link?

Nothing technical breaks, but it's outside the free license this widget is offered under. The attribution link is the only thing Nameryn asks for in exchange for a free, unlimited, no-account widget — please keep it.