Rayman Labs HQ
ActiveThe operating system behind everything here: projects, board, notes, activity and an MCP server for Claude Code.
- Deployment
- —
- Last commit
- just now
- Repository
- rayman-labs/hq
Rayman Labs HQ is a self-feeding project HQ. It ingests real signals from GitHub and Vercel, layers planning on top, exposes an MCP server so Claude Code can work inside it, and doubles as this public portfolio.
README
Rayman Labs HQ
Project OS, public portfolio and MCP server for Rayman Labs — https://raymanlabs.com.au
- Brief:
BRIEF.md— scope, non-negotiables, stack, design system, data model. - Plan:
PLAN.md— phases and PR-by-PR steps. - Conventions for Claude Code:
CLAUDE.md(from P0.12).
Layout
pnpm workspaces + Turborepo. apps/web (Next.js 16), packages/* (ui, shared, api-client, db, config).
Develop
nvm use # Node 22
pnpm install
pnpm dev # apps/web on http://localhost:3000
pnpm check # lint + typecheck + test (what CI runs)
Copy .env.example to apps/web/.env.local and fill in the Supabase keys. Conventions for
contributors and Claude Code live in CLAUDE.md.
Recent activity
- PR #26 merged: P2.1: cards API — CRUD, move semantics, renormalise job
- romario-34 pushed P2.1: cards API — CRUD, move semantics, renormalise job (#26) to main
- PR #26 opened: P2.1: cards API — CRUD, move semantics, renormalise job
- romario-34 pushed P2.1: cards API — CRUD, board move with midpoint positions, renormalise job to p2/01-cards-api
- PR #25 opened: marketing: enterprise homepage redesign (company voice, full width)
- romario-34 pushed marketing: enterprise homepage — company voice, CarAppraisal-style layout, full desktop width to p2/00-marketing-home
- Repo files synced for Rayman Labs HQ (1 updated)
- PR #24 merged: build: declare server env vars in turbo.json
- romario-34 pushed build: declare server env vars in turbo.json (#24) to main
- Repo files synced for Rayman Labs HQ (1 updated)
- PR #24 opened: build: declare server env vars in turbo.json
- romario-34 pushed build: declare server env vars in turbo.json (Turborepo strict mode) to p1/13-turbo-env