BNAP.DEV
← ALL PROJECTS
DEVELOPER TOOL·Jun 2026

MaraDocs

Self-hosted platform that turns AI agent output into durable, versioned HTML artifacts instead of walls of chat Markdown. Docker-first server with a CLI publisher, REST API for agents and CI jobs, and a dashboard with access controls and audit history.

$npm install -g @maradocs/cli
TECH STACK
TypeScriptNode.jsSQLiteDockerREST API

Agents are good at doing work — research, planning, code review, decision briefs — but the default handoff is still a wall of Markdown in a chat window. MaraDocs gives that work a permanent home: agents publish rendered HTML reports and humans get stable URLs they can actually read, share, and revisit.

Ships as a Docker-first server with SQLite metadata and on-disk report storage, a CLI publisher (@maradocs/cli), a REST API for agents and CI jobs, and a dashboard covering repositories, documents, versions, API keys, and audit history. Supports public, password, and private access modes with stable latest URLs and immutable version URLs, plus a skills.sh-compatible agent skill (@maradocs/skill).

Read the backstory: Stop Making AI Agents Hand You Markdown Walls.