# Markdown Studio - a browser-based HTML-to-Markdown converter

> Source: <https://dev.to/datavis/markdown-studio-a-browser-based-html-to-markdown-converter-1jn8>
> Published: 2026-07-27 17:41:28+00:00

Hi - I built a small browser-based project called MD Studio:

It started as a personal project to help me learn AI-assisted web development and Markdown, which I realised was used a lot in AI tools and software-development workflows.

MD Studio lets you:

It’s built with Preact, TypeScript, CodeMirror and Vite. It runs without an account or installation, and document content is processed locally in the browser.

This is a non-commercial learning project. I’d really appreciate feedback on confusing interface choices, conversion problems, browser issues or anything important I may have overlooked.

Feedback is welcome in the comments or through the public feedback repository:

[https://github.com/marc-reid/md-studio-feedback](https://github.com/marc-reid/md-studio-feedback)

Thanks!
