Docs

Product Claim Evidence

ProofFlightcheckRevenueLaunchOps
# Product Claim Evidence

FlightDeck marketing pages use this register as the evidence path for public product claims. Claims that depend on external accounts remain marked as provider-gated until real credentials and live environments are connected.

| Claim | Evidence path |
| --- | --- |
| One AppSpec drives web, iOS, Android, and backend output. | `pnpm verify`, `tests/platform.test.ts`, `packages/compiler-web`, `packages/compiler-ios`, `packages/compiler-android`, and `packages/compiler-backend`. |
| Proof runs before launch and catches fake persistence. | `/proof/spec_saas-dashboard`, `packages/proof/src`, `tests/platform.test.ts`, and `artifacts/verification-report.json`. |
| Flightcheck blocks unsafe paid/public publish. | `packages/security/src`, `apps/gateway/src/services/launch-gate.ts`, `tests/platform.test.ts`, and `artifacts/verification-report.json`. |
| Revenue flows are tied to checkout, paywalls, entitlements, and dashboards. | `packages/integrations/src`, `packages/launch/src/pricing.ts`, `tests/hardening.test.ts`, with real Stripe/RevenueCat credentials required for live transactions. |
| LaunchOps generates pricing, proof badges, store metadata, screenshots, SEO, and launch copy. | `packages/launch/src`, `apps/web/app/product/launch/page.tsx`, and `pnpm verify`. |
| Maintenance monitors health, cost, conversion, security, and scoped bugfix work. | `packages/maintenance/src`, `docs/runbooks/platform.md`, and `pnpm verify`. |
| Public marketing pages have real routes, content, forms, SEO, sitemap, RSS, robots, and OG endpoints. | `apps/web/app`, `apps/web/content`, `scripts/responsive-qa.ts`, `pnpm qa:responsive`, and `pnpm build`. |
| Waitlist and contact forms persist leads and create notification jobs. | `apps/web/lib/marketing-leads.ts`, `apps/web/app/api/waitlist/route.ts`, `apps/web/app/api/contact/route.ts`, and `tests/marketing-leads.test.ts`. |
| Compare pages are sourced and avoid smear claims. | `/compare/lovable`, `/compare/base44`, `/compare/rork`, plus linked source notes on each page. |
| Live provider payments and design partner onboarding are external milestones. | `docs/launch/evidence.md` tracks these as open until provider accounts and onboarding records exist; the public marketing deployment is recorded in `docs/launch/marketing-live.json`. |