AgentReady.link MVP

Make Any Site Agent-Ready With One DNS Record

Minimal flow by design: domain input, checkout, one DNS record, done. Same URL serves human HTML for browsers and compact agent payload for generic fetch clients.

Product Blueprint

MVP UX

  1. Landing page with one input: customer domain
  2. Stripe checkout at $3/month
  3. Post-payment DNS instruction screen
  4. Automatic verification until live

Backend Contract

  1. Checkout stores domain in subscription metadata
  2. Webhook registers custom hostname in Cloudflare
  3. Worker maps agent.customer.com to customer.com origin

Quality Strategy

Fallback scrape by default. If /.well-known/agent.json or /llms.txt exists, prefer curated source.

Unit Economics Snapshot

  • Price: $3/month
  • CF hostname cost: ~$0.10/month after free tier
  • Gross after infra: ~$2.90/month
  • Gross after Stripe: roughly ~$2.50/month

Interactive MVP Flow (Raw JS)

Step 1 of 4

No protocol. Just the root domain you control.

Agent URL preview:

agent.yourdomain.com