▲ 2 r/Chatbots+2 crossposts

I built PageBot — add an AI chatbot to any website with one line of code (BYOK)

Hi All! I’m sure a lot of us have run into this problem where our site’s visitors have questions, and we can't be there 24/7 to answer them. Traditional chatbots need training data, conversation flows, maintenance...

So I built PageBot — paste one line of code, and you get a chatbot that reads your page and answers questions about it. Try it: pagebot.themenonlab.com (click the blue chat button)

<script src="https://pagebot.themenonlab.com/widget.js"></script>

That's literally it. No accounts, no configuration, no uploading documents.

How it works:
• When someone loads your page, PageBot extracts the content (headings, text, descriptions)
• Visitor asks a question → PageBot sends page content + question to your AI provider
• AI returns an answer grounded to what's actually on the page

Key insight: No hallucinations by design. The system prompt explicitly constrains the AI: "Answer only based on the provided page content. If the answer isn't there, say so."

Pricing (BYOK model):
• Demo: Free (10 chats, uses our API)
• Free tier: $0/mo — unlimited chats with YOUR API key, 1 website
• Pro: $19/mo — 5 websites, remove branding

Open to thoughts, comments, reports on bugs that need fixed and improvement requests!

reddit.com
u/the-ai-scientist — 5 hours ago