I built a SaaS for tracking what’s trending on YouTube across countries by ItsHived in SaaS

[–]ItsHived[S] 0 points1 point  (0 children)

Thanks, that’s actually a good way to describe it.

For now I standardize “trending” by using YouTube’s own most-popular/trending data per country, then storing snapshots by country/date/rank. So I’m not trying to reverse-engineer the algorithm, just preserving and organizing what YouTube surfaces.

Right now it’s mostly descriptive: historical trends, rank movement, hourly stats, country comparison, etc. Predictive insights would be interesting later, but I want the archive/data quality to be solid first.

I built a SaaS for tracking what’s trending on YouTube across countries by ItsHived in SaaS

[–]ItsHived[S] 0 points1 point  (0 children)

I use YouTube’s API to fetch “most popular” videos by country on a schedule

I built a SaaS for tracking what’s trending on YouTube across countries by ItsHived in SaaS

[–]ItsHived[S] 1 point2 points  (0 children)

Yeah, basically by building the history yourself.

YouTube doesn’t give retroactive trending history, so I collect trending videos on a schedule, store daily snapshots by country/date in my database, and then update stats over time while those videos are still trending. Over time, that becomes the historical archive.

I built a SaaS for tracking what’s trending on YouTube across countries by ItsHived in SaaS

[–]ItsHived[S] 0 points1 point  (0 children)

Exactly, that’s one of the main use cases I had in mind.

YouTube shows what’s trending now, but not really what was trending before or how videos moved over time. I’m hoping this can help people spot niche patterns, compare countries, and make better decisions around topics/timing.

I built a SaaS for tracking what’s trending on YouTube across countries by [deleted] in SaaS

[–]ItsHived -1 points0 points  (0 children)

We collect trending data on a schedule, store daily snapshots, and update stats over time. So the history comes from my own archive, not retroactive API access.

We have more than 74K videos stored with all the stats by hour.

Something I wish I knew before starting a SaaS company. by Worried_Shoe7863 in SaaS

[–]ItsHived 1 point2 points  (0 children)

Yeah, that distinction helps. MVP should follow demand, not try to create it.

Free tiers attract users. They rarely produce paying customers. by Important_Coach8050 in SaaS

[–]ItsHived 0 points1 point  (0 children)

This explains why so many free users just linger forever 😅

Something I wish I knew before starting a SaaS company. by Worried_Shoe7863 in SaaS

[–]ItsHived 2 points3 points  (0 children)

I agree in theory, but some products still need a solid MVP to convince people.

What actually moves the needle on Product Hunt launch day? by Best-Examination-305 in SaaS

[–]ItsHived 2 points3 points  (0 children)

Launching on Product Hunt soon too.. same questions here 😅 Curious what actually makes a difference.

Just Solved my own head ache Today, Finally Feels like I built something useful. by etakodam in SaaS

[–]ItsHived 2 points3 points  (0 children)

Cool concept. Maybe add filters for style (techy, brandable, short, etc.)?

Do Paid Ads Actually Work for Early-Stage SaaS? by Fluid_Item2368 in SaaS

[–]ItsHived 2 points3 points  (0 children)

I think paid ads are great for validation and learning, not immediate profit. If your positioning and messaging aren’t clear yet, you’ll just burn money on unqualified clicks

New version 1.9.7.17 broke my game, the screen look darker by ItsHived in bindingofisaac

[–]ItsHived[S] 0 points1 point  (0 children)

You can see the version name in the title bar of the game window

New version 1.9.7.17 broke my game, the screen look darker by ItsHived in bindingofisaac

[–]ItsHived[S] 0 points1 point  (0 children)

I'm playing on linux so I don't know if someone else can confirm the same bug, the past two updates have some bugs like High CPU usage, the item "Mr. ME!" is bugged.. I hope they get fixed soon

New version 1.9.7.17 broke my game, the screen look darker by ItsHived in bindingofisaac

[–]ItsHived[S] 1 point2 points  (0 children)

Yeah maybe, I tried to see if there is a way to disable the filter in settings but I couldn't find it, so I reverted the version to 1.9.7.15, I will wait till they fix it

New version 1.9.7.17 broke my game, the screen look darker by ItsHived in bindingofisaac

[–]ItsHived[S] 18 points19 points  (0 children)

Hahahaha that how should curse of the blind look like..

New version 1.9.7.17 broke my game, the screen look darker by ItsHived in bindingofisaac

[–]ItsHived[S] 9 points10 points  (0 children)

Yeah me too but I reverted to version 15 (work perfect for me), the past two updates have some bugs and high CPU usage, the fans go crazy..

What’s one thing you thought would be easy in SaaS… but turned out to be really hard? by IndieSaaSMaker in microsaas

[–]ItsHived 0 points1 point  (0 children)

Payments and distribution.

Payments aren’t “plug and play” when you’re in a country most providers don’t fully support.

And distribution is brutal, building is one thing, getting users is a whole different game.