simple-chat Svelte Themes

Simple Chat

A minimal chat application built with SvelteKit and the AI SDK.

Simple Chat

A minimal chat application built with SvelteKit and the AI SDK.

Getting Started

# Install dependencies
bun install

# Start development server
bun run dev

Environment Variables

Create a .env file with:

OPENROUTER_API_KEY=your_api_key
REDIS_URL=your_redis_url

Scripts

  • bun run dev - Start development server
  • bun run build - Build for production
  • bun run preview - Preview production build
  • bun run check - Type check
  • bun run lint - Lint and format check

Top categories

Loading Svelte Themes