{"id":26087840,"url":"https://github.com/vzsoares/openapi-swagger-portal","last_synced_at":"2026-05-30T22:31:58.637Z","repository":{"id":281277115,"uuid":"944788417","full_name":"vzsoares/openapi-swagger-portal","owner":"vzsoares","description":"Awesome OpenAPI/Swagger documentation portal 🚀 • Easily display multiple swagger UI's 🤩","archived":false,"fork":false,"pushed_at":"2025-08-02T00:46:03.000Z","size":265,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T02:40:21.945Z","etag":null,"topics":["documentation","openapi","swagger"],"latest_commit_sha":null,"homepage":"https://vzsoares.github.io/openapi-swagger-portal/src","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vzsoares.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-08T00:59:28.000Z","updated_at":"2025-08-02T00:46:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"0024eaa9-fda1-46fc-adfd-1fffbee094a9","html_url":"https://github.com/vzsoares/openapi-swagger-portal","commit_stats":null,"previous_names":["vzsoares/openapi-swagger-portal"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vzsoares/openapi-swagger-portal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vzsoares%2Fopenapi-swagger-portal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vzsoares%2Fopenapi-swagger-portal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vzsoares%2Fopenapi-swagger-portal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vzsoares%2Fopenapi-swagger-portal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vzsoares","download_url":"https://codeload.github.com/vzsoares/openapi-swagger-portal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vzsoares%2Fopenapi-swagger-portal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33712579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","openapi","swagger"],"created_at":"2025-03-09T07:57:52.826Z","updated_at":"2026-05-30T22:31:58.631Z","avatar_url":"https://github.com/vzsoares.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minimalistic API Portal\n\n![API Portal Preview](/static/preview.png)\n\nA lightweight, minimalistic OpenAPI/Swagger documentation portal built with **Alpine.js**, **TailwindCSS**, and **Vite**.\nProvides a clean interface for exploring and testing multiple API schemas (OpenAPI/Swagger) from different domains.\n\n## Features\n\n- 🚀 **Vite-Powered** – Fast development server \u0026 optimized build\n- 📱 **Fully Responsive** – Works seamlessly on desktop, tablet, and mobile devices\n- 🌐 **Multi-API Support** – Organize and display multiple APIs by domain category\n- 🔎 **Interactive Documentation** – Powered by Swagger UI for testing API endpoints\n- 🔄 **Deep Linking** – Share direct links to specific APIs and endpoints\n- ⚡ **Lightweight** – Minimal dependencies and fast loading\n\n## Usage\n\n### Development\n\n```bash\nnpm install\nnpm run dev\n```\n\n### Production Build\n\n```bash\nnpm run build\nnpm run preview\n```\n\nServe the `dist/` folder with any static server.\n\n## Configuration\n\nAll configuration is now in **`src/config.json`**:\n\n```json\n{\n    \"siteName\": \"API Portal\",\n    \"supportUrl\": \"https://example.com\",\n    \"primaryColor\": \"#1e2939\",\n    \"secondaryColor\": \"#193cb8\",\n    \"schemas\": [\n        {\n            \"name\": \"Domain Name\",\n            \"apis\": [\n                {\n                    \"name\": \"API Name\",\n                    \"url\": \"https://path-to-your-swagger-definition.json\"\n                }\n            ]\n        }\n    ]\n}\n```\n\nEdit this file to set your portal name, colors, support link, and API definitions.\n\n## Contributing\n\nContributions are welcome! Submit a Pull Request to improve features, styling, or documentation.\n\n## License\n\nMIT – See [LICENSE](LICENSE).\n\n## Acknowledgments\n\n- [Swagger UI](https://swagger.io/tools/swagger-ui/) – API documentation renderer\n- [Alpine.js](https://alpinejs.dev/) – Lightweight reactivity system\n- [TailwindCSS](https://tailwindcss.com/) – Utility-first CSS framework\n- [Vite](https://vitejs.dev/) – Lightning-fast build tool\n\n---\n\nMade with ❤️ for API consumers and developers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvzsoares%2Fopenapi-swagger-portal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvzsoares%2Fopenapi-swagger-portal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvzsoares%2Fopenapi-swagger-portal/lists"}