Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

README.md

Outline

AgentAPI Chat Interface

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.

Development Setup

  1. 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
  2. Install dependencies:

    bun install
  3. Start the development server:

    bun run dev
  4. Open http://localhost:3000/chat/?url=http://localhost:3284 in your browser

Morty Proxy This is a proxified and sanitized view of the page, visit original site.