Skip to content
← All projects

Rayman Labs HQ

Active

The 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

  1. PR #26 merged: P2.1: cards API — CRUD, move semantics, renormalise job
  2. romario-34 pushed P2.1: cards API — CRUD, move semantics, renormalise job (#26) to main
  3. PR #26 opened: P2.1: cards API — CRUD, move semantics, renormalise job
  4. romario-34 pushed P2.1: cards API — CRUD, board move with midpoint positions, renormalise job to p2/01-cards-api
  5. PR #25 opened: marketing: enterprise homepage redesign (company voice, full width)
  6. romario-34 pushed marketing: enterprise homepage — company voice, CarAppraisal-style layout, full desktop width to p2/00-marketing-home
  7. Repo files synced for Rayman Labs HQ (1 updated)
  8. PR #24 merged: build: declare server env vars in turbo.json
  9. romario-34 pushed build: declare server env vars in turbo.json (#24) to main
  10. Repo files synced for Rayman Labs HQ (1 updated)
  11. PR #24 opened: build: declare server env vars in turbo.json
  12. romario-34 pushed build: declare server env vars in turbo.json (Turborepo strict mode) to p1/13-turbo-env