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
- Word FinderType your letters, see every word you can make.
- Crossplay SolverEnter your board and rack, get every legal move ranked by score.
- Two-Letter WordsThe list that wins the most points per tile.
- Dictionary CheckerIs that word playable? Check it instantly.
- Tile ValuesWhat every letter is worth, sortable.
- Strategy GuideTen ideas that add points to every game.
Widget URL: https://tileplaycoach.com/embed/rack-solver