---
title: Hello OpnPress
description: How OpnPress keeps markdown and LLM-ready source mirrors aligned.
published: true
date: 2026-05-06T00:00:00.000Z
---

# Hello OpnPress

OpnPress keeps the markdown source close to the rendered site so humans and LLMs are working from the same content model.

## What that means

- markdown is the source of truth
- links stay relative so the structure is obvious
- source mirrors expose the content in a machine-friendly format
- page metadata tells tools how to traverse the site

## Why it helps

When content is already structured for traversal, the LLM does less guessing and can focus on generating useful pages, edits, and follow-up content.

:::cardrow
title: Related pages
description: A few places to continue exploring the sample site.
cards:
  - title: Services
    href: ../../services/
    body: See how the services section is structured.
  - title: Locations
    href: ../../locations/
    body: See how multi-location pages are organized.
  - title: Contact
    href: ../../contact/
    body: See the reusable contact patterns.
:::
