{"id":51069218,"url":"https://github.com/eep-dev/eep-site","last_synced_at":"2026-06-23T09:02:10.846Z","repository":{"id":359030446,"uuid":"1211877766","full_name":"eep-dev/eep-site","owner":"eep-dev","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-20T00:10:16.000Z","size":1212,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-20T07:25:06.062Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/eep-dev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-15T20:55:13.000Z","updated_at":"2026-05-20T01:59:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/eep-dev/eep-site","commit_stats":null,"previous_names":["eep-dev/eep-site"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/eep-dev/eep-site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eep-dev%2Feep-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eep-dev%2Feep-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eep-dev%2Feep-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eep-dev%2Feep-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eep-dev","download_url":"https://codeload.github.com/eep-dev/eep-site/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eep-dev%2Feep-site/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34682633,"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-06-23T02:00:07.161Z","response_time":65,"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":[],"created_at":"2026-06-23T09:02:05.945Z","updated_at":"2026-06-23T09:02:10.838Z","avatar_url":"https://github.com/eep-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EEP Landing Site (`eep-site`)\n\nOfficial landing page repository for the EEP ecosystem under the `eep-dev` organization.\n\n- EEP protocol repository: [https://github.com/eep-dev/EEP](https://github.com/eep-dev/EEP)\n- EEP landing page repository: [https://github.com/eep-dev/eep-site](https://github.com/eep-dev/eep-site)\n\n## Purpose\n\nThis site is the public-facing documentation and landing experience for EEP.\nIt must stay aligned with:\n\n- Protocol repo: [https://github.com/eep-dev/EEP](https://github.com/eep-dev/EEP)\n- Landing repo: [https://github.com/eep-dev/eep-site](https://github.com/eep-dev/eep-site)\n- Package scopes: npm `@eep-dev/*`, Python `eep-*`\n\n## Getting Started\n\nRun the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to preview the site.\n\nEdit `app/page.tsx` and related components; the page auto-updates during development.\n\n## Content Alignment Checklist\n\nBefore release, confirm these are reflected in site content:\n\n- Strict fail-closed semantic verification defaults\n- Zero-trust audit readiness and report links\n- Compliance scoring and `--report-json` / `--report-md` examples\n- Canonical adoption links (agent onboarding + enterprise playbook)\n- Repository URLs under `eep-dev`\n\n## Whitepaper PDF (`/whitepaper`)\n\nThe site serves the EEP technical whitepaper as a paginated PDF at `/whitepaper` (production: `https://eep.dev/whitepaper`).\n\nBefore `npm run build`, generate the PDF in the protocol repo and let prebuild copy it into `public/docs/`:\n\n```bash\ncd ../EEP/docs \u0026\u0026 pdflatex WHITEPAPER.tex \u0026\u0026 pdflatex WHITEPAPER.tex\ncd ../../eep-site \u0026\u0026 npm install \u0026\u0026 npm run build\n```\n\n`postinstall` / `prebuild` also copy `pdf.worker.min.mjs` from `pdfjs-dist` for the in-browser viewer.\n\n## Deployment\n\nDeploy using your preferred platform (Vercel, Netlify, container-based deployment, etc.).\nKeep production environment variables and domain configuration in sync with the `eep-dev` organization setup.\n\nFor production, ensure `WHITEPAPER.pdf` exists at build time (run `pdflatex` in CI or commit `public/docs/WHITEPAPER.pdf` after each whitepaper release).\n\n**Docker (`docker compose build`):** the image copies `scripts/` before `npm ci` (postinstall needs them). The build context is only `eep-site/`, so commit `public/docs/WHITEPAPER.pdf` or generate it locally before `docker compose up --build` — the container cannot reach `../EEP/docs`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feep-dev%2Feep-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feep-dev%2Feep-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feep-dev%2Feep-site/lists"}