Skip to content

joeychilson/simple-chat

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published