Web Standards
Portable Request and Response contracts keep the core independent of its host.
RCMVRCMV is a tiny, folder-enforced web framework for people and AI agents who should be able to improve one part without rebuilding everything else.

AI drift begins when each new agent must infer ownership, contracts, and dependency direction from whatever code came before. Those small assumptions accumulate. RCMV makes the rules visible in folders, names, types, and a fixed request path, so an agent can replace one leaf without quietly redesigning its neighbors—and a reviewer can recognize a violation immediately.
Portable Request and Response contracts keep the core independent of its host.
Explicit types make the boundaries between responsibilities inspectable before runtime.
Runs the project creator and local development toolchain.
Distributes one versioned framework to npm, pnpm, Yarn, and Bun users.
The tested production runtime for 0.1.x, deployed through Wrangler.
Run npx @rcmv/rcmv create my-app. RCMV creates the four responsibility folders and a working example.
Enter the folder, run npm install, then npm run dev. The congratulations page opens locally.
Start in src/routes/home.route.ts, follow the request through the controller, model, and view, then deploy with npm run deploy.