Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Minimalist Astro blog template with MDX, Tailwind CSS, dark mode, Cmd+K search, and Umami analytics.
Serene Ink is an open-source Astro blog template for developers and writers that outputs a static site from MDX content, featuring dark mode, built-in search, and a central configuration file.
Serene Ink is a minimalist, open-source blog template built with Astro, MDX, and Tailwind CSS v4. It takes blog posts written as MDX files in the src/posts/ folder and generates a static site complete with RSS, sitemap, Open Graph, and structured data. The template is designed to achieve 100/100 Lighthouse performance scores and runs on any static host. It is released under the MIT License.
src/config.ts file, covering title, navigation, socials, posts per page, and analytics.pnpm run new-post to scaffold a new MDX post with frontmatter.src/posts/; Astro generates the corresponding URL structure automatically.Clone the repository or use the GitHub template, install dependencies with pnpm install, then run pnpm dev to start the local server at localhost:4321. Add posts as MDX files in src/posts/ or use the new-post script, then build with pnpm run build to produce a static site in the dist directory for deployment.
Serene Ink is free and open source under the MIT License, so you can use it for personal or commercial projects without licensing fees.
Yes. Serene Ink is released under the MIT License, so it is free to use for personal and commercial projects.
Serene Ink is built with Astro, MDX, and Tailwind CSS v4. It includes built-in support for RSS, sitemaps, Open Graph, and structured data.
Run pnpm run new-post in the project directory, or create a new MDX file in src/posts/ with frontmatter fields including title, date, tags, draft, and image.
Yes. Serene Ink builds as a static site with the build command pnpm run build and output directory dist, which is compatible with Cloudflare Pages, Vercel, and Netlify.
