rezero-md
v0.1.0
Published
Terminal-first website analysis for Claude Code, Codex, and other AI coding agents
Maintainers
Readme
rezero-md
Terminal-first website analysis for Claude Code, Codex, and other AI coding agents. Runs entirely on your machine — no account or server required.
npx rezero-md analyze https://example.comThe command crawls, parses, and generates evidence-aware Markdown documents and a rezero.json
manifest to .rezero/example.com/. Point your coding agent at that directory or move it into your
project docs. Set GEMINI_API_KEY (or OPENAI_API_KEY) for full generation; otherwise deterministic
stub documents are written.
rezero init <url> runs the same flow and also writes agent-context files
(CLAUDE.md, AGENTS.md, PRD.md, TECH_ARCHITECTURE.md, .cursor/rules/rezero.mdc).
Install
npm install --global rezero-md
rezero analyze https://example.comUse rezero --help for the full command and flag list. Node.js 22 or newer is required.
