First dummy post
by André Nuyens / May 16, 2026 / 3 min
This is a dummy post.
The point is to make the blog rendering easy to inspect while the backend is still being wired up. The design should feel closer to an old web page than a product page: readable text, obvious links, and very little decoration.
A simple heading
Here is a paragraph with a link back home. Here is a short list:
- plain text first
- links should be obvious
- code should be readable
Inline code looks like const simple = true.
type Post = {
title: string;
slug: string;
};
Keep the surface small enough that writing stays the main thing.