Hey HN,<p>I'm building a tool to render Stripe-like API docs from OpenAPI/Swagger files.<p>I thought that the best way to get people to discover my tool and be useful at the same time is to build docs for various open APIs.
(Let me know if you need API docs for your open, or even better, an open source API, and I'll make it happen!).<p>How it works:<p>- The OpenAPI/Swagger is stored on S3 and rendered on the server-side using NextJs (on Vercel).<p>- I use NextJs's incremental static rendering (ISR) to render the doc in the background.<p>- NextJs's middleware (a new thing in NextJs 12) routes the request to an appropriate route based on the subdomain.<p>- I'm looking to make the docs generator an open source in the future, when I build out the editing feature which will be paid.<p>Any feedback/thoughts highly appreciated!