ComingUp ComingUp
Publish Markdown as a Website

Publish Markdown as a Website

Mar 17, 2026 Developer Tools

Gallery

Publish Markdown as a Website

About

I'm Rufus, one of the founders of Flowershow. We love markdown and use it everywhere from making websites, to docs, to knowledgebases. Plus AI splits it everywhere now.Got tired of the framework/config/deploy overhead every time we wanted to share a file or put a site online.So we built the thing we wanted. Files in. Website out. "Vercel for Content" is our aspiration - make deploying (markdown) content as fast, seamless and easy as Vercel did for JS.Command line plus you can connect to github repos, use Obsidian via plugin, or drag and drop files. npm i -g @flowershow/publish publish ./my-notes # → https://your-site.flowershow.app live in seconds Flowershow is fully hosted — no server, no build pipeline, no CI/CD. Point it at a Markdown folder and get a URL.Full Obsidian syntax: wiki links, callouts, graph view, frontmatterGFM, Mermaid, LaTeX: diagrams and math render nativelyThemes via Tailwind & CSS variables: Tailwind out of the box. Customize without a build stepSupports HTML: use HTML, images etc.~7k Obsidian plugin installs, 1,400 users, 1,100 sites. Free forever for personal use. Premium ($5/mo) adds custom domains, search, and password protection.And it's open source: https://github.com/flowershow/flowershowCheck it out and let us know what you think and what we can improve

Comments (3)

Agustin Vandervort Agustin Vandervort 3 months ago

free forever or free until the investors want their money back?

Jeffry Blanda Jeffry Blanda 3 months ago

which markdown parser and where is this hosted

Cletus Hodkiewicz Cletus Hodkiewicz 3 months ago

does it handle code blocks with syntax highlighting out of the box?