← Back to blog

template

Getting Started With The Template Blog

How to use the included MDX blog foundation in the frontend template.

Feb 19, 2026LaunchThat Team

The template includes a full MDX blog pipeline so every new app can start publishing quickly.

What is included

  • src/content/blog/*.mdx content files
  • src/lib/blog.ts parser and typed metadata
  • /blog and /blog/[slug] routes
  • reusable MDX components under src/components/blog

Recommended flow

Publish workflow

  • Create a new .mdx file under src/content/blog.
  • Set status to published.
  • Add a hero image under public/blog/<slug>/.
  • Open /blog and verify rendering.

Ready to publish your next update?

View the full blog index

Ready to publish your next update?

Browse all posts