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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Developer Portal Recommendations

3 点作者 wuliwong将近 4 年前
My team is going to start development on a new API for our company soon and we want to have a developer portal. We want it to be a place for devs to find documentation, discover other APIs we have, and get access (auth tokens&#x2F;api keys). Have you had any experience with any &quot;out of the box&quot; solutions? We are on google cloud, so most likely we wouldn&#x27;t want to use AWS tools but we are also open to any 3rd party options. At my last company we rolled our own developer portal, so I know some of the pitfalls of that approach. I&#x27;ve never used a 3rd party solution, so I&#x27;m interested in what is available and pros&#x2F;cons.<p>Thanks!

3 条评论

the_laka将近 4 年前
I&#x27;ve used readme.com with mixed results. TBH, wouldn&#x27;t recommend. It&#x27;s easy to setup but the cost of maintaining and updating it becomes more and more with every new endpoint. And if you&#x27;ve got a lot of them, it also tends to slow down.<p>docusaurus.io is the next tool on my list to try out, it looks promising. I think it&#x27;s better suited for smaller projects, with a lot of things out of the box. I haven&#x27;t seen an API company using it yet though.<p>Station is something I&#x27;ve used in the past, because I was working for Nexmo at the time. The team at Nexmo &#x2F; Vonage won a few awards because of it for the best Developer Portal a few years back. It&#x27;s open source now, and the cost to setup might be higher than the other two, but a lot of the design decisions make sense for an API portal. It&#x27;s also super fast once deployed, and that helps a lot with developer perception. <a href="https:&#x2F;&#x2F;github.com&#x2F;Nexmo&#x2F;station" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Nexmo&#x2F;station</a>
austincheney将近 4 年前
I like Swagger but there are several boxed solutions for this. My recommendation is to examine this from a documentation first perspective. That means the end product displays documentation not that your developers running first time configuration have something to read.
评论 #27541641 未加载
dragosbulugean将近 4 年前
hi, www.archbee.io is a hosted docs solution for your usecase.<p>disclaimer: I&#x27;m the founder, happy to show you around :)