Paste, ship, done.
One script tag — that's the whole install. Hand the prompt to your AI agent, or paste it in yourself. Either way you're live in 30 seconds.
The prompt.
Once you sign up and add a site, we generate a public key for you. You'll paste a one-line prompt — with your key filled in — into your AI agent. Here's what it looks like:
Install HintDeck on this site. Follow https://hintdeck.com/AGENTS.md. My public key is hd_pk_REPLACE_WITH_YOURS.
Don't copy this one — it has a placeholder, not a real key. The real, copy-ready prompt waits for you in your dashboard.
Tested with:
Where the agent reads from.
Agents that follow the prompt fetch one of these files. They contain framework-specific guidance for Next.js, Astro, Remix, SvelteKit, Vite, and the no-code platforms (Squarespace, Webflow, Framer).
- /AGENTS.md— generic agent format
- /SKILL.md— Claude Code skill format
What the agent will do.
- Detect your framework from the project root.
- Insert one async script tag before the closing
</body>. - Use the right helper (
next/scriptfor Next.js, raw<script>elsewhere). - Tell you to deploy and head to app.hintdeck.com to author tooltips visually.
The agent will not write tooltip content into your codebase — that lives in the HintDeck dashboard, not in your repo. The runtime fetches your tooltips from the edge at page load.
Or install manually.
On a no-code platform? Pick yours below — paste the snippet into the right panel, save, publish. The whole thing takes under a minute.
<script async src="https://cdn.hintdeck.com/v1/hd.js" data-key="hd_pk_REPLACE_WITH_YOURS"></script>
After signing up and adding a site, your key replaces hd_pk_REPLACE_WITH_YOURS. Copy it from the dashboard and paste it where the sample shows.