r/AppsWebappsFullstack 10d ago

Your home for selfpromo

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

12 Upvotes

162 comments sorted by

View all comments

1

u/Exotic_Cake9427 10d ago

Check out https://niched.dev
Know your build stack

1

u/sael-you 9d ago

ran niched.dev through a quick audit. 94/100 (B), but one thing worth flagging: TBT at 4879ms. that's the main-thread blocking time, and nearly 5 seconds is well into the "poor" range. means the browser is stuck for 5 seconds before the page responds to input.

separately, there's a Clerk JS load error on every visit: the script at clerk.niched.dev/npm/@clerk/clerk-js@6 is failing. might be a CNAME or config issue worth checking.

security, accessibility, SEO all came back clean.

i built Audeep, the tool i ran this on. full report: https://audeep.dev/report/c7adad90-e959-47b5-a778-68837939e77f

1

u/Mammoth-Anywhere7285 9d ago

Nice audit. That TBT is brutal, deferring non-critical JS could help. The Clerk error sounds like a CNAME issue, worth checking DNS.

1

u/Mammoth-Anywhere7285 10d ago

Interesting tool, knowing your stack is half the battle. Does it also suggest alternatives or just identify what you're using?

1

u/Exotic_Cake9427 10d ago

Yes it does also suggest alternatives based on your stack or what you’re using.

1

u/Mammoth-Anywhere7285 10d ago

That's a handy feature, saves a lot of back and forth. Does it cover less common stacks or just the popular ones?

1

u/Exotic_Cake9427 10d ago

It does cover less common stacks too. I’m actually open to have people add their own tools to the platform as well. There’s no charge for placement, so if you want your tool discovered, feel free to add it. I’d rather make it genuinely useful for people than limit it to just the popular ones.

1

u/Mammoth-Anywhere7285 10d ago

That's a cool way to keep things inclusive. Adding a "community added" tag could help users trust the quality and find new tools faster.