{"id":50454091,"url":"https://github.com/mizcausevic-dev/aeo-registry","last_synced_at":"2026-06-01T01:05:38.553Z","repository":{"id":358387699,"uuid":"1240150924","full_name":"mizcausevic-dev/aeo-registry","owner":"mizcausevic-dev","description":"TypeScript registry for AEO manifests, claim surfaces, publisher readiness, and citation-safe discovery posture.","archived":false,"fork":false,"pushed_at":"2026-05-17T05:11:54.000Z","size":1944,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-17T07:25:39.105Z","etag":null,"topics":["aeo","answer-engine-optimization","content-governance","express","kinetic-gain","llm-txt","manifest-registry","schema-org","search-infrastructure","typescript"],"latest_commit_sha":null,"homepage":"https://kineticgain.com/","language":"TypeScript","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/mizcausevic-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-15T20:26:24.000Z","updated_at":"2026-05-17T05:11:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mizcausevic-dev/aeo-registry","commit_stats":null,"previous_names":["mizcausevic-dev/aeo-registry"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mizcausevic-dev/aeo-registry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Faeo-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Faeo-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Faeo-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Faeo-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizcausevic-dev","download_url":"https://codeload.github.com/mizcausevic-dev/aeo-registry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Faeo-registry/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","answer-engine-optimization","content-governance","express","kinetic-gain","llm-txt","manifest-registry","schema-org","search-infrastructure","typescript"],"created_at":"2026-06-01T01:05:38.480Z","updated_at":"2026-06-01T01:05:38.539Z","avatar_url":"https://github.com/mizcausevic-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AEO Registry\r\n\r\nTypeScript and Express registry for **tracking AEO manifests, publisher readiness, claim surfaces, and citation-safe discovery posture**.\r\n\r\n\u003e **What this repo proves**\r\n\u003e\r\n\u003e AEO work gets much more durable when manifests are not just published, but indexed, reviewed, and held to a clear readiness bar for freshness, source coverage, and answer-surface integrity.\r\n\r\n## Why this repo exists\r\n\r\nMost AEO programs eventually end up with more manifests than they can reason about cleanly. One team publishes `llm.txt`. Another emits JSON-LD. A vertical site adds FAQ schema. A support team pushes answer-packaging metadata. Without a registry, those assets exist, but nobody has a single view of which ones are fresh, which ones are weakly sourced, and which ones should never have been exposed to answer engines in the first place.\r\n\r\n`aeo-registry` turns that sprawl into an operator-friendly inventory. It tracks manifests by publisher, version, freshness, source coverage, and answer-surface footprint, then keeps the claims and portfolios that need review visible before they degrade trust or citation quality.\r\n\r\n## Screenshots\r\n\r\n![Overview](./screenshots/01-overview-proof.png)\r\n![Registry board](./screenshots/02-registry-proof.png)\r\n![Claim board](./screenshots/03-claims-proof.png)\r\n![Verification](./screenshots/04-verification-proof.png)\r\n\r\n## What it includes\r\n\r\n- Express app with HTML proof surfaces and JSON APIs\r\n- sample manifest inventory across AEO infrastructure, fintech, SaaS, and real estate\r\n- readiness scoring for freshness, source coverage, and answer-surface completeness\r\n- claim review queue for blocked and review-level surfaces\r\n- publisher portfolio posture for multi-manifest programs\r\n- real browser-rendered README proof assets captured from the running app\r\n- Vitest coverage plus demo and smoke validation scripts\r\n\r\n## Local run\r\n\r\n```powershell\r\ncd aeo-registry\r\nnpm install\r\nnpm run dev\r\n```\r\n\r\nOpen:\r\n\r\n- [http://127.0.0.1:5084/](http://127.0.0.1:5084/)\r\n- [http://127.0.0.1:5084/registry](http://127.0.0.1:5084/registry)\r\n- [http://127.0.0.1:5084/claims](http://127.0.0.1:5084/claims)\r\n- [http://127.0.0.1:5084/publishers](http://127.0.0.1:5084/publishers)\r\n- [http://127.0.0.1:5084/verification](http://127.0.0.1:5084/verification)\r\n- [http://127.0.0.1:5084/docs](http://127.0.0.1:5084/docs)\r\n\r\n## Validation\r\n\r\n```powershell\r\nnpm run verify\r\nnpm run render:assets\r\n```\r\n\r\n## API routes\r\n\r\n- `GET /api/dashboard/summary`\r\n- `GET /api/manifests`\r\n- `GET /api/claims`\r\n- `GET /api/publishers`\r\n- `GET /api/sample`\r\n\r\n## Repo layout\r\n\r\n```text\r\nsrc/\r\n  data/\r\n  services/\r\ndocs/\r\nscripts/\r\nscreenshots/\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Faeo-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizcausevic-dev%2Faeo-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Faeo-registry/lists"}