Hello World
Published Sep 4, 2026 · Team
announcement
Welcome to the template's blog. This post lives in content/blog/en/hello-world.mdx.
What you get
Clone the template, run pnpm install && pnpm dev, and you have:
- Authentication with email and social login
- Stripe subscriptions and one-time credit packages
- A credits system with expiration
- An AI chat demo that deducts credits
- Admin user management
Writing posts
Create a new .mdx file in content/blog/<locale>/ with frontmatter:
---
title: "Your title"
description: "A short summary."
date: "2026-09-04"
tags: ["product"]
---
Your **markdown** content here.
Set draft: true to hide a post from the list.