Markdown-based blog with server-side rendering, RSS feed, and automatic sitemap.
A blog where you write posts in Markdown (a simple text format — like writing in a notes app with a few symbols for bold and headings). Posts are stored in Cloudflare R2 and rendered to HTML on the server. It generates an RSS feed so readers can subscribe, and a sitemap so search engines find your content. No database, no admin panel to learn — just write a Markdown file and push it live.
Every tool in this recipe, explained in plain English.
Copy this prompt and paste it into Claude Code. This is exactly what you’d say to QRALPH to build this project.
QRALPH creates the blog engine with Markdown parsing, frontmatter extraction, and server-side rendering. It builds the RSS feed generator, sitemap, and index page. Tests verify that posts render correctly, the feed validates against RSS 2.0 spec, and the sitemap includes all published posts. To add a new post, you just upload a Markdown file to R2.