---
title: Vision Agent
emoji: 🏃
colorFrom: yellow
colorTo: indigo
sdk: docker
pinned: false
app_port: 3000
---
Vision Agent App
[![aws development](https://github.com/landing-ai/vision-agent-ui/actions/workflows/cicd.yaml/badge.svg)](https://github.com/landing-ai/vision-agent-ui/actions/workflows/cicd.yaml)
[![aws production](https://github.com/landing-ai/vision-agent-ui/actions/workflows/prod-deploy.yml/badge.svg)](https://github.com/landing-ai/vision-agent-ui/actions/workflows/prod-deploy.yml)
## Enviroments
| Enviroment | url | deployment | pipeline | release |
| -------------------- | ---------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| Production | [va.landing.ai](https://va.landing.ai/) | [aws-production](https://github.com/landing-ai/vision-agent-ui/deployments/aws-production) | [prod-deploy.yml](https://github.com/landing-ai/vision-agent-ui/actions/workflows/prod-deploy.yml) | release manually by [prod-deploy.yml](https://github.com/landing-ai/vision-agent-ui/actions/workflows/prod-deploy.yml) |
| Development | [va.dev.landing.ai](https://va.dev.landing.ai/) | [aws-development](https://github.com/landing-ai/vision-agent-ui/deployments/aws-development) | release when merge `main` | [cicd.yaml](https://github.com/landing-ai/vision-agent-ui/actions/workflows/cicd.yaml) |
| Vercel (Huggingface) | [huggingface.co](https://huggingface.co/spaces/LandingAI/vision-agent) | | release when merge `main` |
[cicd.yaml](https://github.com/landing-ai/vision-agent-ui/actions/workflows/cicd.yaml)
## Frameworks
- [Next.js](https://nextjs.org) App Router
- React Server Components (RSCs), Suspense, and Server Actions
- [shadcn/ui](https://ui.shadcn.com)
- Styling with [Tailwind CSS](https://tailwindcss.com)
- [Radix UI](https://radix-ui.com) for headless component primitives
- Icons from [Phosphor Icons](https://phosphoricons.com)
- ORM by [Prisma](https://www.prisma.io/)
- [NextAuth.js](https://github.com/nextauthjs/next-auth) for authentication
## Running locally
```bash
pnpm install
pnpm dev
```
Your app should now be running on [localhost:3000](http://localhost:3000/).