Saught AI

A little widget that connects your page, your users, and their favorite agent.

How to add it

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 →

Why not a chatbot?

Because it's free.

Contextual

Automatically includes what the user is reading and any text they select

Familiar

Opens in the user's preferred AI service with full context

Zero complexity

No servers, no tracking, no database - just a simple redirect

Customize It

Set a default AI service:

<script 
  src="https://saught.ai/v0.js"
  data-default-ai="claude"
></script>

Options: chatgpt, claude, perplexity, copilot, grok

Custom placeholder:

<script 
  src="https://saught.ai/v0.js"
  data-placeholder="Ask about our docs..."
></script>

Custom prompt template:

<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}

Version pinning:

<!-- 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.