Spaces:
Running
Running
metadata
title: CoDEVX
emoji: 👀
colorFrom: blue
colorTo: gray
sdk: docker
app_port: 3000
pinned: false
license: mit
short_description: Agentic PM demo for hardware product development
Agentic PM Demo
Two-column demo app:
- Left: chat with an AI assistant
- Right: structured IoT product-development work packages
Local run
npm install
npm run dev
Open http://localhost:3000.
Environment
Copy .env.example to .env.local and set:
LLM_API_BASE_URL(OpenAI-compatible)LLM_API_KEY(optional; app runs in mock mode without it)LLM_MODEL
Docker (Hugging Face Spaces)
docker build -t agentic-pm-demo .
docker run --rm -p 3000:3000 agentic-pm-demo