Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
An open-source documentation site generator that turns Markdown files into a website without a build step.
docsify is an open-source documentation website generator that converts Markdown files directly into a website at runtime, with no static build step. As a client-side JavaScript tool, it dynamically loads and parses Markdown files and displays them as a site, so a single index.html file plus your Markdown content is all you need to publish.
docsify is a free, open-source documentation site generator that turns Markdown files into a website on the fly. It takes Markdown files and a single index.html as input and produces a live documentation site in the browser, without pre-rendering HTML files. The project is built on Vue.js and is maintained by the docsifyjs community on GitHub. Unlike static site generators such as VitePress or Hugo, docsify does not compile pages ahead of time – the browser fetches and renders the Markdown.
index.html to any static host like GitHub Pages.index.html is required, it can be dropped onto any existing static file server.index.html, and deploy to GitHub Pages following the quickstart guide..md file and refresh the browser to see the updated page; no recompilation or restart is needed.docsify runs entirely in the browser. When a visitor opens your site, the JavaScript reads the URL, fetches the corresponding Markdown file from the server, parses it into HTML, and injects it into the page. You never run a build command; you just upload your Markdown files and the index.html entry point.
docsify is completely free and open source, with no paid tiers or hosted plans. You only pay for the static hosting you choose, such as GitHub Pages, Netlify, or any other file server.
Yes, docsify is open-source and free to use. There are no licensing costs or hosted plans – you only pay for the static hosting where you deploy your site.
No. Unlike many documentation generators, docsify has no build step. You write Markdown and an index.html, and the site renders in the browser at runtime.
Yes. The official docs include a deployment guide for GitHub Pages. You can publish your site by pushing your Markdown files and index.html to a repository and enabling Pages.
Yes. docsify includes a built-in client-side full-text search feature that indexes your content and provides a search box without requiring a separate search service.
docsify supports multilingual documentation with a language switcher, and its interface can be translated. The project's own documentation is available in both Chinese and English, and the community has contributed other language translations.
