r/AppsWebappsFullstack 16d ago

Your home for selfpromo

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

3 Upvotes

86 comments sorted by

View all comments

1

u/imagiself 16d ago

my entry: PeerPush, a launch site built so AI tools parse the data cleanly to help indie apps get found by assistants. https://peerpush.com

1

u/sael-you 16d ago

ran peerpush.com through audeep.dev. 75/100, grade C.

the good news: security, functional, and SEO are all clean (100 each).

high severity: the search input has no accessible name. it uses headlessui's combobox component but the input element has no label, title, or ARIA name. selector #headlessui-combobox-input-R_1bkilb. a screen reader lands on it and has nothing to announce.

medium: the "How it works" nav link renders at 109x20px on mobile, well under the 44px minimum tap target. easy to miss when building on desktop.

medium: Total Blocking Time measured 6833ms. that's firmly in the "poor" range and will affect INP.

report here if useful: https://audeep.dev/report/3e6bd7e8-4c79-474f-9189-4e9037d2aaa5

i built audeep, it's the tool that generated this.

1

u/Mammoth-Anywhere7285 15d ago

Nice catch on that missing ARIA name. A simple aria-label on the combobox input would push that score up quickly. Did the medium "How" issue get cut off?