I built a 'life in weeks' poster generator in one HTML file
SMRTR summary
A single-file web tool that renders your entire life as a 100×52 grid of circles — one per week — and exports a print-ready PDF. Built with zero frameworks, zero backend, and zero cost, it uses a clever two-path SVG trick to draw 5,200 circles with just two DOM nodes. The PDF and SVG share the same coordinate math to stay pixel-perfect identical.
SMRTR provides this summary for quick context. The original article belongs to Dev.to.
Read the original article