BM
BuildMate ASG
Builder copilot + skill graph
Launch BuildMate ASG
Run the builder copilot UI
Day 1 turns the demo into an API-backed shell: JSON fixtures feed API routes, and the UI fetches dashboard data with loading, refresh, and error states.
1. Inspect JSON fixtures in buildmate-asg/data
2. Start the Next.js dev server
3. Complete onboarding preview
4. Open workshop and mentor detail pages
# run BuildMate ASG
cd buildmate-asg
npm install
npm run dev
# inspect API routes
GET /api/profile
GET /api/recommendations
GET /api/journey
GET /api/skill-graph
GET /api/dashboard
GET /api/explain?id=agent-workflow-lab