Hacker News new | ask | show | jobs
Show HN: Add a knowledge chat widget to your static site with one script tag (chat.juror8.ai)
1 points by shivaodin 105 days ago
I built a tool for static websites — blogs, docs, marketing pages — that lets visitors ask questions and get answers from your actual content.

You paste your URL, it crawls the pages, indexes them into a vector store, and hands you a script tag. The bot answers only from what's on your site and cites the specific pages it used.

Works well for content-heavy sites where people have questions but don't want to dig through navigation.

Stack: Rust on Cloudflare Workers, Vectorize, Cloudflare Queues.