Originally created by @davidrodriguezpozo.
This project is a fork of agents-ui.This project is now maintained and improved with contributions from the community.
Thank you for your interest in contributing to claude-code-agents-ui! We’re excited to have you here. This guide will help you get up and running quickly.
- Clone the repository
git clone https://github.com/Ngxba/claude-code-agents-ui.git
cd claude-code-agents-ui-
Install dependencies
bun install
-
Start the development server
bun run dev
-
Open the app
http://localhost:3030
-
Fork the repository and create a new branch from
main -
Implement your changes
-
Test your changes locally:
bun run dev
-
Run type checks:
bun run typecheck
-
Submit a pull request with a clear description of your changes
- Browse the issues and look for labels like
good first issue - Have a new idea? Open an issue first so we can discuss it before implementation
To keep the codebase consistent and maintainable:
- Use Vue 3 Composition API with
<script setup> - Write all new code in TypeScript
- Use Tailwind CSS for styling (prefer Nuxt UI components when applicable)
- Extract reusable logic into composables (
app/composables/)
If you have any questions or need guidance:
- Open an issue
- Start a discussion
We’re happy to support you—contributions of all sizes are welcome!