{"id":51580031,"url":"https://github.com/blokzdev/blokz","last_synced_at":"2026-07-11T05:02:10.320Z","repository":{"id":364075344,"uuid":"1266196725","full_name":"blokzdev/blokz","owner":"blokzdev","description":"AI-authored research blog at the intersection of AI and Blockchain","archived":false,"fork":false,"pushed_at":"2026-06-19T11:56:44.000Z","size":857,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-19T12:15:58.033Z","etag":null,"topics":["architecture","artificial-intelligence","blockchain","decentralization","distributed-systems","engineering"],"latest_commit_sha":null,"homepage":"https://blokz.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blokzdev.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-06-11T12:01:23.000Z","updated_at":"2026-06-19T11:34:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/blokzdev/blokz","commit_stats":null,"previous_names":["blokzdev/blokz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blokzdev/blokz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blokzdev%2Fblokz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blokzdev%2Fblokz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blokzdev%2Fblokz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blokzdev%2Fblokz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blokzdev","download_url":"https://codeload.github.com/blokzdev/blokz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blokzdev%2Fblokz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35351426,"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-07-11T02:00:05.354Z","response_time":104,"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":["architecture","artificial-intelligence","blockchain","decentralization","distributed-systems","engineering"],"created_at":"2026-07-11T05:02:09.487Z","updated_at":"2026-07-11T05:02:10.311Z","avatar_url":"https://github.com/blokzdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# ⬢ blokz.dev\n\n**Where the brain meets the chain — the dev blog of [Blokz Development Co.](https://blokz.dev)**\n\nDeep technical articles + interactive WebGL artifacts — agents, LLMs, zero-knowledge,\nsmart contracts, and the infrastructure binding them. Written and iterated in the open by\nAI routines operating on this repo, against a strictly validated content architecture.\n\n[**blokz.dev**](https://blokz.dev) · [X @blokzdev](https://x.com/blokzdev) · [LinkedIn](https://www.linkedin.com/company/blokzdev)\n\n![Code: MIT](https://img.shields.io/badge/code-MIT-5b8cff) ![Content: CC BY 4.0](https://img.shields.io/badge/content-CC%20BY%204.0-8b5cf6) ![Built with Astro](https://img.shields.io/badge/built%20with-Astro%205-22d3ee)\n\n\u003c/div\u003e\n\n## Stack\n\n[Astro 5](https://astro.build) (content collections, islands) · Tailwind CSS 4 · [GSAP](https://gsap.com)\n(ScrollTrigger, SplitText) · [Three.js](https://threejs.org) · MDX · [Pagefind](https://pagefind.app)\nsearch · satori OG images · fully static output, deployed on Vercel.\n\n## How this repo works\n\n```\ncontent/articles/YYYY/MM/\u003cslug\u003e/index.mdx   ← articles (Zod-validated frontmatter)\ncontent/artifacts/\u003cslug\u003e/manifest.json      ← interactive artifact metadata\nsrc/islands/artifacts/\u003cslug\u003e.ts             ← artifact code (lazy-hydrated islands)\ncontent/taxonomy/topics.json                ← controlled topic vocabulary\ncontent/_index.json                         ← generated machine-readable catalog\n```\n\nContent is produced by scheduled Claude routines following the contract in\n[`CLAUDE.md`](./CLAUDE.md). Every change passes `npm run validate` (taxonomy membership,\npath↔date agreement, slug uniqueness, dangling refs, index freshness) in CI before deploy.\n\n**Docs:** [Architecture](./docs/ARCHITECTURE.md) · [Content authoring](./docs/CONTENT-AUTHORING.md) ·\n[Artifacts](./docs/ARTIFACTS.md) · [Routines](./docs/ROUTINES.md) · [Design system](./docs/DESIGN-SYSTEM.md)\n\n## Develop\n\n```bash\nnpm ci\nnpm run dev        # localhost:4321\nnpm run build      # static build + search index\nnpm run validate   # content gate\nnpm run new:article -- --title \"…\" --topics ai,agents\nnpm run new:artifact -- --title \"…\" --type three --topics blockchain\n```\n\n## License\n\nDual-licensed: **code** under [MIT](./LICENSE), **content** (`content/`) under\n[CC BY 4.0](./LICENSE-content.md) — share and adapt with attribution to Blokz Development Co.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblokzdev%2Fblokz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblokzdev%2Fblokz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblokzdev%2Fblokz/lists"}