a grid of lined squares to build a little poem of five seven five
A small, local-first haiku editor with live syllable counting. Runs as a single HTML file. No accounts, no tracking, no backend.
- Write and save haikus (5–7–5 by default)
- Live syllable counting (English and Spanish, heuristic)
- Local storage in the browser
- Export/import library as JSON
- Download individual or all haikus as Markdown
- Download
five-seven-five.html - Open it in your browser (Chrome, Safari, Firefox)
- Write haikus
- Export regularly if you care about backups
For Obsidian users:
- Save downloaded
.mdfiles into your vault - Or keep
five-seven-five.htmlinside your vault and open it in a browser
Haikus are stored locally in your browser. Clearing browser data will remove them. They won’t sync between browsers or devices. Backup to .md or .json often!
Syllable counts are approximations. They will occasionally be wrong. Poetry is allowed to disagree.
This is a single-file project. Edit the HTML/CSS/JS directly to:
- Change colours
- Adjust layout
- Tweak syllable rules
- v1
- v1.1;
- Added option to delete library
- Fixed .md export format
- display creation date rather than updated
MIT