Skip to content
About

Smartbotify is a self-hosted platform for building website chatbots from your own documents. It's made for small businesses that answer the same customer questions again and again and want those answers handled automatically.

What it does

You add PDFs, text files and web-page links. Smartbotify splits them into passages, creates embeddings, and stores them in a per-workspace vector index. When a visitor asks a question, it retrieves the most relevant passages and generates an answer grounded in them — retrieval-augmented generation (RAG). If nothing relevant is found, it declines instead of guessing.

How it's built

It's a multi-tenant application: a React dashboard, a TypeScript API, and a Python worker for the ingestion pipeline, with MySQL for metadata, Qdrant for vectors, and locally-run models for embeddings and chat. The whole stack runs with Docker Compose, so you can host it on a modest server with no per-message API costs.

Who it's for

Local shops, coaching centres, clinics, property dealers, service businesses and online stores — any business with written material customers ask about and a website where a line of code can be added. See use cases for examples.

Contact

Support: help@smartbotify.in. General enquiries: info@smartbotify.in.