Kova turns Markdown into polished presentations — live preview, auto layouts, and PPTX export. No drag and drop. No design mode. Just write.
# The Future of Work
Productivity is shifting fast.
Here's what it means for teams.
---
## Three Trends
- Remote-first by default
- Async communication
- AI-augmented workflows
---
### The numbers
Remote workers report
24% higher productivity.
|||
```mermaid
pie title Work modes
"Remote" : 60
"Hybrid" : 30
"Office" : 10
```
???
Mention the Stanford study here.
Features
Built for people who'd rather write than click. Kova stays out of your way.
Slides separated by ---. Headings set the layout. Write like you always have, get polished slides out the other end.
Title, section, two-column, quote, grid, and full-bleed layouts — detected automatically from your content structure.
Editor and rendered slides stay in perfect sync as you type. See your presentation take shape in real time.
Export to PowerPoint in 16:9 or 4:3 — for stakeholders who need a .pptx and won't take no for an answer.
Pie, bar, and line charts plus flowcharts — rendered inline from fenced code blocks. No image exports needed.
Built-in themes, plus drop your own into ~/.kova/themes/ as simple YAML files. Live reloaded instantly.
Dims inactive slides and collapses side panels. Toggle with Ctrl+Shift+F when it's time to actually write.
Fenced code blocks rendered with highlight.js — 190+ languages. Your code looks as good as your slides.
Every action has a shortcut. Fully remappable via ~/.kova/keybindings.yaml — no settings UI required.
Syntax
A handful of conventions give you powerful layouts without any configuration.
# Title Slide
Subtitle or intro text here
---
## Section Break
---
### Two-column slide
Left column content
|||
Right column content
---
> "A blockquote-only slide
> gets the quote layout."
---
???
Speaker notes — presenter view only.
Present
Presenter view shows your speaker notes, slide counter, and next slide preview — while your audience sees only the clean, full-bleed presentation.
Get started
Download a pre-built release, or build from source. Kova runs natively on macOS, Linux, and Windows — no Electron, no browser shell.
$ git clone https://github.com/kovamd/kova.git
$ cd kova && npm install
$ npm run tauri dev
Free, open source, and runs natively on macOS, Linux, and Windows.