Pro Plan
$12/month
Real-time accessibility testing for production frontend teams. One subscription unlocks dashboard analysis, VS Code integration, and CI-ready API access.
Real-time Analysis
WebSocket results stream immediately as markup changes.
Paywall Enforcement
Access token cookie is minted only after verified Stripe payment session.
Hosted Billing
Stripe payment link opens hosted checkout directly with no embedded flow.
Stripe Setup Checklist
Configure these values so cookie unlock happens automatically after purchase.
1. Set payment link success redirect URL to /access/complete?session_id={CHECKOUT_SESSION_ID}.
2. Point Stripe webhook endpoint at /api/stripe/webhook.
3. Add the webhook signing secret to STRIPE_WEBHOOK_SECRET.
4. After checkout, returning users are redirected into the paywalled dashboard.