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
- Clone repo to local machine
- Create a
.env
file and add yourVITE_OPENAI_API_KEY
npm i
npm run dev
MIT