HTML
Load Cite only in local development. Never ship it to production.
<script src="https://cite.brijr.dev/cite.js" data-project="your-site"></script>
Install
Copy this into Claude, Cursor, or Codex.
Add Cite to this HTML project for local development only. Never ship it to production.
Cite: https://cite.brijr.dev/cite.js
Docs: https://cite.brijr.dev/html
One script. It overlays the page so you can click an element, describe the change, and copy a bundle (selector, HTML, computed CSS, nearby DOM, request) into a coding agent.
Put this before </body>. If the page is also served in production, inject the script only when location.hostname is localhost or 127.0.0.1.
<script src="https://cite.brijr.dev/cite.js" data-project="PROJECT"></script>
Replace PROJECT with this repo's name. data-project namespaces localStorage.
Optional: vendor https://cite.brijr.dev/cite.js next to the page and load that path instead.
Verify with the local server: Cmd+Shift+F (Ctrl+Shift+F on Windows) opens Cite. A circle marked => appears in the bottom right.
Do not add a package, backend, or auth. Do not load Cite in production.
Verify
Start the local server. Press Cmd+Shift+F. A circle marked => appears in the bottom right.