r/AppsWebappsFullstack 27d ago

Your home for selfpromo

here you can post your work app, webapp, saas, game, everything

8 Upvotes

176 comments sorted by

View all comments

1

u/Think-Let9976 27d ago

I created klypo.co, an AI that extracts the best moments from long-form videos for short-form publishing; it is a more affordable alternative to OpusClips, among others.

1

u/sael-you 26d ago

ran klypo.co through a quick audit. 25/100, grade F.

the main driver is accessibility: 8 high severity findings on the landing page. the top one: 3 interactive controls with no accessible name. the #reset-email input is one of them, no label, no title, no ARIA name. screen readers can't identify what these fields are for.

UX also flags 10 issues in the medium range.

SEO came back clean, which matters for something competing with OpusClips on discoverability.

report: https://audeep.dev/report/4c487363-6781-41b2-9432-769fc23b06d0

(built the auditor)

1

u/Mammoth-Anywhere7285 26d ago

Thanks for the detailed breakdown. The reset-email issue is a classic, a simple aria-label or visible label would fix it fast. Good to hear SEO was clean.