A personal OpenAPI documentation browser that's simple, clean, and ready to use. View any OpenAPI specification by URL or direct content paste.
- View OpenAPI/Swagger documentation in a modern, interactive interface
- Add specs via URL or by pasting YAML/JSON content
- Supports OpenAPI 2.0, 3.0, and 3.1
- All data stored locally in your browser - no server uploads
- Visit API Docs Viewer
- Click "Add API Spec" button or the Settings icon
- Choose one of the options:
- URL: Paste a link to your hosted OpenAPI specification
- Content: Paste your YAML/JSON OpenAPI specification directly
- View and interact with your API documentation
Your specifications are saved in your browser's local storage for future visits.
- React + TypeScript
- Scalar API Reference - For rendering OpenAPI documentation
If you want to run the application locally:
# Clone repository
git clone https://github.com/thatbeautifuldream/api-docs-viewer.git
cd api-docs-viewer
# Install dependencies
pnpm install
# Start development server
pnpm run dev
MIT License