Everything a modern doc site needs
Opinionated defaults, zero config to start, fully customizable when you need it.
Shiki syntax highlighting
100+ languages, Catppuccin themes, diffs, line highlights, and TwoSlash type hints out of the box.
Diagrams & math
Mermaid flowcharts and KaTeX equations, theme-aware, zero config. Just write them in your Markdown.
MDX components
Drop JSX components into Markdown when you need power — stay plain when you don't.
Docs, blog & changelog
Multiple content sections with tags, dates, and auto-generated index pages, all from configuration.
Search & navigation
Orama full-text search, per-section sidebars, keyboard shortcuts, and smart table-of-contents.
Dark mode & themes
Built-in dark mode, image variants for light/dark, and fully customizable Shiki themes.
Write Markdown. Ship a website.
Your .md files stay as they are — Livemark does the rest.
---
title: Quickstart
icon: rocket
---
# Quickstart
Install the package:
```bash
npm install livemark
```
:::tip
Run livemark dev and open the browser.
:::
## Features
- **Fast** rebuilds with Vite
- **MDX** components when you need them
- _Beautiful_ out of the boxQuickstart
Install the package:
Run livemark dev and open the browser.
Features
- · Fast rebuilds with Vite
- · MDX components when you need them
- · Beautiful out of the box
Start writing. Let Livemark handle the rest.
Install, point to a folder of Markdown, deploy. That's the whole setup.
Built on modern, battle-tested foundations