Hello world: why we built this
Replace me — the founding story post. Why does your product exist, and for whom?
This is a sample post — delete it and write your own. The file lives at
content/blog/2026-01-15-hello-world.md; the slug is the filename without
the date prefix.
What goes in a launch post
A good first post answers three questions:
- What problem were you living with?
- Why did the existing tools fail you?
- What does your product do differently?
Keep it personal and concrete. Nobody quotes a feature list; everybody quotes a war story.
Markdown is all you need
You can use inline code, links, blockquotes:
Publishing should be as easy as a git commit.
…and fenced code blocks:
$post = $blogRepository->find('hello-world');
Raw HTML is stripped on purpose — content files should never be able to inject scripts into your pages.