100% Client-Side

Write Markdown.
See it live.

A polished markdown editor with real-time preview, syntax highlighting, diagrams and math.

100% private Zero tracking Zero accounts
Get started Free & open source
CodeInk
Editor Split Preview
EDITOR
Markdown
# Welcome to CodeInk
A real-time **Markdown editor** with
syntax highlighting and diagrams.
```typescript
interface User {
  id: string
  name: string
}
```
PREVIEW
Live
Welcome to CodeInk
A real-time Markdown editor with syntax highlighting and diagrams.
interface User {
  id: string
  name: string
}
12 lines 24 words 148 chars
Saved locally

Built with

Astro
Tailwind CSS
TypeScript
Mermaid
Bun
Features

Everything you need to write technical Markdown

Why CodeInk?

The Markdown editor that respects your privacy

Private by architecture

Your documents are saved in IndexedDB — nothing is transmitted, stored, or processed on any server. Zero tracking, zero cookies.

No accounts, no lock-in

Open the editor and start writing. No signup, no subscriptions, no vendor lock-in. Your data stays under your control.

Built with modern tech

Astro, CodeMirror 6, Shiki, and Tailwind CSS. Fast, lightweight, and works offline once cached.

Free & open source

MIT licensed. No premium tiers, no paywalls. Full source on GitHub.

FAQ

Frequently asked questions

Is CodeInk free?

Yes, CodeInk is 100% free and open source. There are no premium tiers, no paywalls, and no feature restrictions. The full source code is available on GitHub.

Does CodeInk require an account?

No. Zero signup required. Open the editor and start writing. Your documents are saved locally in your browser via IndexedDB.

Is my data private in CodeInk?

Your documents never leave your browser. CodeInk runs 100% client-side with zero tracking and zero cookies. Nothing is stored on any server.

Does CodeInk support Mermaid diagrams?

Yes. CodeInk renders Mermaid diagrams in real-time directly in the preview pane. Supported types include flowcharts, sequence diagrams, ER diagrams, Gantt charts, class diagrams, and more. Learn more in our Mermaid diagrams guide.

Does CodeInk support math equations?

Yes. CodeInk supports KaTeX for rendering LaTeX math expressions inline and in display mode. Check out our KaTeX math guide for syntax examples.