{"id":50454077,"url":"https://github.com/mizcausevic-dev/kinetic-gain-visualizer","last_synced_at":"2026-06-01T01:05:37.464Z","repository":{"id":357458338,"uuid":"1236825502","full_name":"mizcausevic-dev/kinetic-gain-visualizer","owner":"mizcausevic-dev","description":"Unified visualizer for the five Kinetic Gain Protocol Suite specs. Paste any JSON document; the visualizer auto-detects the spec from its *_version field and renders the appropriate view. React 19 + Vite + Tailwind.","archived":false,"fork":false,"pushed_at":"2026-05-23T21:40:41.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T23:21:59.298Z","etag":null,"topics":["aeo","github-pages","kinetic-gain-protocol-suite","protocol-suite","react","tailwind","typescript","visualizer","vite","web-app"],"latest_commit_sha":null,"homepage":"https://mizcausevic-dev.github.io/kinetic-gain-visualizer/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mizcausevic-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-12T15:55:55.000Z","updated_at":"2026-05-23T21:40:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mizcausevic-dev/kinetic-gain-visualizer","commit_stats":null,"previous_names":["mizcausevic-dev/kinetic-gain-visualizer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mizcausevic-dev/kinetic-gain-visualizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fkinetic-gain-visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fkinetic-gain-visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fkinetic-gain-visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fkinetic-gain-visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizcausevic-dev","download_url":"https://codeload.github.com/mizcausevic-dev/kinetic-gain-visualizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fkinetic-gain-visualizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33755379,"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-31T02:00:06.040Z","response_time":95,"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":["aeo","github-pages","kinetic-gain-protocol-suite","protocol-suite","react","tailwind","typescript","visualizer","vite","web-app"],"created_at":"2026-06-01T01:05:37.380Z","updated_at":"2026-06-01T01:05:37.452Z","avatar_url":"https://github.com/mizcausevic-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kinetic Gain Protocol Suite — Unified Visualizer\n\nOne web app, five specs. Paste any document from the [Kinetic Gain Protocol Suite](https://github.com/mizcausevic-dev?q=spec) and the visualizer auto-detects the spec by inspecting the top-level `*_version` field, then dispatches to the appropriate spec-aware renderer.\n\n**Live:** https://mizcausevic-dev.github.io/kinetic-gain-visualizer/\n\n## Supported specs\n\n| Spec | Detect via | Repository |\n|---|---|---|\n| AEO Protocol | `aeo_version` | [aeo-protocol-spec](https://github.com/mizcausevic-dev/aeo-protocol-spec) |\n| Prompt Provenance | `provenance_version` | [prompt-provenance-spec](https://github.com/mizcausevic-dev/prompt-provenance-spec) |\n| Agent Cards | `agent_card_version` | [agent-cards-spec](https://github.com/mizcausevic-dev/agent-cards-spec) |\n| AI Evidence Format | `evidence_version` | [ai-evidence-format-spec](https://github.com/mizcausevic-dev/ai-evidence-format-spec) |\n| MCP Tool Cards | `tool_card_version` | [mcp-tool-card-spec](https://github.com/mizcausevic-dev/mcp-tool-card-spec) |\n\nDocuments without a recognized version field render as raw JSON with a hint about which fields the visualizer looks for.\n\n## Deep-link URLs\n\n- `?view=visualize` — default view (rendered card layout)\n- `?view=editor` — JSON editor with \"Load example\" gallery for all 5 specs\n- `?view=about` — overview of the Suite + the detection contract\n\n## Run locally\n\n```bash\nnpm install\nnpm run dev\n```\n\nOpens at `http://localhost:3001` with the AEO reference Person example pre-loaded.\n\n## Stack\n\n- React 19 · TypeScript · Vite 6 · Tailwind CSS 4 · Lucide icons\n- Zero runtime dependencies beyond the framework\n- One detection function (`src/detect.ts`), one renderer per spec (`src/renderers/`)\n\n## Adding a new spec\n\n1. Add an entry to `SPECS` in `src/detect.ts` with the `versionField` to look for\n2. Add a default example to `src/examples.ts`\n3. Create `src/renderers/MySpecRenderer.tsx` consuming the document type\n4. Wire it into the switch in `src/App.tsx`\n\nNo build-system changes required.\n\n## License\n\nAGPL-3.0.\n\n---\n\n**Connect:** [LinkedIn](https://www.linkedin.com/in/mirzacausevic/) · [Kinetic Gain](https://kineticgain.com) · [Medium](https://medium.com/@mizcausevic/) · [Skills](https://mizcausevic.com/skills/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fkinetic-gain-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizcausevic-dev%2Fkinetic-gain-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fkinetic-gain-visualizer/lists"}