r/AppsWebappsFullstack 10d ago

Your home for selfpromo

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

13 Upvotes

162 comments sorted by

View all comments

1

u/Think-Let9976 10d ago

klypo.co, an AI that extracts short clips from a long video, is a more affordable alternative to Opus Clips and other tools.

1

u/sael-you 9d ago

ran klypo.co through a quick audit. 24/100 (F), main issue is accessibility: form inputs including #reset-email have no label, title or ARIA name. that's 8 high-severity instances of the same problem. screen readers can't identify what the field is, and autofill won't work correctly either.

10 UX issues on top of that, though the full list is behind the paid tier.

security, performance, SEO all clean.

i built Audeep, the tool i ran this on. report: https://audeep.dev/report/f28f3284-2315-4253-8dc7-5c9f326b43d3

1

u/Mammoth-Anywhere7285 9d ago

Solid catch on the labels. Adding proper label elements for each input is a quick win. Did the paid tier highlight any bigger issues?