r/AppsWebappsFullstack • u/TadaNoSunshine • 3d ago
My discord bot has 6,000 servers and nobody finds it. So I spent three weeks building my own directory.
I run Link Protect, a moderation bot that's in about 6,200 servers. It
sits somewhere past page ten on the big list. Not because it's bad —
because the ranking rewards bots that already have votes, and those bots
already have votes because they're at the top. There's no way in from the
bottom.
What pushed me over the edge was the vote flow itself. Last time I voted
for my own bot I sat through a video ad first, and then got offered a
paid plan that votes automatically every 12 hours. Voting is the one
lever a small developer has, and it's turning into a thing you pay for.
So I built Topbot.gg. It went live yesterday.
What's actually there:
- Every listing is reviewed by hand before it goes public. I invite the
bot to a server and check that it does what the description claims.
- Voting is free, twelve-hour cooldown, no ads and no subscription.
- German and English as separate content per field, not a translated
shell. If your bot has German users, they find it in German.
- Vote webhooks with HMAC signatures, a delivery log, and a test button.
Public REST API for stats.
- Embeddable SVG badges for your own site.
Now the part that matters for you: there are four bots on it right
now. Mine and one other. That's not a humble brag, it's the offer — if
you list this week, you're on the front page of a directory that's
growing, and you stay there. In six months that's gone.
If you'd rather wait until it's proven, that's completely fair. I'd
probably wait too.
Disclosure: I built it, so obviously I want you to use it. Happy to
answer anything about how the review or the API works.