Hey everyone — built something I've been wanting for a while and finally shipped it.
Evalta — evaltaai.com
You paste in a URL. It audits performance (via PSI), SEO, and content. Then an AI agent walks you through fixing each issue — specific fixes for your actual page, not generic advice.
The part I'm most proud of: after you make a change, you hit re-check and it fetches your live page and confirms whether the fix actually landed. If it didn't, it diagnoses why and adapts.
Tech stack: Next.js, Supabase, Anthropic Claude API, Google PageSpeed Insights
Most audit tools stop at the report. This one starts there.
Free tier available. Would love feedback from devs — especially edge cases where PSI gives you a score but no clear path forward.
BlaineOmega introduces Evalta, an AI-powered website audit tool that not only identifies issues but also helps fix them. It uses Next.js, Supabase, and other technologies to audit performance, SEO, and content. The tool offers specific fixes and re-checks changes to confirm effectiveness. Feedback from users, including suggestions for improvements like a light mode option, is appreciated.
Looks nice! Some minor comments
- I got a "critical error" of "Reduce unused JavaScript" with "Est savings of 20 KiB". I don't think that's critical.
- I understand this is the current trend, but I'd like to see a light mode option
Things I liked
- auto-grouping of pages and suggestions based on the grouping
- AI chat for fixes, which allows for getting clarification on what the issue is.
Best of luck with this!
u/MarkG Thank you very much for taking the time to give this a try and for taking time to leave me feedback. I'll let you know when I make those updates!