{"id":50454056,"url":"https://github.com/mizcausevic-dev/aeo-visualizer","last_synced_at":"2026-06-01T01:05:36.278Z","repository":{"id":357403425,"uuid":"1236794732","full_name":"mizcausevic-dev/aeo-visualizer","owner":"mizcausevic-dev","description":"Interactive web visualizer for AEO Protocol declarations. Paste any /.well-known/aeo.json and see entity, authority, claims, and citation preferences rendered as a clean card layout. React 19 + Vite + Tailwind. Live on GitHub Pages.","archived":false,"fork":false,"pushed_at":"2026-05-24T23:23:02.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-25T01:30:18.138Z","etag":null,"topics":["aeo","aeo-protocol","github-pages","kinetic-gain-protocol-suite","react","tailwind","typescript","visualizer","vite","web-app"],"latest_commit_sha":null,"homepage":"https://mizcausevic-dev.github.io/aeo-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":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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-12T15:23:10.000Z","updated_at":"2026-05-24T23:23:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mizcausevic-dev/aeo-visualizer","commit_stats":null,"previous_names":["mizcausevic-dev/aeo-visualizer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mizcausevic-dev/aeo-visualizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Faeo-visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Faeo-visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Faeo-visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Faeo-visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizcausevic-dev","download_url":"https://codeload.github.com/mizcausevic-dev/aeo-visualizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Faeo-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","aeo-protocol","github-pages","kinetic-gain-protocol-suite","react","tailwind","typescript","visualizer","vite","web-app"],"created_at":"2026-06-01T01:05:36.201Z","updated_at":"2026-06-01T01:05:36.266Z","avatar_url":"https://github.com/mizcausevic-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AEO Visualizer\n\nInteractive web visualizer for [AEO Protocol](https://github.com/mizcausevic-dev/aeo-protocol-spec) declarations. Paste any `/.well-known/aeo.json` document — or write one in the JSON editor — and see entity, authority, claims, and citation preferences rendered as a clean card layout.\n\n**Live:** https://aeo.kineticgain.com\n\n## What it does\n\n- **Explore view** — entity card on the left, authority + verifications on a dark slate panel, claims grid on the right with expandable cards showing evidence and confidence\n- **JSON Editor** — paste any AEO document and re-visualize in real time\n- **About** — Three Pillars of AEO (Declare, Discover, Audit) with a one-page explainer\n\n## Direct-link URLs\n\nAppend `?view=visualizer | editor | about` to deep-link any view:\n\n- `https://aeo.kineticgain.com?view=editor`\n- `https://aeo.kineticgain.com?view=about`\n\n## Run locally\n\n```bash\nnpm install\nnpm run dev\n```\n\nVisits to `http://localhost:3000` open the visualizer with the reference Person example pre-loaded.\n\n## Stack\n\n- React 19 + TypeScript\n- Vite 6\n- Tailwind CSS 4\n- Motion (Framer)\n- Lucide icons\n\nZero runtime dependencies beyond the above — no API keys, no external services.\n\n## Deploy\n\nThe bundled GitHub Actions workflow (`.github/workflows/deploy.yml`) builds and publishes to GitHub Pages on every push to `main`. Forking and re-deploying is one config change:\n\n1. Fork\n2. Settings → Pages → Source: **GitHub Actions**\n3. Edit `vite.config.ts` `base` if you fork under a different repo name\n4. Push to `main` → live URL announced in the workflow run\n\n## Kinetic Gain Protocol Suite\n\n| Spec | Implementation |\n|---|---|\n| [AEO Protocol](https://github.com/mizcausevic-dev/aeo-protocol-spec) | [aeo-sdk-python](https://github.com/mizcausevic-dev/aeo-sdk-python) · [aeo-sdk-typescript](https://github.com/mizcausevic-dev/aeo-sdk-typescript) · [aeo-sdk-rust](https://github.com/mizcausevic-dev/aeo-sdk-rust) · [aeo-sdk-go](https://github.com/mizcausevic-dev/aeo-sdk-go) · [aeo-sdk-swift](https://github.com/mizcausevic-dev/aeo-sdk-swift) · [aeo-cli](https://github.com/mizcausevic-dev/aeo-cli) · [aeo-crawler](https://github.com/mizcausevic-dev/aeo-crawler) · [mcp-aeo-server](https://github.com/mizcausevic-dev/mcp-aeo-server) · **aeo-visualizer** (this) |\n| [Prompt Provenance](https://github.com/mizcausevic-dev/prompt-provenance-spec) | — |\n| [Agent Cards](https://github.com/mizcausevic-dev/agent-cards-spec) | — |\n| [AI Evidence Format](https://github.com/mizcausevic-dev/ai-evidence-format-spec) | — |\n| [MCP Tool Cards](https://github.com/mizcausevic-dev/mcp-tool-card-spec) | — |\n\n## License\n\nAGPL-3.0. Adapted from the Google AI Studio applet of the same concept.\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%2Faeo-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizcausevic-dev%2Faeo-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Faeo-visualizer/lists"}