Open source · GPLv3 · Free forever

Slides from
plain text.

Kova turns Markdown into polished presentations — live preview, auto layouts, and PPTX export. No drag and drop. No design mode. Just write.

Download free View on GitHub
the-future-of-work.md — kova

# 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.

The Future of Work
Productivity is shifting fast.
Here's what it means for teams.
1 / 3

Features

Everything you need.
Nothing you don't.

Built for people who'd rather write than click. Kova stays out of your way.

Markdown-first

Slides separated by ---. Headings set the layout. Write like you always have, get polished slides out the other end.

Auto layouts

Title, section, two-column, quote, grid, and full-bleed layouts — detected automatically from your content structure.

Live preview

Editor and rendered slides stay in perfect sync as you type. See your presentation take shape in real time.

PPTX export

Export to PowerPoint in 16:9 or 4:3 — for stakeholders who need a .pptx and won't take no for an answer.

Mermaid diagrams

Pie, bar, and line charts plus flowcharts — rendered inline from fenced code blocks. No image exports needed.

Themes

Built-in themes, plus drop your own into ~/.kova/themes/ as simple YAML files. Live reloaded instantly.

Focus mode

Dims inactive slides and collapses side panels. Toggle with Ctrl+Shift+F when it's time to actually write.

Syntax highlighting

Fenced code blocks rendered with highlight.js — 190+ languages. Your code looks as good as your slides.

Keyboard-driven

Every action has a shortcut. Fully remappable via ~/.kova/keybindings.yaml — no settings UI required.

Syntax

Write it once.
kova figures out the rest.

A handful of conventions give you powerful layouts without any configuration.

Markdown input

# 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.

Rendered slides
Title Slide
Subtitle or intro text here
H1 → title layout
Section Break
H2 → section layout

Present

Fullscreen mode.
Built for the stage.

Presenter view shows your speaker notes, slide counter, and next slide preview — while your audience sees only the clean, full-bleed presentation.

  • Speaker notes visible only in presenter view
  • Keyboard and click navigation
  • YouTube embeds open in browser; polls render as QR codes
  • File watcher reloads automatically when edited externally
Fullscreen — presenter view
3 / 8
Three Trends
Remote-first by default
Async communication
AI-augmented workflows
Speaker notes
Mention the Stanford study here. Reference the 2024 data on async tooling adoption.

Get started

Up and running
in under a minute.

Download a pre-built release, or build from source. Kova runs natively on macOS, Linux, and Windows — no Electron, no browser shell.

Download release View source
Terminal

$ git clone https://github.com/kovamd/kova.git

$ cd kova && npm install

$ npm run tauri dev

Get started
in seconds.

Free, open source, and runs natively on macOS, Linux, and Windows.

Other platforms & release notes ↗

Open source · GPLv3 No account required macOS · Linux · Windows