LiteBot is a lightweight, frontend-only chatbot built using plain HTML, CSS, and JavaScript — no frameworks, no backend, no API.
It supports multiple languages (Turkish + English) and offers a simple, responsive UI with dark mode and customizable scripted responses.
- 🌍 Multilingual: Turkish and English versions included
- 💬 Predefined responses from local JSON files
- 🎨 Clean and modern UI with dark mode
- 🔔 Notification sound on every bot reply
- 📦 No dependencies, no build tools — just open and use
Each version includes a subtle "🌐 English / Türkçe" button placed in the header for easy switching between languages. It’s styled to fit naturally into the chat interface.
- Download or clone this repository
- Open
index.html
for Turkish orindex_en.html
for English in your browser - Start chatting!
No server needed. Works completely offline 🎉
To modify what the bot says:
- Open
response.json
(for Turkish) orresponse_en.json
(for English) - Edit or add predefined responses easily
You can also customize suggested prompt buttons in the HTML files (#suggestions
section).
Toggle dark/light mode anytime using the moon icon in the top right corner 🌙
- ✅ Chrome
- ✅ Firefox
- ✅ Edge
- ✅ Safari
Works flawlessly across desktop and mobile platforms.
LiteBot was created as a minimalist chatbot for demos, portfolios, and fun educational purposes. It's perfect for static sites or as a base for more complex projects.
MIT — Free to use, modify, and share.