AI-powered chat widget that answers questions using your uploaded documents. Upload PDFs, Word docs, spreadsheets and JSON files — the widget finds relevant information using RAG and responds in plain language.
- Download the latest release or clone this repo
- Open
tool.htmlin any modern browser - Start using it — data saves automatically (requires EventHive hosting for full cloud sync)
- Clone this repo
- Run
./standalone/setup.sh(Mac/Linux) orstandalone\setup.bat(Windows) - Open
http://localhost:8080 - Data saves to
standalone/data/on your machine
This tool is available on EventHive — the free platform for event professionals. On EventHive, your data syncs across devices, integrates with your other tools, and includes AI assistance from Erleah.
AI features in this tool are optional. They require an API key (OpenAI, Anthropic, or compatible). All core functionality works without AI.
- Upload PDF, Word, Excel, and JSON documents
- RAG (Retrieval-Augmented Generation) pipeline
- OpenAI-compatible embeddings (OpenAI or local Ollama)
- Streaming chat responses
- Suggested questions generated from each document
- Document management admin interface
- Embeddable widget for any webpage
- Docker self-hosted version with full source code
This tool was built using AI-assisted development ("vibe coding"). To customise it for your needs:
- Fork this repo (click the Fork button above)
- Clone your fork locally
- Read the AI Coding Docs — our methodology for building tools like this with AI
- Open in your AI editor (Claude Code, Cursor, Copilot, etc.)
- The
.clinerulesfile gives your AI assistant context about this tool - For Claude Code: run
claudeand the rules load automatically
- The
- Modify, test, deploy — it's just HTML, CSS, and vanilla JS
Tip: The
manifest.jsonfile defines the configuration schema. If you add new configurable options, update it so your tool works with the EventHive platform's config editor.
| Mode | Where | Persistence |
|---|---|---|
| Browser | localStorage (fallback) | Until browser data cleared |
| Docker | standalone/data/ |
On your filesystem |
| EventHive | Cloud database (PostgreSQL) | Synced across devices |
This tool stores data in N/A — requires server. In cloud-hosted mode on EventHive, data is synced to a PostgreSQL database.
None — this is a standalone tool.
PRs welcome! Please read the Contributing Guide first.
MIT — free to use, modify, and distribute.
Built by Visual Hive as part of the EventHive open-source toolkit.