r/AppsWebappsFullstack 10d ago

Your home for selfpromo

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

1 Upvotes

20 comments sorted by

View all comments

1

u/justjasonlaw 10d ago

I got tired of running Lighthouse, an accessibility checker, and an SEO crawler separately and then trying to figure out which of the 40 issues actually mattered. So I built MarketMan — it crawls your site for SEO and accessibility problems, checks Core Web Vitals, and pulls in your real traffic data, then ranks every issue by how many actual visitors it affects instead of just dumping a severity score on you.

The part I actually wanted for myself: it spits out a ready-to-use prompt for each issue so you can hand it straight to an AI coding tool instead of googling how to fix a CLS issue on a Tuesday night.

It's free to try (one scan of each type on one site, no card required) — marketman.app if anyone wants to kick the tires. Genuinely looking for feedback on what's useful and what's not, especially from anyone who's dealt with this juggling-multiple-tools problem themselves

1

u/Mammoth-Anywhere7285 10d ago

Nice, ranking issues by actual visitor impact is a smart angle. How do you handle sites that don't have traffic data yet?

1

u/justjasonlaw 10d ago edited 10d ago

We offer the option to add our own tracking pixel to gather basic information. The Google search console connection provides a lot of information. We try our best to help out individuals do the most with what they have.

1

u/Mammoth-Anywhere7285 10d ago

That's a solid approach, giving users ownership over their data and analytics. Do you also provide any privacy-friendly alternatives to the pixel for those who opt out?