# all·markdown

About All Markdown

I built this because I kept needing it and could not find it. It is made by one person, Aleksandar Simov, at Simov Studio LTD — a small company registered in Cyprus. No funding, no accounts, no uploads, and no plans for any of the three.

Why it exists

There is no shortage of Markdown tools. That was the problem. Every time I needed one — open a .md file someone had sent me, turn a Word document into Markdown, get a clean PDF out of a README — I would find something that did that one job, and only that job, and usually with a sign-up wall in front of it or an upload I did not want to make.

The ones that did not ask me to sign in tended to be worse in a different way: a text box and a preview pane, no tabs, no way to open a file, a layout that fell apart on a phone. I never found one where everything was right at once — easy to start using, no login, a genuinely good editor, plenty of features, and still a clean interface. Most tools get one of those right. Very few get two.

So I made the one I wanted, and then I used it. That last part is most of why it is the way it is.

Most of this was built because I needed it that afternoon

I wrote this site's own documentation in it. Every feature below exists because something was annoying while I was doing that:

That is also the honest reason some things are missing. If I have not needed it, I have probably not built it — which is where an email comes in.

The one rule

Your files never leave your device. Not "we do not look at them", not "we delete them after 24 hours" — they are never sent. Everything here, every conversion, every export, every preview, runs in the browser tab you have open.

That is a design constraint rather than a policy, and it is the interesting part of the project. It means there is no server to receive a document, so there is nothing to breach, nothing to subpoena and nothing to quietly change my mind about later. It also means the site works with the network switched off, which is worth trying once because it makes the claim concrete in a way a privacy page cannot.

It costs something, and the cost is worth naming: anything that genuinely needs a server — accounts, syncing between your devices, collaborating with someone else in real time — is not here and cannot be, in this form. Those are real features and other tools have them. This one has the other thing.

What it does not do

Who "we" is

Mostly it is "I". Aleksandar Simov — some people write it Aleks — building and maintaining this through Simov Studio LTD, registered in Cyprus. The company is how invoices and terms work; the site is one person's project.

This matters for one practical reason: when you email hello@simov.studio, you are writing to the person who wrote the code. There is no support queue and no first-line script. A reply might take a day.

How it is built

Static HTML, CSS and JavaScript, served from Cloudflare's edge. No framework in the app itself, no bundler for the code you run, no third-party scripts on the critical path. The Markdown is parsed by marked and sanitised by DOMPurify, both vendored into the site rather than fetched from a CDN, so no other host learns which pages you visit.

It is boring on purpose. Boring survives, and a tool you can rely on for ten years is more useful than a clever one that stops working when somebody's API changes.

Get in touch

hello@simov.studio — bugs, feature requests, a Markdown file that renders wrong, or anything about Simov Studio. A file that reproduces a problem is the most useful thing you can send.

Common questions

Who is behind All Markdown?
Aleksandar Simov, through Simov Studio LTD, a company registered in Cyprus. One person builds and maintains it. You can write to hello@simov.studio and it reaches me.
Is All Markdown free, and what is the catch?
It is free, and there is no account to make. The honest answer about the catch is that there is not one yet: the site costs very little to run because there is no server doing work, and it is not funded by anyone. If that ever changes, the change will be on this page before it is anywhere else.
How do you make money from it?
Currently, not at all. There are no ads, no affiliate links, no sponsored tools and nothing is sold. The one thing that will never fund it is data: there is no server that receives your documents, so there is nothing to sell even if I wanted to.
Do you collect any analytics?
Page-level, cookieless analytics — which pages get visited, roughly where from. Nothing that can see inside a document, because nothing that could is ever sent. The privacy page names the provider and lists every event.
Is it open source?
Not today. Everything it does runs in your browser, so the code is already readable in your developer tools — view source, read the modules, watch the network tab stay empty. Opening the repository properly is on the list rather than a promise.
How do I report a bug or ask for a feature?
Email hello@simov.studio. It is one person reading, so a reply may take a day, but a clear bug report with the file that caused it is the single most useful thing anyone sends me. Several of the features on this site started as one.