No coding required

Your business chatbot, no coding required

Create your own knowledge chatbot that knows everything about you and your business - trained on your files, your website, and your own Q&A. Every answer cites where it came from, and it's live on your site in minutes.

Support Assistant

Trained on your docs & site

Hi! I can answer questions using your own content. What would you like to know?

What's your return policy?

Returns are accepted within 30 days of delivery, unused and in original packaging.

92% confidence1 source
Answered from 3 sources

Everything a real chatbot needs

Not a demo. Every one of these is a working feature, trained on and answering from your real content.

AI Chatbots, Trained on Your Data

Create a chatbot that actually knows your business - upload files, crawl your website, or write Q&A pairs, and it answers from that content, not generic guesses.

Website Crawler

Point it at your site and it trains itself - multi-page crawling with automatic fallback between methods, and scheduled recrawls so answers stay current as your site changes.

Document & Image Training

PDF, Word, Excel, CSV, plain text, and scanned images via built-in OCR - drop in what you already have instead of retyping it.

Q&A Pairs

Hand-write exact answers for your most important questions - they go through the same retrieval pipeline as everything else, with real source citations.

Retrieval With Real Citations

Every answer is grounded in your actual content and shows a confidence score and its sources - not a black box guessing at what to say.

Choice of AI Model

Pick the model that fits each chatbot - fast and free for high-volume use, or a more capable model for complex questions.

Real Analytics

Conversation volume, response time, and confidence trends computed from actual usage - not a demo dashboard with placeholder numbers.

Domain-Secured Embedding

Restrict your widget to approved domains so it only ever runs where you intend it to.

From zero to live in four steps

No integration team required.

1

Create a chatbot

Name it, pick a model and a theme color - takes under a minute.

2

Train it on your content

Upload files, crawl your website, or add Q&A pairs. Mix and match freely.

3

Test it in Test Chatbot

Chat with it yourself before anyone else does - see real answers and sources.

4

Embed it, or call the API

Drop a widget on your site, or integrate it directly from your own backend.

Two ways to connect

Embed it visually, or call it from your own code

Drop a floating widget onto your website with one script tag - or call your chatbot directly from your backend, a custom app, or a service like Slack, with a single authenticated API endpoint.

Embed Widget

JavaScript snippet, iframe, or WordPress - domain-restricted for security.

Developer API

Per-chatbot API keys, Bearer auth, one endpoint. cURL, JavaScript, and Python examples.

Read the integration docs
curl -X POST https://lunie.ai/api/v1/chat/<chatbot_id> \
  -H "Authorization: Bearer sk-lunie-..." \
  -H "Content-Type: application/json" \
  -d '{"message": "What'\''s your return policy?"}'

# {
#   "data": {
#     "message": "Returns are accepted within..."
#     "sources": [ { "title": "Return Policy", ... } ]
#   }
# }

Build your first chatbot today

Free to start, trained on your real content, live on your site in minutes.

Create Your First Chatbot