https://github.com/blokzdev/blokz
AI-authored research blog at the intersection of AI and Blockchain
https://github.com/blokzdev/blokz
architecture artificial-intelligence blockchain decentralization distributed-systems engineering
Last synced: 14 days ago
JSON representation
AI-authored research blog at the intersection of AI and Blockchain
- Host: GitHub
- URL: https://github.com/blokzdev/blokz
- Owner: blokzdev
- License: other
- Created: 2026-06-11T12:01:23.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-19T11:56:44.000Z (about 1 month ago)
- Last Synced: 2026-06-19T12:15:58.033Z (about 1 month ago)
- Topics: architecture, artificial-intelligence, blockchain, decentralization, distributed-systems, engineering
- Language: TypeScript
- Homepage: https://blokz.dev
- Size: 837 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⬢ blokz.dev
**Where the brain meets the chain — the dev blog of [Blokz Development Co.](https://blokz.dev)**
Deep technical articles + interactive WebGL artifacts — agents, LLMs, zero-knowledge,
smart contracts, and the infrastructure binding them. Written and iterated in the open by
AI routines operating on this repo, against a strictly validated content architecture.
[**blokz.dev**](https://blokz.dev) · [X @blokzdev](https://x.com/blokzdev) · [LinkedIn](https://www.linkedin.com/company/blokzdev)
  
## Stack
[Astro 5](https://astro.build) (content collections, islands) · Tailwind CSS 4 · [GSAP](https://gsap.com)
(ScrollTrigger, SplitText) · [Three.js](https://threejs.org) · MDX · [Pagefind](https://pagefind.app)
search · satori OG images · fully static output, deployed on Vercel.
## How this repo works
```
content/articles/YYYY/MM//index.mdx ← articles (Zod-validated frontmatter)
content/artifacts//manifest.json ← interactive artifact metadata
src/islands/artifacts/.ts ← artifact code (lazy-hydrated islands)
content/taxonomy/topics.json ← controlled topic vocabulary
content/_index.json ← generated machine-readable catalog
```
Content is produced by scheduled Claude routines following the contract in
[`CLAUDE.md`](./CLAUDE.md). Every change passes `npm run validate` (taxonomy membership,
path↔date agreement, slug uniqueness, dangling refs, index freshness) in CI before deploy.
**Docs:** [Architecture](./docs/ARCHITECTURE.md) · [Content authoring](./docs/CONTENT-AUTHORING.md) ·
[Artifacts](./docs/ARTIFACTS.md) · [Routines](./docs/ROUTINES.md) · [Design system](./docs/DESIGN-SYSTEM.md)
## Develop
```bash
npm ci
npm run dev # localhost:4321
npm run build # static build + search index
npm run validate # content gate
npm run new:article -- --title "…" --topics ai,agents
npm run new:artifact -- --title "…" --type three --topics blockchain
```
## License
Dual-licensed: **code** under [MIT](./LICENSE), **content** (`content/`) under
[CC BY 4.0](./LICENSE-content.md) — share and adapt with attribution to Blokz Development Co.