Skip to content

rossrobino/gpt

Repository files navigation

gpt

gpt.robino.dev

In contrast to most GPT wrappers, this project doesn't use any client-side JavaScript. I think it's an interesting example of how far you can get using modern browser HTML and CSS features.

  • Form submissions to submit messages
  • Streams HTML in order with the chat response
  • CSS cross document view transitions for animations
  • Server-side markdown rendering with syntax highlighting

Run locally

  • Clone repo to local machine
  • Create a .env file and add your VITE_OPENAI_API_KEY
  • npm i
  • npm run dev

LICENSE

MIT