01
Stomps
Self-hosted AI customer support assistant
Problem
Small businesses want reliable 24/7 website support automation without recurring SaaS subscriptions and vendor lock-in.
What I Built
A self-hosted RAG-based support chatbot that trains on website content/files, answers questions using OpenAI models, and retrieves context via Pinecone.
- Self-hosted deployment: runs on a VPS with your own domain/subdomain (not a hosted SaaS dependency)
- RAG-style knowledge base: trains on files + website links using Pinecone for vector indexing and retrieval
- LLM-powered responses: uses your OpenAI API key (GPT-3.5/GPT-4) to generate context-aware answers grounded in retrieved content
- Admin + observability: admin panel for API keys, knowledge import, conversation history, and basic analytics
- Multi-site + white-label: embed on multiple websites with brand-customizable UI and no "powered by" branding