A modern chat interface for AI agents built with Next.js, Tailwind CSS, and TypeScript.
1.1K
Unofficial Docker Image - This is a community fork that adds Docker support to the original Agent UI project. This is not an official image from the Agent UI team.
This repository provides a Dockerized version of Agent UI - a modern chat interface for AI agents built with Next.js, Tailwind CSS, and TypeScript. The original project didn't have a Docker image, so this fork adds Docker support for easy deployment.
# Build the image
docker build -t agent-ui .
# Run the container
docker run -p 3000:3000 agent-ui
The application will be available at http://localhost:3000
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
By default, Agent UI connects to http://localhost:7777 (standard Agno Playground setup). You can change this by hovering over the endpoint URL in the UI and clicking the edit option.
This fork focuses on Docker support. For general Agent UI contributions, please refer to the original repository.
MIT License (same as original project)
Content type
Image
Digest
sha256:2c0534904…
Size
66 MB
Last updated
5 months ago
docker pull programmerrdai/agent-ui