frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Mkdnsite – Markdown-native web server for humans (HTML) and agents (md)

https://github.com/mkdnsite/mkdnsite
2•nexdrew•2h ago
# What?

Introducing mkdnsite ("markdown site") - an open source Markdown-native web server that serves HTML to humans and raw Markdown to agents. No build step required. Runs on Bun/Node/Deno, as an OS-specific standalone executable, or as a Docker container. Possibly the easiest way to go from Markdown files to functional website in the new agentic era.

Features:

- Runtime-only, zero build

- Content negotiation means HTML for browsers and Markdown for agents

- Supports GitHub-Flavored Markdown rendering

- Mermaid diagrams, KaTeX math, embedded Chart.js charts, syntax highlighting all included

- Full-text search for humans, MCP tools for agents

- Customizable UI theming with auto-support for light/dark modes

- Pull Markdown files directly from a GitHub repo

See official docs at https://mkdn.site

# Why?

Back in February, I saw Cloudflare's announcement of "Markdown for Agents" (https://blog.cloudflare.com/markdown-for-agents/). At the time, I thought "so I'm writing my API docs or blog in Markdown and converting it to HTML for a website, only to have Cloudflare turn it back into Markdown for AI/agent consumption". This seemed odd to me.

I'm a Node.js developer but had recently been building projects on Bun because of the "batteries included" features, like cross-compilation of standalone executables (similar to Go), that Node.js lacked natively (yes, I'm aware of Node SEA, but it's messy/complicated and `bun build --compile` is not).

Then, when I found `Bun.markdown`, something clicked for me - building a web server that converts Markdown to HTML at runtime should be super easy. And agents actually want Markdown, so why not combine the two ideas?

Humans like writing Markdown (well, at least, I do) and agents like reading Markdown (less verbose, easier to grok, fewer tokens). Add to this the fact that we can now use AI to write software, and my side project was born.

Is Markdown-to-HTML a new concept? Absolutely not. It's pretty old and well-established. But what I think is new is the ability to do everything at runtime (no build step required) and the built-in support for AI agents. mkdnsite has content negotiation, automated llms.txt, an MCP server, and support for agent headers.

# How?

I worked with Claude to refine the idea and come up with basic requirements/specs and then had Claude build me a scaffolded project. I started the project on March 7.

The following Friday, I configured my first set of OpenClaw agents on my personal machine and set them up to use Slack. From that point on, I spent most evenings and every weekend building mkdnsite and a hosted service (at https://mkdn.io) by logging ideas as issues in GitHub and talking with my "team lead" agent on Slack to pick up the work and implement features.

mkdnsite v1.0.0 was released on March 16. The current version is v1.4.1 released March 28. Almost every line of code was written by AI, either via an autonomous OpenClaw agent or via individual Claude Code sessions.

# So what?

Just looking for some honest feedback. Is this useful? Is it dumb? Is there another tool that offers the same combination of features (I looked and couldn't find one)?

I am not downplaying SSGs at all. I quite like Astro. And I love GitHub Pages. I just think there's room for an easier/simpler solution.

Please try it out and let me know what you think. Thanks.

Show HN: Git bayesect – Bayesian Git bisection for non-deterministic bugs

https://github.com/hauntsaninja/git_bayesect
183•hauntsaninja•4d ago•25 comments

Show HN: Flight-Viz – 10K flights on a 3D globe in 3.5MB of Rust+WASM

https://flight-viz.com
49•coolwulf•6h ago•28 comments

Show HN: Dull – Instagram Without Reels, YouTube Without Shorts (iOS)

https://getdull.app
24•kasparnoor•3h ago•10 comments

Show HN: Zerobox – Sandbox any command with file, network, credential controls

https://github.com/afshinm/zerobox
95•afshinmeh•2d ago•81 comments

Show HN: CLI to order groceries via reverse-engineered REWE API (Haskell)

https://github.com/yannick-cw/korb
185•wazHFsRy•2d ago•79 comments

Show HN: Real-time dashboard for Claude Code agent teams

https://github.com/simple10/agents-observe
67•simple10•7h ago•23 comments

Show HN: Mkdnsite – Markdown-native web server for humans (HTML) and agents (md)

https://github.com/mkdnsite/mkdnsite
2•nexdrew•2h ago•0 comments

Show HN: Sycamore – next gen Rust web UI library using fine-grained reactivity

https://sycamore.dev
94•lukechu10•11h ago•74 comments

Show HN: Postgres extension for BM25 relevance-ranked full-text search

https://github.com/timescale/pg_textsearch
188•tjgreen•1d ago•56 comments

Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs

https://prismml.com/
398•PrismML•1d ago•148 comments

Show HN: A typing trainer that uses real code snippets

https://type.a2n.dev/
4•a2nb•3h ago•2 comments

Show HN: Forkrun – NUMA-aware shell parallelizer (50×–400× faster than parallel)

https://github.com/jkool702/forkrun
143•jkool702•5d ago•38 comments

Show HN: Mycellm – BitTorrent for LLMs, pool GPUs into federated networks

https://mycellm.ai
3•mijkal•4h ago•0 comments

Show HN: Local RAG on 25 Years of Teletext News

https://github.com/r-follador/TeletextSignals/
2•folli•4h ago•0 comments

Show HN: Roadie – An open-source KVM that lets AI control your phone

https://github.com/VibiumDev/roadie
4•hugs•4h ago•1 comments

Show HN: Modern AI assisted goals and performance management

https://prfrm.architectfwd.com
2•quintes•5h ago•0 comments

Show HN: Claude Code rewritten as a bash script

https://github.com/jdcodes1/claude-sh
45•rpst•1d ago•12 comments

Show HN: Canon PIXMA G3010 macOS driver, reverse-engineered with Claude

https://github.com/pdrgds/pixma-rs
2•pdrgds•5h ago•0 comments

Show HN: Hire Gnome – a lightweight ATS for small recruiting agencies

https://hiregnome.com/
3•harrywynn•5h ago•1 comments

Show HN: Max Headbox, a local agent that fits on a Raspberry Pi 5

https://github.com/syxanash/maxheadbox
4•syx•9h ago•0 comments

Show HN: Metal Quantized Attention on M5 Max

https://releases.drawthings.ai/p/metal-quantized-attention-pulling
4•liuliu•6h ago•0 comments

Show HN: Loreline, narrative language transpiled via Haxe: C++/C#/JS/Java/Py/Lua

https://loreline.app/en/docs/technical-overview/
69•jeremyfa•4d ago•20 comments

Show HN: Rustobol – Compile Rust to COBOL

https://github.com/romanagenda/rustobol/
5•mikece•7h ago•0 comments

Show HN: Sundial – a new way to look at a weather forecast

https://sundial.page/
55•izaidi•1d ago•23 comments

Show HN: Baton – A desktop app for developing with AI agents

https://getbaton.dev/
59•tordrt•12h ago•49 comments

Show HN: Coasts – Containerized Hosts for Agents

https://github.com/coast-guard/coasts
95•jsunderland323•2d ago•38 comments

Show HN: I turned a sketch into a 3D-print pegboard for my kid with an AI agent

https://github.com/virpo/pegboard
64•virpo•2d ago•17 comments

Show HN: SAM3-CPU – Run Segment Anything on CPU with memory-aware video chunking

https://github.com/rhubarb-ai/sam3-cpu
5•judlaw•9h ago•1 comments

Show HN: Made a small multiplayer game with AI

https://newton.hyperkube.org/
4•SamInTheShell•9h ago•2 comments

Show HN: Kvdb – a lightweight embedded key-value database written in Zig

https://github.com/lispking/kvdb
3•lispking•9h ago•0 comments