FlipMD

FlipMD is a lightweight markdown viewer and editor for Windows, built to fill the gap between “open VS Code” and “open Notepad”.

The Problem

You’re working on a project and want to quickly check a README or CLAUDE.md file. Your options:

None of these are quite right for the simple case: “I just want to read this markdown file, nicely rendered, right now.”

The Solution

FlipMD opens markdown files quickly, renders them properly, and lets you make quick edits without ceremony. It’s a native Windows app that:

How It Works

Double-click a .md file (once you’ve set the file association), and FlipMD opens it rendered. Want to edit? Flip to edit mode, make your change, save. Done.

The “flip” in the name comes from this view-switching: rendered view for reading, source view for editing.

Design Philosophy

Do one thing well: This isn’t trying to be a markdown IDE or a note-taking app. It’s a viewer with just enough editing capability to be useful.

Native feel: It’s a Windows app, not an Electron wrapper around a web page. Opens fast, uses system conventions.

Scratching my own itch: I built this because I kept reaching for something that didn’t exist. Now it does.

Use Cases


A small utility for a small problem - exactly as it should be.

If you want more control, you can run your own instance from the source, or get in touch about a private setup.

View the source and install instructions on GitHub