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.

Ask HN: What's the easiest way to setup a scalable API developer platform?

2 pointsby ubutler4 months ago
Hey HN, Let&#x27;s say you just finished building the core functionality of a highly commercializable API and now you want to release it to the world. Congrats!<p>How would you go about setting up a portal where people can: 1. Register as users of your API and later login. 2. Modify their account information (email, password, name and so on). 3. Set up automatic billing, either via a prepaid wallet (similar to what OpenAI uses) or via postpaid charges. 4. Track their API usage.<p>I&#x27;ve looked into lots of options but I&#x27;m struggling to find one that is going to be easy to setup while also being scalable.<p>There are many API gateways that offer portals but suppose that you don&#x27;t want to use an API gateway because they often charge consumption and&#x2F;or transaction fees, not to mention the risk of lock-in if you&#x27;re unable to easily port your users.<p>I&#x27;ve even been looking into Wordpress because it&#x27;s definitely scalable and easily portable, but it can also be a bit clunky and this use case may require a lot of upfront work and quite expensive plugins that are not guaranteed to be easily adaptable. If there&#x27;s plugins that people have managed to get work for this kind of thing though, I&#x27;d love to hear about them.<p>There&#x27;s SaaS boilerplates but none have really impressed me apart from SaaS Pegasus, and it seems like some work would be required to adapt them to metered billing.<p>Short of rolling your own portal, how would you go about this?

no comments

no comments