Spaces:
Sleeping
Sleeping
metadata
title: Vision Agent
emoji: 馃弮
colorFrom: yellow
colorTo: indigo
sdk: docker
pinned: false
app_port: 3000
Vision Agent App
Website app for Vision Agent
Enviroments 路 Frameworks 路 Running locally 路
Enviroments
Enviroment | url | deployment | pipeline | release |
---|---|---|---|---|
Production | va.landing.ai | aws-production | prod-deploy.yml | release manually by prod-deploy.yml |
Development | va.dev.landing.ai | aws-development | release when merge main |
cicd.yaml |
Vercel (Huggingface) | huggingface.co | release when merge main |
Frameworks
- Next.js App Router
- React Server Components (RSCs), Suspense, and Server Actions
- shadcn/ui
- Styling with Tailwind CSS
- Radix UI for headless component primitives
- Icons from Phosphor Icons
- ORM by Prisma
- NextAuth.js for authentication
Running locally
pnpm install
pnpm dev
Your app should now be running on localhost:3000.