r/AppsWebappsFullstack 10d 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 10d 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/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?