Skip to content

ChristophHandschuh/chatbot-ui

Repository files navigation

Chatbot UI

A lightweight and modern chat interface for LLM interactions with Markdown support!

Overview

A minimalist chat interface built with React and TypeScript, designed to be easily integrated with any LLM backend. Features a clean and modern design.

Demo

Getting Started

  1. Clone the repository
git clone https://github.com/ChristophHandschuh/chatbot-ui.git
cd chatbot-ui
  1. Install dependencies
npm i
  1. Start the development server
npm run dev

Test Mode

The project includes a test backend for development and testing purposes. To use the test mode:

  1. Navigate to the testbackend directory
  2. Create a Python virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows use: venv\Scripts\activate
  1. Install the required package:
pip install websockets
  1. Run the test backend:
python test.py

Credits

This project was built by:

Some code components were inspired by and adapted from Vercel's AI Chatbot.

License

This project is licensed under the Apache License 2.0. Please note that some components were adapted from Vercel's open source AI Chatbot project.

About

A simple chatbot ui template made with react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published