1.4.0 • Published 5 months ago

aibotchat v1.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

React + Vite

FOSSHACK: AI Chat UI for Next.js and React.js šŸš€ aibotchat is an open-source Next.js UI library that makes it easy to build AI-powered chat interfaces. It provides chat components, AI backend integration, and tool-call support, optimized for modern web apps.

✨ Features āœ… Pre-Built Chat UI – Beautiful, customizable chat components. āœ… AI Model Integration – Works with OpenAI, LangGraph, and custom backends. āœ… Streaming & Tool Calls – Supports AI-driven frontend actions. āœ… Next.js Optimized – Works with Server Components, API routes, and Edge Functions. āœ… Chat History & Analytics – Easily store and retrieve conversations.

šŸ“¦ Usage You can import it like:

import { Chatbot } from 'aibotchat';

And use it as:

function App() {
  return (
    <Chatbot apiKey="YOUR_API_KEY" aiName="AI_NAME" Title="YOUR_BRAND_TITLE" />
  );
}

🧠 Supported AI Models

  • Currently available for Gemini and Cohere.
  • After 20th March (result date of the FOSS Hackathon), it will support all AI models.

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

1.4.0

5 months ago

1.3.0

5 months ago

1.2.0

5 months ago

1.1.0

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago