TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: DiceCentral – A Dead Simple API for Rolling Any Type of Dice

3 pointsby abishekvenkat4 months ago
I built a minimalist RESTful API for rolling polyhedral dice (d4-d100) with a clean Swagger UI. Great for game developers, discord bots, or anyone needing quick random number generation. No authentication required, CORS enabled.<p>Try it out: <a href="https:&#x2F;&#x2F;dicecentral.vercel.app" rel="nofollow">https:&#x2F;&#x2F;dicecentral.vercel.app</a>

2 comments

richstone_io4 months ago
Sweet. Love seeing those tiny cool APIs.<p>How did you ensure it&#x27;s generating truly random numbers?
richstone_io4 months ago
Also, it&#x27;s not Sawgger UI but Stoplight ;)