Looking for feedback on my early frontend PR checker idea
I just launched V1 of a small app idea called FrontPR.
It is a GitHub Action for frontend projects. The goal is to help developers catch issues inside pull requests before merging.
The current version scans frontend projects for accessibility issues using axe-core. It should work with common frontend stacks like React, Vite, TypeScript, etc.
The product direction I am considering is broader than accessibility. Possible future checks include:
- GDPR/cookie consent behavior
- broken production links
- broken privacy/legal/trust pages
- SEO metadata issues
- basic frontend security checks
- AI-generated code risk detection
- AI-suggested fixes for PR issues
Before building more, I want to validate whether this workflow actually matters to developers.
V1 is still early, but it is free to try. No credit card. You can sign up with GitHub or email.
Would appreciate feedback on the idea, the setup, and whether you’d be willing to test an early version on a small frontend project.
Link: www.frontprdev.com