Public-domain poetry, with a clean reader UI and stable line-span permalinks.
- Store poetry in git (one poem per file, stable line breaks).
- Provide a fast, clean static reader UI (not GitHub’s file viewer).
- Support shareable links to specific lines/spans (
#L12-L27).
- GitHub Pages: https://pro777.github.io/freeverse/
cd site
npm install
npm run devThen open the URL Astro prints (usually http://localhost:4321).
To test a production build locally:
cd site
npm run build
npm run previewpoems/— public-domain poem text files (curated)meta/— provenance + metadata per poem (seemeta/SCHEMA.md)site/— static site (Astro)
- US public domain only (for now).
- Poetry-only. We may extract individual poems from poetry books.
- We are not trying to mirror Project Gutenberg.
See:
PROVENANCE.mdCONTENT_LICENSE.mdCONTRIBUTING.mddocs/org-transfer-plan.md