GitHub Stars

Article

Editorial article layouts for long-form stories, interviews, and analysis.

Article 1

Designing Astro pages like a magazine, not a dashboard

A strong content system needs editorial hierarchy, deliberate whitespace, and room for imagery, quotes, and callouts to breathe.

Sil Veltman
SV

Sil Veltman

May 2026 · 8 min read

Editorial article hero image

When a block library grows beyond buttons and cards, the next problem is rhythm. Article layouts need a predictable reading width, but they also need places for context, secondary media, and editor notes.

This version keeps the story column focused while moving the supporting context into a side card. That makes it useful for essays, changelogs, interviews, and longer release notes.

Build it with semantic sections, card surfaces, and a small set of reusable UI primitives instead of one-off editorial CSS.

Article 2

How teams turn component libraries into publishable page systems

This variant starts centered with metadata inline, which works well for longer interview or analysis pages.

Sil Veltman
SV

Sil Veltman · May 3, 2026

6 min read

Interview article image

When a block library grows beyond buttons and cards, the next problem is rhythm. Article layouts need a predictable reading width, but they also need places for context, secondary media, and editor notes.

This version keeps the story column focused while moving the supporting context into a side card. That makes it useful for essays, changelogs, interviews, and longer release notes.

Build it with semantic sections, card surfaces, and a small set of reusable UI primitives instead of one-off editorial CSS.