Skip to content
TilePlayCoach

Embed the rack solver

A small, self-contained word finder you can drop into a blog post, a wiki or a forum sidebar. One iframe, no script tag, no API key, no cookies.

Live preview

Copy this

<iframe
  src="https://tileplaycoach.com/embed/rack-solver"
  title="Crossplay rack solver"
  width="400"
  height="520"
  loading="lazy"
  style="border:1px solid #ddd;border-radius:12px;max-width:100%"
></iframe>

What it does

The visitor types the letters on their rack; the widget returns every word those letters can spell, grouped by length and scored. Blanks are supported with ?. All the work happens in the visitor’s browser — the widget makes no requests back to us beyond loading itself.

Options

  • Height. 520px suits most layouts. Give it 640px if your column is narrow.
  • Width. Use 100% and let your own container size it.
  • Loading. Add loading="lazy" so it does not compete with your page’s first paint.

Terms, briefly

  • Free for any site, commercial or not.
  • Please keep the small link back to TilePlayCoach at the bottom of the widget.
  • No cookies are set and no analytics are collected from embedded instances.
  • Do not modify the iframe to remove attribution, and do not present it as your own product.

Need something the widget does not do — a full board, a specific word list, a different size? The underlying engine is open to work with; the pages linked below cover most of what people ask for.

Link to these instead

Widget URL: https://tileplaycoach.com/embed/rack-solver