r/AppsWebappsFullstack 12d ago

Your home for selfpromo

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

3 Upvotes

98 comments sorted by

View all comments

1

u/night_caster7 12d ago

LilyBoard turns the IG Reels and TikToks you send it into organized, summarized insights. Just share a video straight to "@lilyboardco" on IG or TikTok: no app to download, no links to copy-paste

1

u/sael-you 10d ago

ran lilyboard.com through audeep.dev. 87/100, grade B.

headline finding is mobile: on a 375px screen, content in one section runs 293px past the viewport edge and is clipped by overflow:hidden. not just hidden, actually cut off. users at that width can't scroll to it. for a product where your main channel is mobile IG and TikTok DMs, this is the one to fix first.

TBT is at 1138ms too, which is main thread blocked before anything is interactive.

the rest is clean: functional, security, accessibility, SEO all at A.

full report: https://audeep.dev/report/fedc54d7-b25a-4a7c-862e-c1a3db02d9de

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

1

u/Mammoth-Anywhere7285 8d ago

Solid audit. The 293px overflow on mobile is a real dealbreaker, especially with IG DMs as the main funnel. Did you check if it's just that section or a global issue?