# isreallyamazing.com

> A service where anyone can buy a personal subdomain — their-name.isreallyamazing.com —
> that serves an animated, gold-sealed "Certificate of Really Amazingness." Sold primarily as a
> digital gift ("send one to someone amazing"), issued by the fictional International Bureau of
> Really Amazingness. Intentionally over-the-top; joyful, never mean.

## Product

- Every certificate is a real, public web page at `<name>.isreallyamazing.com` with an animated
  entrance, sparkles, a spinning gold seal, and the certified name in glorious 124px italic serif.
- Three annual tiers (USD, price per year): Amazing $29.90 (Classic Gold theme, free SSL/DNS);
  Super Amazing $59.90 (everything in Amazing + seven switchable themes — Birthday, Legendary
  Card, Wanted Poster, Neon, Vaporwave, GeoCities — plus subdomain redirect, custom share text,
  and no "Certified by" credit line); Ridiculously Amazing $99.90 (everything in Super Amazing +
  all ten themes incl. the Comic Book, With All My Heart, and Hacker Terminal exclusives, custom
  background color, up to 5 names under one plan, and visit analytics).
- **Billing is annual prepay, domain-registrar style — there is NO monthly plan.** You choose how
  many years to prepay at checkout (1, 2, 3, 5, or 10); longer terms are discounted (about 10% off
  at 3 years, 15% at 5, 30% at 10). Renewal reminders are emailed before the term ends and during a
  30-day grace period; renew any time from the dashboard. No surprise auto-charges.
- "Names of Distinction" (popular first names, single letters, words like mom or pizza) cost 2×
  at every tier. Checked and disclosed before payment.
- Ten certificate themes: Classic Gold, Birthday Bash, With All My Heart, Legendary Card, Wanted
  Poster, Comic Book, Neon Fever, Vaporwave, GeoCities Era, Hacker Terminal.
- Optional keepsakes: a high-resolution printable PDF certificate add-on (~$7) and a mailed
  unframed fine-art print ($34.90, US only at launch).
- The certificate stays up through the paid term. Refunds within 14 days via
  support@isreallyamazing.com.

## Public API (for agents)

Agents may check availability and construct a purchase hand-off today:

- `GET https://isreallyamazing.com/api/check/<name>` → JSON
  `{available: bool, name, premium: bool, pricing: {annual: {basic, standard, premium}, years: [{years, factor, discountPct}]}}`.
  Prices are USD/year (premium names already 2×); `years` lists the prepay-term options and their discounts.
  Names: lowercase a-z, 0-9, hyphens (not leading/trailing), max 63 chars. Rate limit 30/min.
- To purchase, send a human to `https://isreallyamazing.com/?claim=<name>` — the checkout is a
  standard embedded Stripe flow completed by the human. (Fully agentic checkout — MCP tools and
  agent payment rails — is planned; this file will document it when it ships.)

## Pages

- [Home](https://isreallyamazing.com/): availability search, pricing, themes, FAQ
- [Privacy](https://isreallyamazing.com/privacy.md) · [Terms](https://isreallyamazing.com/terms.md) · [Support](https://isreallyamazing.com/support.md)

## Contact

support@isreallyamazing.com — The Bureau responds within one business day.
