Rails app for publishing standalone HTML pages on the pal-e platform
Find a file
2026-06-11 18:33:49 +00:00
docs Add project docs: user stories, architecture, roadmap, DORA strategy (#5) 2026-06-11 11:39:25 +00:00
public Add first poem: The Purpose of Life is a Boner (#6) 2026-06-11 18:33:49 +00:00
README.md Add project docs: user stories, architecture, roadmap, DORA strategy (#5) 2026-06-11 11:39:25 +00:00

html-poster

A Rails app for publishing standalone HTML pages on the pal-e platform. Two purposes: post little HTML sites publicly via Tailscale funnel, and prove the full devops pipeline works for a new service from day zero -- with DORA metrics measured from the first deploy.

Docs

Section What It Covers
User Stories Who uses this, what they need, why it matters
Architecture Rails structure, deployment pipeline, observability wiring
Roadmap Phased delivery plan with milestones
DORA Metrics strategy, dashboard design, measurement from day one

Quick Start

cp ~/rails-base/docker-compose.yml .
docker compose run web rails new . -d postgresql --skip-ci --skip-kamal --skip-docker --skip-thruster --skip-action-text
docker compose up

See Architecture for where HTML content goes in the filetree.