-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
WEBXOS CHATBOT — UPDATES NOVEMBER 25, 2025
Local, private, offline-first AI chatbot with full markdown knowledge-base + sandboxed JavaScript/Python script execution
webxos.netlify.app/chatbot
Features
- Full Knowledge Pack Reading – Drop any number of
.mdfiles → the bot reads everything, not just tiny chunks - Live editing of knowledge packs (changes affect answers instantly)
- Sandboxed script execution – JavaScript (via browser) + Python (via Pyodide) inside code blocks
- Auto-capability detection –
// capabilities: math, calculate→ bot automatically runs the right script - Progressive disclosure – content is shown in readable paragraphs with clear headings
- Export / Import everything in a single markdown file
- 100% offline – works without internet after first load (Pyodide is cached)
- No server, no tracking, no accounts
Quick Start (0-click)
- Save the file as
webxos-chatbot.html - Double-click it → opens in your browser
- Drag & drop any
.mdfiles onto the Train tab - Click Auto-train
- Go to Chat and ask anything → the bot now knows everything you just fed it
Detailed Usage
1. Adding Knowledge
- Go to Train tab
- Drag & drop one or many markdown files (
.md,.markdown,.mdx) - Click Auto-train
- Each file becomes a separate “Knowledge Pack”
2. Editing Knowledge (live)
- Click Knowledge Packs button → modal opens
- Click any pack → edit the markdown on the right
- Changes are saved instantly and affect answers immediately
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed