Swagger UI with Ghostpipe support.
npm install -g ghostpipe
ghostpipe https://swagger.ghostpipe.dev <your_openapi_file>
npm install
npm run dev(Assuming your openapi spec is in openapi.yml)
ghostpipe http://localhost:5173 openapi.yml
Open http://localhost:5173 to view the interactive API documentation.
