Each lab is a public, semantic-HTML page set. KeyPages.ai adds them as commerce pages and watches what the scanner sees.

Deterministic ecommerce surface: home, collection, product, cart, checkout-entry, search, account, pricing. Built to pass every KeyPages commerce check.

Product page renders normally but the add-to-cart control is gone from the DOM. Tests purchase-path detection.

Add-to-cart is present but rendered in a disabled state. Tests whether scanners distinguish interactive vs inert controls.

Cart page is intact but the checkout CTA is removed. Tests funnel-step coverage when a single button vanishes.

The checkout-entry route silently 302s back to the homepage. Tests redirect-chain evidence and alert confidence.

Every search query returns an empty result set, no matter the term. Tests query-template baseline diffs.

The /account/login route renders a 404-style Login Unavailable page while the rest of the site stays up. Tests auth-surface presence monitoring.

Collection page loads but renders zero product tiles. Tests catalog-density signals and empty-state detection.

Pricing tiers render with names and features, but every price value is gone. Tests price-element baseline diff.

Pricing tiers keep their prices but lose their CTAs. Tests conversion-path coverage on the pricing surface.

The required analytics <script> tag is removed from the /checkout page only. Tests script-stability evidence on revenue paths.

Healthy B2B SaaS marketing site: home, product, pricing, trial signup, demo, login, docs. No cart, no checkout. Reference for the saas_subscription_v1 template.
| Path | Open | |||
|---|---|---|---|---|
| Account Login Missing | Auth surface regression | Live | /labs/account-login-missing | Open |
| All-Green Northwind | Reference storefront | Live | /labs/northwind | Open |
| All-Green SaaS | SaaS reference site | Live | /labs/saas-happy-path | Open |
| Checkout Redirects Home | Silent funnel break | Live | /labs/checkout-redirects-home | Open |
| Critical Script Removed | Tag-stack drift | Live | /labs/critical-script-removed | Open |
| Disabled Add-to-Cart | PDP regression | Live | /labs/disabled-add-to-cart | Open |
| Empty Collection Grid | Catalog regression | Live | /labs/collection-grid-empty | Open |
| Missing Add-to-Cart | PDP regression | Live | /labs/missing-add-to-cart | Open |
| Missing Checkout Button | Cart regression | Live | /labs/missing-checkout-button | Open |
| Pricing — Missing CTA | Pricing regression | Live | /labs/pricing-missing-cta | Open |
| Pricing — Missing Prices | Pricing regression | Live | /labs/pricing-missing-prices | Open |
| Search Returns Zero | Search regression | Live | /labs/search-zero-results | Open |