Lily-Livered
Self-initiated open-source template, released under Apache-2.0.
An opinionated holding page for domains that have email but no website yet. Drop in an SVG, edit one config file, release to Cloudflare Pages. Built like a product with a roadmap: semver releases from v1.0.0 to v2.0.4 with a written migration guide, Renovate for dependency updates, Biome for a single lint-and-format pass, and a Lighthouse run plus a Mozilla Observatory grade tracked in CI.
Context
Plenty of domains carry email but no website. The owner does not want a full site yet, so the domain sits on a registrar parking page, which reads as abandoned and leaks trust. Lily-Livered fills that gap with a one-page logo site for domains that deserve better than nothing but are not getting a full website today.
Approach
The whole site is a single logo-first page, configured in one file: drop in an SVG, edit the config, release to Cloudflare Pages. The interesting part is not the page. It is that a page this small is built like a product with a roadmap, so the same edge deployment, security headers, structured data, and analytics pipeline that a hundred-page site gets are available to a domain that took sixty seconds to configure.
The craft
The discipline is the point, and it is all on the record:
- Real releases. Tagged semver from v1.0.0 through v2.0.4, each with a written migration guide.
- Dependencies kept current. Renovate opens the updates; nothing drifts quietly.
- One quality pass. Biome handles lint and format in a single tool.
- Measured, not asserted. A Lighthouse workflow runs three times per push and takes the median for a stable score, and the Mozilla Observatory grade is shown on the front page with its tradeoffs documented.
Outcome
A small surface held to real release discipline. The transferable claim is the habit: even a one-page site earns versioned releases, automated dependency hygiene, and quality scores that are measured in CI rather than promised. It is released under Apache-2.0 to fork and reuse.