Skip to main content

Chat Interface

The AIChat component provides a fully-featured chat interface with streaming support.

Text Generation

The AITextGenerator component provides a simple interface for text generation.

Image Generation

The AIImageGenerator component provides an interface for AI image generation.

Usage Examples

1. Chat Interface

2. Text Generation

3. Image Generation

Customization

All components are built using shadcn/ui and can be customized using Tailwind CSS. You can modify the styling, add new features, or combine components to create more complex AI interfaces.

Next Steps