CVScan now follows the standard project layout for this workspace.
cv-scan/
├── app/ # runnable Next.js codebase
├── docs/ # product, system, and reference docs
├── contracts/ # JSON schemas for agent-readable project metadata
├── agents/ # project-specific agent/tooling config
├── data/ # local test data and artifacts
├── scripts/ # automation and pipeline scripts
├── tasks.json # active project work
├── decisions.json # architectural/product decisions
├── patterns.json # reusable project patterns
└── README.md
This branch is running in public beta mode.
- No authentication or login is required.
- All features are open and free to use.
- Payments and credits are disabled.
The application itself lives in app/.
cd app
npm install
npm run devOlder planning and build notes were preserved in docs/.