{"id":16179502,"url":"https://github.com/timonback/springwolf-asyncapi-ui","last_synced_at":"2026-02-15T04:34:08.927Z","repository":{"id":167710833,"uuid":"624907116","full_name":"timonback/springwolf-asyncapi-ui","owner":"timonback","description":"Use Springwolf with the AsyncApi Initiative UI (POC)","archived":false,"fork":false,"pushed_at":"2024-12-02T18:42:11.000Z","size":2446,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T18:29:45.947Z","etag":null,"topics":["asyncapi","documentation-generator","springwolf","ui"],"latest_commit_sha":null,"homepage":"https://timonback.github.io/springwolf-asyncapi-ui/","language":"EJS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timonback.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-04-07T14:58:35.000Z","updated_at":"2024-10-14T18:54:35.000Z","dependencies_parsed_at":"2023-12-17T17:37:11.221Z","dependency_job_id":"c2deacae-adc2-4ac4-a7b1-edb43c293b50","html_url":"https://github.com/timonback/springwolf-asyncapi-ui","commit_stats":null,"previous_names":["timonback/springwolf-asyncapi-ui"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/timonback/springwolf-asyncapi-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonback%2Fspringwolf-asyncapi-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonback%2Fspringwolf-asyncapi-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonback%2Fspringwolf-asyncapi-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonback%2Fspringwolf-asyncapi-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timonback","download_url":"https://codeload.github.com/timonback/springwolf-asyncapi-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonback%2Fspringwolf-asyncapi-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29469359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T04:33:36.478Z","status":"ssl_error","status_checked_at":"2026-02-15T04:33:36.033Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["asyncapi","documentation-generator","springwolf","ui"],"created_at":"2024-10-10T05:28:39.302Z","updated_at":"2026-02-15T04:34:08.909Z","avatar_url":"https://github.com/timonback.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n# Springwolf AsyncApi UI\n##### Use Springwolf with the [AsyncApi Initiative UI](https://github.com/asyncapi/asyncapi-react)\n\nDemo: https://timonback.github.io/springwolf-asyncapi-ui/\n\n:warning: This project is a proof of concept to use a different ui for [springwolf](https://github.com/springwolf/springwolf-core). At this point, I do not plan to maintain this actively. But feel free to leave a message in case you find it useful or you have suggestions.\n\n## Usage\nRefer to the [springwolf](https://github.com/springwolf/springwolf-core) project for the general setup.\n\nNow, also add the following to your `build.gradle` file (and replace the username + password):\n\n```groovy\nrepositories {\n    // ...\n    maven {\n        name = \"GitHubPackages\"\n        url \"https://maven.pkg.github.com/timonback/springwolf-asyncapi-ui\"\n         credentials {\n            username = \"your_github_username\"\n            password = \"github_personal_access_token_pat_with_read_packages_permission\"\n        }\n    }\n}\n\ndependencies {\n    // One of the springwolf plugins is required to build the AsyncApi document (general setup)\n    implementation 'io.github.springwolf:springwolf-kafka:0.10.0'\n\n    // Add the ui of this project\n    runtimeOnly 'io.github.timonback:springwolf-asyncapi-ui:0.1.0'\n}\n```\n\nAfter starting the spring application, visit: `localhost:8080/springwolf/asyncapi-ui/index.html`.\n\n## Development\n1. Run `npm run build_pages` (Uses asyncApi mock data)\n2. Open `./dist/index.html` in your browser\n\n## Release\n\nReleasing is done by running the gradle task `publish`. For local development, use `publishToMavenLocal`.\n\nThe maven package is available on github packages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimonback%2Fspringwolf-asyncapi-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimonback%2Fspringwolf-asyncapi-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimonback%2Fspringwolf-asyncapi-ui/lists"}