mirror of
https://github.com/kennethreitz/kennethreitz.org.git
synced 2026-06-21 14:50:57 +00:00
6b6ce3f9c8
- Every page under /software rewritten or tightened: 165 em-dashes removed, download stats corrected against live PyPI numbers, broken kjvstudy/httpbin links fixed (homepage too) - Full rewrites: sample pack, clint, autoenv, osx-gcc-installer, games and legacy indexes; Responder promoted to Major Projects - New essay documenting today's changes, the Obsidian sync pipeline (kr-vault plugin + sync-repo.py), and uv; added to essays index Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
33 lines
2.0 KiB
Markdown
33 lines
2.0 KiB
Markdown
# Poems by Sarah: A Poetry Publishing Platform
|
|
|
|
[poemsbysarah.com](https://poemsbysarah.com) is a publishing platform I built for my wife Sarah's poetry: 120 poems, beautifully presented, built entirely with Claude Code.
|
|
|
|
## The Story
|
|
|
|
Sarah wrote 120 poems. They deserved a home that honored the work. Not a social media post, not a PDF, not a generic blog template. They deserved a real publishing platform designed specifically for poetry.
|
|
|
|
So I built one. The entire site was created through collaboration with Claude Code, from the initial design to the final deployment. It's a clean, focused reading experience that puts the poems first and everything else second.
|
|
|
|
I wrote about the full process in [The Becoming: Building a Poetry Publishing Pipeline with Claude Code](/essays/2026-01-30-the-becoming-building-a-poetry-publishing-pipeline-with-claude-code).
|
|
|
|
## Design Philosophy
|
|
|
|
Poetry publishing has specific needs that most web platforms ignore. Line breaks matter. White space matters. The pace at which words appear on screen matters. A poem isn't a blog post. It's a carefully constructed experience of language, and the presentation should respect that.
|
|
|
|
The site is minimal by design. No sidebar. No recommended reading algorithms. No engagement metrics. Just the poem, the page, and the reader.
|
|
|
|
## Why It Matters
|
|
|
|
This project sits at the intersection of several things I care about deeply: building tools for the people I love, using AI as a creative collaborator rather than a replacement, and demonstrating that technology can serve art rather than commodify it.
|
|
|
|
It's also proof that Claude Code can build real, production-quality web applications. Not just prototypes or demos, but something you'd be proud to put someone's life work on.
|
|
|
|
## Visit
|
|
|
|
- [poemsbysarah.com](https://poemsbysarah.com)
|
|
|
|
## Related
|
|
|
|
- [**The Becoming**](/essays/2026-01-30-the-becoming-building-a-poetry-publishing-pipeline-with-claude-code): The full story of building the platform.
|
|
- [**KJV Study**](/software/websites/kjvstudy): Another project built through human-AI collaboration.
|