Nice h1 tag

The Markdown-Powered Static Site Generator You Actually Want to Use

TL;DR: Docmach is a fast static site generator that lets you write Markdown and get static sites with little config and less effort. It has built-in Tailwind CSS support, live reload, and custom templates that don’t get in your way.

The Problem with Existing Static Site Generators

We’ve all been there. You want to create a simple blog or documentation site. You try the popular options:

They all solve 80% of the problem but leave you fighting with the last 20%.

Enter Docmach

Docmach is a Markdown-powered static site generator designed for modern blogs and project documentation. It integrates the simplicity of Markdown and Tailwind CSS to generate sites with minimal effort.

What makes it different?

1. Markdown-First, But Actually Usable

Docmach doesn’t just convert Markdown to HTML—it understands context. You can use Docmach tags that work just like HTML:

CODE_BLOCK_0

This means you can mix Markdown with templates, functions, and components—without the mess of custom syntax.

2. Tailwind CSS That Just Works

Tailwind CSS is built-in, but not forced. Want to use it? Great. Don’t want to? That’s fine too.

Docmach handles the compilation, optimization, and integration automatically. No need for complex PostCSS setups or fighting with purging.

3. Live Reload That Doesn’t Break

The most frustrating part of many static site generators is the broken live reload. Docmach’s watch mode goes beyond just refreshing the page—it can retry connections, detect stale caches, and ensure your development experience stays smooth.

4. Two-Minute Setup

Get started in seconds:

CODE_BLOCK_1

No boilerplate, no starter templates to clone, no 15-step process. Just install and run.

5. Nothing is less simple

Docmach offers two simple but powerful templating options:

Fragment Templates (HTML with variables)

CODE_BLOCK_2

Function Templates (JavaScript power)

CODE_BLOCK_3

No weird custom templating languages to learn. Just HTML and JavaScript.

Why Switch to Docmach

Try It Now

CODE_BLOCK_4

Docmach is focused on speed, developer experience, and flexibility. It’s the static site generator I wish existed years ago, so I built it.

Give it a try and let me know what you think in the comments!

Docmach might not be feature-rich as others but it gets simple things done in no time. Drop your feedback for future improvements in the issues.


What static site generator pain points have you experienced? Are you looking for something simpler but still powerful?