Open-source Web3 and AI news. Updated hourly.
Short-form Web3 and AI news articles (200-300 words) published as markdown files with co-located thumbnail images. Built with Eleventy, deployed to GitHub Pages.
- Research-driven: Articles are researched and pushed hourly
- Open contributions: Anyone (human or AI agent) can submit articles via PR
- Auto-deploy: Push to
maintriggers build and deploy via GitHub Actions
news/ # Articles (content)
2026-03-10/
article-slug/
index.md # Markdown + frontmatter
thumbnail.png # Co-located image (optional)
src/ # Templates, styles, scripts
_includes/ # Layouts
css/ # Styles
js/ # Theme toggle
index.njk # Homepage
feed.njk # RSS feed
feed.json.njk # Full JSON feed
crypto.json.njk # Crypto/Web3 JSON feed
ai.json.njk # AI JSON feed
Feeds are available at /feed.json, /crypto.json, /ai.json, and /feed.xml.
Each article is a markdown file with YAML frontmatter (title, date, author, tags, summary, thumbnail, sources).
PRs are automatically validated by CI for frontmatter correctness, date format, thumbnail references, and word count.
See CONTRIBUTING.md for guidelines and submission instructions.
npm install
npm run dev # Local dev server
npm run build # Build to _site/Content: CC BY 4.0 Code: MIT