March 25, 2026
Introducing Repo-Backed Publishing
How Intuition now ships articles and changelog entries directly from Markdown in the repository.
Intuition now publishes long-form site content directly from the repository. That keeps product writing, changelog entries, and review history in the same workflow as the code they describe.
Why this matters
- Content changes can be reviewed in pull requests.
- Frontmatter is validated before content is shipped.
- SEO and Open Graph metadata stay tied to each entry instead of drifting into route code.
What authors get
Authors write standard Markdown with a small frontmatter contract:
---
slug: my-update
title: My Update
description: One sentence describing the post.
date: 2026-03-25
type: article
published: true
---
From there, the app handles list pages, detail pages, canonical URLs, social previews, and sitemap inclusion automatically.