On not knowing what to say for the first ten minutes
Almost everyone starts a session by apologising for having nothing to say. What follows is usually the most important thing they say all week. A short essay on the useful silence.
Read the essayAlmost everyone starts a session by apologising for having nothing to say. What follows is usually the most important thing they say all week. A short essay on the useful silence.
Read the essayA journal section with one featured essay, its wide photograph drifting inside the frame, small-caps category and date, a large serif title and an excerpt, beside a ruled list of recent shorter pieces, under a serif heading that settles in word by word and a pill action.
One long read carried on a wide photograph that drifts as the page scrolls, with a ruled list of shorter pieces alongside it, under a heading that settles in word by word beside a pill action.
Upgrade to Pro
Pro blocks install through the shadcn CLI with your license key and ship their full source. Docs and live previews stay open to everyone, so you can read every block's details first.
Swap YOUR_EMAIL and YOUR_KEY for the email and license key on your account. Find your license key on your account page.
Radix flavor
npx shadcn add "https://ui.beste.co/r/blog69?email=YOUR_EMAIL&license_key=YOUR_KEY"Base UI flavor
npx shadcn add "https://ui.beste.co/r-base/blog69?email=YOUR_EMAIL&license_key=YOUR_KEY"This installs the block to components/beste/block/blog69.tsx plus the button22 sliding-marker pill and the text1 word stagger it uses.
The installed file exports blog69Demo alongside the block: the exact props behind the preview above. Spread it to get a working journal section in one line.
import { Blog69, blog69Demo } from "@/components/beste/block/blog69";
export default function Page() {
return <Blog69 {...blog69Demo} />;
}Then replace the demo with your own props. Written out, a trimmed setup looks like this:
import { Blog69 } from "@/components/beste/block/blog69";
export default function Page() {
return (
<Blog69
eyebrow="From the journal"
heading="One long read, and a few short ones."
button={{ label: "Open the journal", href: "/journal", tone: "outline" }}
featured={{
title: "On not knowing what to say for the first ten minutes",
excerpt: "Almost everyone starts by apologising for having nothing to say.",
date: "August 2026",
category: "Essay",
href: "/journal/first-ten-minutes",
image: { src: "/photos/hills.jpg", alt: "Soft fog rolling over layered green hills" },
}}
posts={[
{ title: "Rest you do not have to earn", date: "July 2026", href: "/journal/rest" },
{ title: "Why we walk on Fridays", date: "June 2026", href: "/journal/walking" },
]}
labels={{ read: "Read the essay", more: "Also recent" }}
/>
);
}| Prop | Type | Default | Description |
|---|---|---|---|
eyebrow | string | – | Small-caps line above the heading |
heading | string | – | Section heading, rendered as an h2 through Text1 |
button | ActionButton | – | Pill action beside the heading |
featured | FeaturedPost | – | The long read, with its own image and excerpt |
posts | ListPost[] | [] | Ruled list of shorter pieces |
labels | { read?: string; more?: string } | {} | Read link wording and the list's small-caps title |
className | string | – | Extra classes for the outer <section> |
type FeaturedPost = {
title: string;
excerpt: string;
date: string;
category: string;
href: string;
image: { src: string; alt: string };
};
type ListPost = {
title: string;
date: string;
href: string;
};
type ActionButton = {
label: string;
href: string;
tone?: "primary" | "light" | "dark" | "outline";
};-10% to 10% against a 1.2 scale, further than the sibling three-up index moves its cards, because a single wide 16/10 frame can carry more travel before the crop starts to matter.motion-safe:, so the hover lift is dropped for anyone who has asked for reduced motion while the link keeps working.items-baseline, so a two-line title and its date sit on the same first line rather than the date floating to the vertical centre of the row.ul with divide-y and a border on both ends, so the rules belong to the list itself and adding a row adds a rule.0.1s stagger from a 0.3s base, so the sidebar resolves after the essay beside it rather than competing with it.blog68
A journal listing: a serif heading settling in word by word beside a pill action, then three staggered article cards whose photographs drift inside their frames, each with a small-caps category and date, a serif title, an excerpt and a read link.
blog57
Editorial journal preview pairing one lead entry with a wide image, category, title, excerpt and date against a ruled index of three shorter entries, headed by an eyebrow, a display heading and an outline pill CTA.
blog70
An image-free journal index: a sticky column with a serif heading that settles in word by word and a pill action, beside ruled rows that each carry a small-caps category, a serif title, the date and reading time, and an arrow that lifts on hover.
blog27
Classic newspaper layout with serif fonts and bordered headline. Large main story on left, stacked secondary stories on right with dividers.