# RealCredi

**RealCredi** helps people get **coached**, **prove skills with evidence**, and get **hired** — while also running a full LMS (courses, teams, mentorship) as prep.

> **Positioning:** Coached · Measured · Hired. Courses stay **prep**. Mentorship is **guidance**. Coaching plus verified evidence is the **hiring wedge**.

This site documents the **entire** Next app and Express API — not only CMH.

## Documentation map

| Section | Contents |
|---------|----------|
| [Product](/product/overview) | Full feature coverage (start here) |
| → [Core concepts](/product/concepts) | Courses vs coaching; certificates vs credentials; CORPORATE vs EMPLOYER |
| → [Route atlas](/product/route-atlas) | Every major app route by area |
| → [API surface](/product/api-surface) | Every `/api/v1` mount |
| → Learn / Career / Coaching / Teams / Talent / Instructor / Admin / Live / Payments | Feature deep-dives |
| [MVP & launch](/mvp/overview) | Scope and ops checklist |
| [Architecture](/architecture/system-overview) | Stack and career-loop |
| [Repositories](/repositories/overview) | Monorepo ownership |
| [Shipping](/shipping/overview) | Local setup |

## Live surfaces

| Surface | Local URL |
|---------|-----------|
| App | [localhost:3000](http://localhost:3000) |
| In-app docs | [localhost:3000/docs](http://localhost:3000/docs) |
| MVP pitch | [localhost:3000/mvp](http://localhost:3000/mvp) |
| API | [localhost:4000/api/v1](http://localhost:4000/api/v1) |
| These docs | [localhost:3001](http://localhost:3001) |

## Eng markdown in the monorepo

Canonical long-form also lives under `Docs/` (`PRODUCT_AND_MVP.md`, `PAYOUT_TERMS.md`, …). Keep both in sync when product scope changes.
