# Repositories overview

RealCredi is a **monorepo** (not five separate org repos like Drape). Ownership:

| Path | Owns | Deploys / runs |
|------|------|----------------|
| `frontend/` | Next.js UI, marketing, dashboard, in-app `/docs` + `/mvp` | Port **3000** |
| `backend/` | Express API, Prisma, career-loop, LMS APIs | Port **4000**, base `/api/v1` |
| `Docs/` | Eng/ops markdown (PRODUCT_AND_MVP, launch checklist, payouts) | Source for humans/agents |
| `docs-site/` | This PokeDocs site | Port **3001** (dev); Amplify-ready |

```text
RealCredi/
  frontend/     Next app
  backend/      Express + Prisma
  Docs/         Canonical MD
  docs-site/    Docusaurus / PokeDocs
```

Cross-cutting product truth: **Coached · Measured · Hired** — see [Product overview](/product/overview).
