Drop in a single script tag. Get a RAG-powered AI assistant that knows your docs, answers questions, and delights your users — in under 2 minutes.
A production-grade AI widget built for real products. Not a toy, not a demo — the real thing.
Train on your docs, PDFs, and knowledge base. Answers are grounded in your data with source citations and relevance scores.
Real-time token streaming with a typing cursor. Your users see answers appear word-by-word, just like ChatGPT.
Route to OpenAI, Gemini, Claude, DeepSeek, or your own Ollama instance. Switch models without changing a line of code.
Colors, position, offsets, icons, titles — everything is configurable. Match your brand perfectly with zero CSS overrides.
Styles never leak in or out. Works on any page — WordPress, Shopify, React, vanilla HTML — without conflicts.
Optionally captures screenshots and reads page context. The AI can see what your user sees and guide them through actions.
Bring Your Own Key. Organizations can use their own AI provider API keys. Encrypted at rest with Fernet.
Track requests, tokens, latency, and costs per subscription. Built-in rate limiting and token budgets.
~19KB gzipped. Built with Preact, compiled to a single IIFE file. No framework dependency. Just one script tag.
Set your config, load the script. The widget auto-mounts, auto-authenticates, and starts answering questions. No build step, no npm install, no React required.
Position it anywhere with offsetX and
offsetY
to avoid collisions with other widgets on the page.
<script> window.AstramAI = { apiKey: "YOUR_API_KEY", baseUrl: "https://hysis.net", theme: { primaryColor: "#2563EB", position: "bottom-right", offsetX: 24, // horizontal px offsetY: 24, // vertical px title: "AI Assistant", }, }; </script> <script src="https://hysis.net/widget/latest/widget.js"></script>
Use these test API keys to see the widget in action. The chat button in the bottom-right corner of this page is a live demo. Click a key to copy it.
Log in to the admin dashboard to create organizations, manage subscriptions, train RAG collections, and generate API keys.