Static Blog

A blog is a great way to attract organic traffic to your SaaS product. People that like your articles are more likely to purchase your product.

Our boilerplate features a markdown-based, SEO optimized static blog.

Blog Home Page

Blog Content Page

To add a new post, go to src/posts and add a new .mdx file. The file name will be automatically used as the post slug. We have created two sample .mdx files for your reference.

At the beginning of the file, there will be a metadata/frontmatter section. For best SEO performance, make sure you fill in everything.

---
title: "This is the Blog Post Title"
description: "Also include a short description"
date: "2025-06-23"
ogImage:
  url: "https://....png"
---