A modern, full-page AI chat experience powered by OpenAI. Configure your context, customize the interface, deploy instantly.
Configure your business context in a simple JSON file. The AI adapts to your specific needs.
No database setup required. Just add your OpenAI key and context, and you're ready to go.
No user data storage. All conversations are handled in real-time with no persistence.
Customize colors, personality, responses, and UI to match your brand perfectly.
Perfect for customer support, FAQs, product information, or any conversational interface.
Detailed guidelines and templates for creating effective context configurations.
npm installCreate a .env.local file:
OPENAI_API_KEY=your-api-key-hereEdit public/context.json with your business information. See Context Guidelines for detailed instructions.
npm run dev