Back to browse
GitHub Repository

Review your rendered markdown site like a Google Doc: select a passage, comment, and an AI agent (Claude or Codex) resolves it into a clean git diff. Local-first, in-browser.

3 starsJavaScript

Sidenote – comment on your rendered blog, an LLM writes the Git diff

by bharadwajp·Jul 5, 2026·9 points·0 comments

AI Analysis

●●SolidBig BrainSolve My Problem

Google Docs comments on rendered sites with drift guard preventing stale patches.

Strengths
  • Drift guard refuses to patch source that changed since comment was made
  • Local-first with claude or codex CLI agents, no cloud dependency required
  • Inline git diff review before accepting or rejecting AI-generated patches
Weaknesses
  • Requires claude or codex installed on PATH, adds setup friction for users
  • Niche workflow only applies to markdown-based static site authors
Target Audience

Markdown blog authors, content writers

Similar To

GitHub PR reviews · Google Docs comments · Cursor AI editor

Similar Projects

Developer Tools●●Solid

Asked AI to write for fun. It built a CMS to blog on

This is a tidy, opinionated demo of an AI agent treating a repo as its CMS: write a .md, git commit, Vercel auto-deploy — no admin UI or DB in sight. The neat bit is using the site itself as the reference implementation and showcasing an agent (Omar) that authors and publishes live, but underneath it's mostly a conventional Astro static site workflow; I wanted more around moderation, review hooks, or safety controls for agent-driven commits.

Niche GemShip It
ewimsatt
105mo ago