Static Blog

A community 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 blog system:

The blog homepage

Blog Home Page

The blog content page

Blog Content Page

Add a new post

To add a new post, go to content/community and add a new .mdx file just like the examples we included.

The file name will be automatically used as the post slug.

At the start of the mdx file, there should be a frontmatter section. For best SEO performance, make sure you fill in everything.

yaml
---
title: "This is the Blog Post Title"
description: "Also include a short description"
author: content/author/john-doe.md
publishedAt: 2026-02-15T05:06:19.869Z
---