๐งต Been building on nights/weekends a solo dev project and think I'm ready to share.
mkdnsite ("markdown site") is a web server where your Markdown files ARE your website. No static site generator. No build step. No pipeline.
Point it at a folder of .md files โ live site.
I made this little CLI package 9 years ago, and it still works and is still useful today
`bun x cies -av` to see which project dependencies are out of date (and by how much)
Sometimes you gotta toot your own horn: https://t.co/Sxy9bj1Exf
@suni_code mkdnsite ("markdown site") = a Markdown-native web server
HTML for humans, Markdown for agents. Zero build.
Open source: https://t.co/7jL307yIQ0
Hosted: https://t.co/m67WF5iszV
Easier than SSG + GitHub Pages
@ThePrimeagen mkdnsite ("markdown site") = a Markdown-native web server
HTML for humans, Markdown for agents. Zero build.
Open source: https://t.co/7jL307yIQ0
Or hosted: https://t.co/m67WF5iszV
Try for free
Also built https://t.co/TweWW5XUbd, a hosted service that runs mkdnsite for you. Connect a GitHub repo, get a live site with a custom domain. No infrastructure.
Still early. Looking for feedback from Markdown lovers.
https://t.co/jCEddICLkZ
https://t.co/TweWW5XUbd
๐งต Been building on nights/weekends a solo dev project and think I'm ready to share.
mkdnsite ("markdown site") is a web server where your Markdown files ARE your website. No static site generator. No build step. No pipeline.
Point it at a folder of .md files โ live site.
It also auto-generates /llms.txt, has a built-in MCP server, runs on Bun/Node/Deno, and can serve directly from a GitHub repo.
npm i -g mkdnsite
mkdnsite ./docs
That's the whole setup.
. Back when I wrote this, I never would have thought that writing "code from my phone" was going to be me talking to a team of autonomous AI agents using Slack, but here we are.
Welcome to the future.