PreShip scans AI-generated web pps for accessibility (WCAG 2.2), security vulnerablities, and performance issues. One API call, structred JSON response with scores, violations, and fix sggestions. Built for CI/CD — scan preview deploys onevery PR, block merges that drop below your threshol. We scanned 10 popular dev tools and none scored abve 65/100. Free tier available, no credit card.
No reviews yetBe the first to leave a review for PreShip
Maker
📌
hey PH! built PreShip after shipping a side project with Cursor and discovering it had 40+ accessibility violations. app looked great but was completely broken for screen readers.
the core problem: AI coding tools generate code that works for sighted mouse users on fast connections. they don't prioritize a11y, security headers, or performance budgets.
so we built a simple API — POST a URL, get back scores + violations + fix suggestions in JSON. designed to drop into CI/CD as a deployment gate.
we scanned 10 popular dev tools (vercel, supabase, linear, railway, etc). average score: 52/100. none above 65. biggest gap was accessibility at avg 3/100. full results on our blog.
free tier is 10 scans/month, no credit card. would love feedback on the approach — especially from anyone who's tried adding a11y scanning to their pipeline.