Self-Hosted — run locally, no backend
Cloud Mode — Clerk + sync + sharing
Deploy to Vercel
TL;DR
apps/docs/content with npx mint dev.)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Pick a path — run locally with no backend, or deploy with Clerk auth and cloud sync.
git clone https://github.com/LinMoQC/Magic-Resume.git
cd Magic-Resume
pnpm install
cp apps/web/.env.example apps/web/.env.local
pnpm run dev
apps/docs/content with npx mint dev.)
| You want to… | Mode |
|---|---|
| Hack on the codebase | Self-hosted — fewer moving parts |
| Deploy your own multi-tenant Magic Resume | Cloud — needs Clerk + the Core API |
| Try out the MCP integration | Either, but cloud is easier (no need to host the Core API yourself) |
| Just use the product | Use the hosted app at magic-resume.cn |
