> ## Documentation Index
> Fetch the complete documentation index at: https://shipfast.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Blog

> Built-in blog powered by MDX. Write in markdown, publish instantly.

<Info>
  Your blog is ready. Add `.mdx` files and they appear at `/blog`.
</Info>

## How It Works

Simple:

1. Create `.mdx` file in `/app/(public)/blog/posts/`
2. Add frontmatter (title, description, date, author, coverImage)
3. Write in markdown
4. Save → Post goes live

No build step. No database. Just files.

## SEO (Automatic)

Every post gets:

<CardGroup cols={2}>
  <Card title="Meta Tags" icon="tag">
    Title, description, keywords
  </Card>

  <Card title="Sitemap" icon="sitemap">
    Auto-added to sitemap
  </Card>
</CardGroup>
