Guides
Framework-specific setup, copy-paste ready.
Embed GetMan in your framework
Add OpenAPI Docs to a Next.js App
Embed GetMan in a Next.js App Router or Pages Router project without hitting SSR mount errors — a client component wrapper is all it takes.
Read more →Add API Documentation to a WordPress Site
Embed a live, interactive OpenAPI explorer on any WordPress page using the built-in Custom HTML block — no plugin required.
Read more →Add OpenAPI Docs to a Docusaurus Site
Docusaurus has no first-party OpenAPI renderer. Here's how to add a live, interactive API explorer page using BrowserOnly.
Read more →Embed OpenAPI Docs in an Angular App
Add an interactive OpenAPI/Swagger explorer to an Angular app as a standalone component, with proper cleanup on destroy.
Read more →Embed OpenAPI Docs in a React App
Add an interactive OpenAPI/Swagger explorer to any React app with one component — works with Create React App, Vite, or Next.js.
Read more →Embed OpenAPI Docs in a Vue 3 App
Add an interactive OpenAPI/Swagger explorer to any Vue 3 app with the Composition API — no npm package required.
Read more →Host API Docs on GitHub Pages, Free
Serve an interactive OpenAPI explorer straight from a GitHub repo with GitHub Pages — no server, no build step, no hosting cost.
Read more →Replace your framework's built-in docs UI
Add an OpenAPI Documentation UI to Express
Express doesn't ship a docs viewer at all. If you already have (or generate) an openapi.json, GetMan is a two-route addition with no plugin required.
Read more →Replace FastAPI's Built-in Swagger UI
FastAPI serves Swagger UI at /docs by default. Disable it and mount GetMan against the same auto-generated openapi.json — no schema changes needed.
Read more →Replace L5-Swagger's Default UI in Laravel
L5-Swagger and Scribe both generate an OpenAPI document for you already. Point GetMan at the generated file instead of the bundled Blade viewer.
Read more →Replace @nestjs/swagger's Default UI
@nestjs/swagger already builds your full OpenAPI document. Swap its bundled Swagger UI for GetMan without touching a single decorator.
Read more →Replace springdoc-openapi's Swagger UI
springdoc-openapi generates your OpenAPI document automatically. Turn off its bundled Swagger UI and point GetMan at the same /v3/api-docs endpoint.
Read more →Try it with your own spec
Paste any OpenAPI or Swagger URL and see it rendered live — no signup, no install.
Open the explorer