Open-source demand visualization platform that turns job postings into living market cap scores for tasks, workflows, job roles, and problems — built agent-first for humans and AI.
apps/web— Next.js dashboard + REST API (/api/v1/*)apps/worker— Python ingestion, LLM task extraction, market cap scoringpackages/schema— Shared TypeScript types and JSON schemaspackages/mcp-server— MCP tools for agent access
# Install dependencies
npm install
cd apps/worker && python -m venv .venv && .venv/Scripts/pip install -e ".[dev]"
# Configure environment
cp .env.example .env
# Run database migrations (requires DATABASE_URL)
npm run db:migrate
# Start services
npm run dev:worker # http://localhost:8000
npm run dev # http://localhost:3000
npm run dev:mcp # MCP server for agents- Adzuna API — primary job ingestion
- Remotive / Arbeitnow — remote tech listings (planned)
- LinkedIn / Indeed — Phase 2 (legal review required)
Apache-2.0