A little widget that connects your page, your users, and their favorite agent.
Works anywhere - WordPress, React, Vue, plain HTML, whatever
<!-- Latest version (recommended) -->
<script async src="https://saught.ai/v0.js"></script>
<!-- Or pin to specific version -->
<script async src="https://saught.ai/v0.6.0.js"></script>
💡 Use v0.js
for latest updates, or pin to v0.6.0.js
for stability
See the "Ask AI" button in the bottom-right? Click it and ask about anything on this page. More examples →
Because it's free.
Automatically includes what the user is reading and any text they select
Opens in the user's preferred AI service with full context
No servers, no tracking, no database - just a simple redirect
<script
src="https://saught.ai/v0.js"
data-default-ai="claude"
></script>
Options: chatgpt, claude, perplexity, copilot, grok
<script
src="https://saught.ai/v0.js"
data-placeholder="Ask about our docs..."
></script>
<script
src="https://saught.ai/v0.js"
data-agent-prompt="You're helping someone on ${webpage_url}. They selected: ${text_selection_context}. Question: ${question}"
></script>
Variables: ${webpage_url}
, ${question}
, ${text_selection_context}
<!-- Always get latest updates -->
<script src="https://saught.ai/v0.js"></script>
<!-- Pin to specific version for stability -->
<script src="https://saught.ai/v0.6.0.js"></script>
Use v0.js
for automatic updates, or pin to a specific version like v0.6.0.js
for production stability.