A fancy web UI for gptme, built with gptengineer.app.
An alternative to the minimal UI currently provided by gptme
.
- Chat with LLMs using gptme, just like in the CLI, but with a fancy UI
- Generate responses and run tools by connecting to your local gptme-server instance
- Read bundled conversations without running gptme locally (useful for sharing)
You can use the web UI hosted at gptme.gptengineer.run, or run it locally:
git clone https://github.com/ErikBjare/gptme-webui
cd gptme-webui
npm i
npm run dev
To connect to a local gptme-server
instance, you need to start one with gptme-server --cors-origin='https://gptme.gptengineer.run'
(or whatever the origin of your web UI is).
This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
Available commands:
npm run dev
- Start development servernpm run typecheck
- Run type checkingnpm run typecheck:watch
- Run type checking in watch modenpm run build
- Build for production (includes type checking)npm run lint
- Run linting and type checking
URL: https://run.gptengineer.app/projects/b6f40770-f632-4741-8247-3d47b9beac4e/improve