TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

2 点作者 ubutler4 个月前
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?

暂无评论

暂无评论