Skip to content

PhilipBatten/sveltekit-ai-chatbot

Repository files navigation

OpenAI powered chatbot built with sveltekit

Simple application built with sveltekit, ChatGPT style.

Built with:

  • Sveltekit
  • OpenAI
  • sse.js
  • Tailwind css
  • Docker

Running the app

Run the following command to view the production like application:

make start-prod

The application will be running at http://localhost:3000

Development environment

Running the app with docker is easy, and hot module reload works! Simply run:

make start

The application will be running at http://localhost:3000