A minimal chat application built with SvelteKit and the AI SDK.
# Install dependencies
bun install
# Start development server
bun run dev
Create a .env file with:
OPENROUTER_API_KEY=your_api_key
REDIS_URL=your_redis_url
bun run dev - Start development serverbun run build - Build for productionbun run preview - Preview production buildbun run check - Type checkbun run lint - Lint and format check