Skip to content

Fully customizable AI Chatbot powered by Microsoft Azure

License

Notifications You must be signed in to change notification settings

motojinc25/chatci

Repository files navigation

English


Chat Ci (Community Edition)

Fully customizable AI Chatbot powered by Microsoft Azure
Made in Hawaii

🚀 Features

  • Template
    • Based on the Next.js AI Chatbot template
  • Next.js App Router
    • Advanced routing for seamless navigation and performance
    • React Server Components (RSCs) and Server Actions for server-side rendering and increased performance
  • AI SDK
    • Unified API for generating text, structured objects, and tool calls with LLMs
    • Hooks for building dynamic chat and generative user interfaces
  • shadcn/ui
  • Model Provider
    • Azure OpenAI Service for building custom generative AI solutions using GPT-4o and DALL-E 3 as the default models
  • Data Persistence
  • Authentication

⚡ Getting Started

  1. Clone the repository from Github
git clone https://github.com/motojinc25/chatci.git
  1. Install the required dependencies
pnpm install
  1. Copy .env.sample to .env and enter your values
copy .env.sample .env
  1. Start the application (in development mode)
pnpm run dev

Open http://localhost:3000 with your browser to see Chat Ci.

📄 License

Source code in this repository is made available under the Apache License Version 2.0.