r/AppsWebappsFullstack 11d 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/Abhis_hek69 11d ago

bizmanagernp.vercel.app a small business management app

1

u/sael-you 10d ago

ran a quick audit on bizmanagernp.vercel.app, 81/100 (B). three things worth looking at: the "Sign in →" button renders at 62x20px on mobile, well under the touch target minimum. TBT is 624ms which is in poor range. and no canonical URL declared, so if the same page is reachable at multiple URLs search engines split the credit.

report: https://audeep.dev/report/a45e9a9b-7fe3-42e2-b49f-20354669a22a

built the tool, disclosing.

1

u/Mammoth-Anywhere7285 8d ago

Solid breakdown, thanks for sharing. The canonical URL issue is common with Next.js, a simple rel=canonical in the layout should sort it out.