Kite turns your Markdown files into beautiful, themed websites. No config hell, no dependencies—just write and build.
Write in plain Markdown with optional frontmatter. Kite handles the rest—TOC, HTML, and theming.
Swap themes with a single flag. Or roll your own with a simple HTML template and CSS.
Single Go binary. No Node.js, no npm, no runtime. Install once and forget.
Written in Go. Your entire site, regardless of size, renders in a blink.
go install github.com/HimanshuSardana/kite@latest
Drop a .md file into content/:
---
title: My First Post
date: 2026-01-15
tags: [getting-started, tutorial]
---
# Hello World
This is my first post written in Markdown.
kite build && kite serve
Switch themes instantly. All themes are hand-crafted and work without any additional setup.
$ kite build rose-pine
Drop a config.yaml at the root to personalize your site.
Everything has a default—configure only what you need.
siteTitle: "My Blog"
authorName: "Your Name"
authorRole: "Writer & Developer"
authorBio: "I write about technology and code."
defaultTheme: "modern-light"