Create and interact with AI companions and virtual characters using GPT-4o on Chub AI's platform.
TeklTalk
About TeklTalk
TeklTalk is an AI chatbot designed to answer questions about a website using only the content published on that site. It reads every page listed in a provided sitemap, including JavaScript-rendered pages, and indexes the text for retrieval. Visitors can ask questions in natural language, and the chatbot responds with answers sourced directly from the indexed pages, each accompanied by a link to the original source for verification. The tool is installed via a single script tag added to a website’s HTML, which loads an iframe-based widget that avoids style conflicts. The chatbot can be customized with the site’s branding, including name, color, and launcher icon, and it includes a fallback message for off-topic questions rather than generating unsupported answers. Conversations are stored per visitor, allowing site owners to review common questions and improve content based on user interactions.
Key features
- Trained on a website’s sitemap or selected pages
- Answers cite sources with direct links to original pages
- Customizable name, color, and launcher icon
- Fallback message for unanswerable questions
- Conversation history per visitor
- Supports multilingual queries
- Real-time indexing updates via dashboard
- Unbadged widget on all paid plans
Use cases
- Customer support for documentation or help centers
- Answering FAQs on marketing or storefront sites
- Internal knowledge base chatbot for organizations
Pros
- Answers are sourced directly from the website’s own pages
- No prompt engineering or manual training data required
- Supports JavaScript-rendered pages and sitemap indexes
- Customizable branding and fallback responses for off-topic questions
- Conversation history available for review
Cons
- No free tier beyond initial trial
- Requires sitemap or list of pages to function
- Limited to one-line script installation, no API or plugin options
Frequently asked questions about TeklTalk
What kind of websites work with TeklTalk?
TeklTalk supports any website with public HTML pages, including marketing sites, documentation centers, help centers, and storefronts. It also handles client-rendered pages by using a real browser to fetch content when necessary.
How fresh are the answers provided by TeklTalk?
The freshness of answers depends on the last crawl. Users can re-crawl a single page or the entire project at any time through the dashboard, and the index updates automatically in the background.
What happens if TeklTalk doesn't know the answer to a question?
If the best matching content scores below the set similarity threshold, the model is not called, and the visitor receives a predefined fallback message instead of an unsupported or hallucinated answer.
Is my website's content isolated from other TeklTalk users?
Yes, every query is scoped to the specific project in the database, and ownership is verified with each request rather than relying on client-side trust.
Which languages does TeklTalk support?
The scraped content does not specify supported languages; users should refer to the official documentation or contact support for language compatibility details.
How do I install TeklTalk on my website?
Installation requires adding a single script tag to your website's HTML, typically before the closing body tag. No additional packages, frameworks, or build steps are needed.