# Agents Guide — LaunchReady.me

## What this product does

LaunchReady.me is a launch-readiness scanner. You paste a public URL, it checks the
site across pillars (domain/DNS, SEO, performance, security headers, analytics and
signup-funnel telemetry, lifecycle email, mobile, visuals, AI-agent friendliness),
returns a 0–100 score with prioritized recommendations, and generates "Agent Summary"
prompts that a coding agent (Cursor, GitHub Copilot, Claude Code, Codex, etc.) can
apply directly in a repo. Connecting a GitHub repository enables deeper code and
config checks.

## Key routes

- `/` — home page with the URL scan form (no signup required for a URL scan).
- `/scan?url=<host>` — scan progress/results entry point used by the form.
- `/pricing` — plan comparison and checkout entry.
- `/resources` — guides and articles.
- `/tools/launch-readiness-checklist` — interactive checklist tool.
- `/about`, `/contact`, `/privacy`, `/terms` — informational and legal pages.
- `/dashboard`, `/projects/*`, `/settings` — authenticated app (requires sign-in).
- `/api/*` — JSON API endpoints; most require authentication.

## How agents should interact

- Read-only browsing of public pages (`/`, `/pricing`, `/resources`, `/tools/*`,
  `/about`, `/contact`, `/privacy`, `/terms`) is safe and encouraged.
- Submitting the scan form on `/` with a URL the operator controls is a safe action
  (`data-agent-action="scan"` on the submit button).
- Do NOT create accounts, start checkouts, connect GitHub OAuth, or delete projects.
  Payment and destructive elements are tagged with `data-agent-confirm` and
  `data-agent-danger` where applicable — treat those as requiring explicit human
  confirmation and do not trigger them autonomously.
- Structured data: Organization and WebSite JSON-LD are embedded site-wide;
  FAQPage JSON-LD is embedded on the home page; Product/Offer JSON-LD is embedded
  on `/pricing`.
- Machine-readable entry points: `/llms.txt`, `/agents.md` (this file),
  `/.well-known/agent-card.json`, `/.well-known/ai-agent.json`,
  `/robots.txt`, `/sitemap.xml`.

## Contact

- Support: support@launchready.me
