Is there any Swagger UI alternatives ? I already know:
Asked
Active
Viewed 1.5e+01k times
1 Answers
131
Yes, there are a few of them.
ReDoc [Article on swagger.io] [GitHub] [demo] - Reinvented OpenAPI/Swagger-generated API Reference Documentation (I'm the author)
OpenAPI GUI [GitHub] [demo] - GUI / visual editor for creating and editing OpenApi / Swagger definitions (has OpenAPI 3 support)
SwaggerUI-Angular [GitHub] [demo] - An angularJS implementation of Swagger UI
angular-swagger-ui-material [GitHub] [demo] - Material Design template for angular-swager-ui
Hosted solutions that support swagger:
- Apiary - can import from swagger
- Readme.io - can import from swagger
- Lucybot console - supports swagger natively
- Postman - can import from swagger
- Stoplight - supports swagger natively - editing and reading
Check the following articles for more details:
- Ultimate Guide to 30+ API Documentation Solutions
- Turning Contracts into Beautiful Documentation (focused mainly on Swagger)
- An evaluation of auto-generated REST API Documentation UIs (focused mainly on Swagger)
- Free and Open Source API Documentation Tools

kucherenkovova
- 694
- 9
- 22

RomanHotsiy
- 4,978
- 1
- 25
- 36
-
Just wanted to point out that LucyBot is self-hosted. – Vladimir Cvetic Feb 08 '18 at 08:23
-
4I came across a few interesting free ones - http://www.apicur.io/, https://apibldr.com, http://www.apicur.io/. The first one looks great. Could be helpful – Andy Dufresne Mar 30 '18 at 12:09
-
Do you happen to know which is the smallest? I'm looking for a lightweight alternative to swagger-ui to use on embedded devices. – Scott May 03 '18 at 21:01
-
1It looks like 'Responsive Fork of SwaggerUI [GitHub] [demo]' is a dead project. Should we edit to reflect that? – Chris Morgan Jun 17 '18 at 20:07