Docsify.js icon
Docsify.js icon

Docsify.js

 15 likes

docsify generates your documentation website on the fly. Unlike GitBook, it does not generate static html files. Instead, it smartly loads and parses your Markdown files and displays them as website. All you need to do is create an index.

light theme

License model

  • FreeOpen Source

Platforms

  • Self-Hosted
5 / 5 Avg rating (3)
15likes
3comments
0news articles

Features

Suggest and vote on features
  1.  Support for MarkDown
  2.  Extensible by Plugins/Extensions
  3.  Client-side
  4.  Static Site Generator

 Tags

Docsify.js News & Activities

Highlights All activities

Recent activities

Show all activities

Docsify.js information

  • Developed by

    Unknown
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Rating

    Average rating of 5
  • Alternatives

    46 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  29,323 Stars
  •  5,733 Forks
  •  182 Open Issues
  •   Updated May 12, 2025 
View on GitHub

Our users have written 3 comments and reviews about Docsify.js, and it has gotten 15 likes

Docsify.js was added to AlternativeTo by Alexandre ZANNI on Aug 6, 2018 and this page was last updated Jan 3, 2023.

Comments and Reviews

   
 Post comment/review
Top Positive Comment
Alexandre ZANNI
May 4, 2020
1

100% static, no generation needed, the JS dynamically render the Markdown in the browser, so you can host it with Gitlab pages (or github pages) without even needing to configure a CI.

estellegaits
Aug 25, 2022
0

Amazingly simple to use and (of course) very well documented !

Guest
Nov 12, 2021
0

clean, javascript based, lightweight and soo many plugins

What is Docsify.js?

docsify generates your documentation website on the fly. Unlike GitBook, it does not generate static html files. Instead, it smartly loads and parses your Markdown files and displays them as website. All you need to do is create an index.html to start and deploy it on GitHub Pages.

See the Quick start for more details. Features

  • No statically built html files
  • Simple and lightweight (~19kB gzipped)
  • Smart full-text search plugin
  • Multiple themes
  • Useful plugin API
  • Emoji support
  • Compatible with IE10+
  • Support SSR (example)

Official Links