Habitek Platform — Vercel + Next.js
AI-driven platform for lead-to-delivery automation and managed services.
API Endpoints
- POST /api/register — register an agent (json: tenantId, agentId)
- POST /api/heartbeat — send heartbeat (json: agentId, status)
Run locally
npm install npm run dev
To deploy: connect this repository to Vercel and deploy the `apps/web` folder as a Next.js project.