Build Your Own AI Chatbot

A modern, full-page AI chat experience powered by OpenAI. Configure your context, customize the interface, deploy instantly.

Launch Full Chat

Platform Features

Context-Based Responses

Configure your business context in a simple JSON file. The AI adapts to your specific needs.

Instant Deployment

No database setup required. Just add your OpenAI key and context, and you're ready to go.

Privacy First

No user data storage. All conversations are handled in real-time with no persistence.

Fully Customizable

Customize colors, personality, responses, and UI to match your brand perfectly.

Multi-Purpose

Perfect for customer support, FAQs, product information, or any conversational interface.

Comprehensive Docs

Detailed guidelines and templates for creating effective context configurations.

Quick Setup

1Install Dependencies

npm install

2Add OpenAI API Key

Create a .env.local file:

OPENAI_API_KEY=your-api-key-here

3Customize Context

Edit public/context.json with your business information. See Context Guidelines for detailed instructions.

4Run Development Server

npm run dev

Customization Options

Visual Customization

  • Custom colors via context.json
  • Bot name and description
  • Welcome messages
  • Fullscreen and minimized modes

Behavioral Customization

  • System prompts for personality
  • Conversation rules
  • Restricted topics
  • Custom FAQs and responses