A simple ChatGPT-like interface for AgentAPI. It's a demo showcasing how to use AgentAPI. 95% of the code was generated with Claude Code.
-
Ensure the AgentAPI backend server is running on
localhost:3284. You can run it from the root of the repository with e.g.go run main.go server -- claude
-
Install dependencies:
bun install
-
Start the development server:
bun run dev
-
Open http://localhost:3000/chat/?url=http://localhost:3284 in your browser