Mind Map Embed Widget
Embed a DeepThought mind map on any page, one line, no sign-in
Share an interactive DeepThought mind map by dropping it into any page. Add the one-line script, point data-slug at your map, and a responsive iframe renders right there, free, with no sign-in, no backend and no per-view charge. Only a valid map slug or a deepthought.me URL is ever framed, so it is safe to ship.
The slug from your map URL, e.g. deepthought.me/maps/your-map-slug/. Letters, numbers and hyphens only.
<script src="https://bootsignal.com/mindmap.js" defer></script> <div data-bootsignal-mindmap data-slug="2026-05-15-llm-agent-design-patterns"></div>
Free, no sign-in, no backend. The widget renders a responsive iframe of your DeepThought map; only a valid slug or a deepthought.me URL is ever framed.
FAQ
- Is the mind map embed free?
- Yes, it is a free embed of your own DeepThought map for sharing. No sign-in, no subscription, no per-view charge.
- How do I embed my map?
- Copy the two-line snippet, paste it where you want the map, and set data-slug to your map slug. The script renders a responsive iframe of /maps/<slug>/embed/.
- Can it frame any URL?
- No. Only a slug matching ^[a-z0-9-]+$ or an https deepthought.me URL is turned into an iframe src, so the widget cannot be pointed at an arbitrary site.
- How tall is the embed?
- It is a responsive 16:9 frame by default (with a sensible minimum height). Add data-height="600" for a fixed pixel height instead.