2
3 Comments

Does anyone know about an API product landing template?

Hi everybody,

building an API product I don't find a good looking landing template. I've looked everywhere.

The sort of landing that allows you to see a request/response, see the json, maybe using some sort of code container that lets you run a request...see results

How would you set something like that? what tools would you use?

on April 22, 2021
  1. 1

    an update on this in case it helps,

    Stoplight.io works very nicely for this.

    You can tweak a simple landing/home page with markdown, use an embeded API Console (Try it out) and use your own domain, all within their free tier.

  2. 1

    Hi Carlos - are you currently using Swagger? This is is the Swagger UI that allows you to test API calls: https://petstore.swagger.io/. There is another called Redoc that doesn't allow testing, but does a nice job showing the API: https://github.com/Redocly/redoc. Not sure if this is what you're looking for or not.

    1. 1

      thanks Joseph,

      I knew about Swagger but I found it quite ugly...

      Redoc looks cool though, thanks a lot, it helps heaps