Show ur Swag is a web application that allows developers to instantly visualize API documentation from Swagger YAML or JSON files. Upload your file and the tool will render the corresponding Swagger UI for easy API exploration.
- Drag & Drop Upload: Easily upload your API definition by dragging and dropping your file.
- Instant Swagger UI Rendering: The API documentation is automatically displayed after upload.
- URL-Based Sharing: Compressed YAML/JSON can be shared via a URL parameter.
- Lightweight & Client-Side: Runs entirely in the browser with no backend required.
- Open the web page.
- Drag and drop a
.yaml,.yml, or.jsonfile into the upload area. - The Swagger UI will appear displaying the API documentation.
- To share, copy the generated URL containing the API definition.
- HTML, CSS, JavaScript for the front-end.
- Swagger UI for API documentation rendering.
- LZ-String Compression for URL-based sharing.
This project is licensed under the Apache 2.0 License.