Open-source Web3 news, especially Base. Updated hourly.
Short-form Web3 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
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