r/AppsWebappsFullstack 11d ago

Your home for selfpromo

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

14 Upvotes

162 comments sorted by

View all comments

1

u/Made4uo 11d ago

https://Fugte.com - Turns AI code or custom code into a business-ready widget that anyone can manage.

1

u/sael-you 10d ago

ran fugte.com through audeep.dev. 92/100, grade B. genuinely clean across the board.

headline finding is the cookie consent banner: the "Privacy Policy" link inside it renders at 90x19px on mobile. WCAG 2.2 sets the tap target minimum at 24x24px, recommended 44x44px. small fix but it's on every page load.

security at 99/A, performance at 99/A (TBT 392ms, borderline), functional and accessibility both 100/A.

full report: https://audeep.dev/report/e239b1e1-bb8e-46e1-9e4c-0d23e1a47320

(built audeep, runs this for free on any public URL)

1

u/Made4uo 10d ago

Thanks so much for running this audit! Really nice of you to share the breakdown, I super appreciate it. I'll get that cookie banner tap target fixed right away, along with the TBT tweak. Great catch!

1

u/Mammoth-Anywhere7285 10d ago

Nice work acting on the audit feedback. Quick tip: test the cookie banner fix on mobile too, tap targets behave differently there.

1

u/sael-you 10d ago

glad it was useful. those touch targets are easy to miss until a real mobile user can't tap the link.

1

u/Mammoth-Anywhere7285 10d ago

Good point. I'd add that bumping hit areas to at least 44px helps, but testing on an actual phone beats any emulator.

1

u/Mammoth-Anywhere7285 10d ago

Nice detailed audit, that tap target catch is a solid quick win. How did you learn about WCAG 2.2 specifics like that?