A modern chat application built for the T3 Chat Cloneathon competition.
- Tanstack Start - Full-stack React framework
- Zero - Real-time sync
- Better Auth - Authentication
- AI SDK - AI integration
- Neobrutalism Shadcn/ui - UI components
# Install dependencies
pnpm install
# Update .env with your database configuration
# Setup PostgreSQL database
# Initialize Zero
pnpm zero
# Update database tables based on schema
# Run Zero again to sync schema
pnpm zero
# Start development server
pnpm dev