TypeScript Documentation

Open-source TypeScript projects categorized as Documentation

Top 23 TypeScript Documentation Projects

Documentation
  1. storybook

    Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation

    Project mention: Documentando componentes React com Storybook | dev.to | 2025-06-24
  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. mermaid

    Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown

    Project mention: How i use AI tools to make dev articles more useful (and more fun to read) | dev.to | 2025-06-19

    Mermaid.js Turn plain text into clean architecture and flow diagrams right inside markdown.

  4. Docusaurus

    Easy to maintain open source documentation websites.

    Project mention: Create fast, modern API docs using Docusaurus | dev.to | 2025-05-19

    Docusaurus is a powerful static site generator built by Meta and designed specifically for documentation websites. It’s React-based, which means you get a lot of flexibility in how you customize your site, and it comes with features that make API documentation much easier to manage:

  5. gitbook

    The open source frontend for GitBook doc sites

    Project mention: How we built our docs site | dev.to | 2025-05-15

    We looked into a few different providers including GitBook, Docusaurus, Hashnode, Fern and Mintlify. There were various factors in the decision but the TLDR is that while we manage our SDKs with Fern, we chose Mintlify for docs as it had the best writing experience, supported custom React components, and was more affordable for hosting on a custom domain. Both Fern and Mintlify pull from the same single source of truth for the SDKs and docs site, respectively: Trophy’s OpenAPI spec.

  6. TOAST UI Editor

    🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.

  7. docmost

    Docmost is an open-source collaborative wiki and documentation software. It is an open-source alternative to Confluence and Notion.

    Project mention: File structure in Docmost, an open-source alternative to Confluence and Notion | dev.to | 2025-04-24

    I found this in App.tsx L54 — L68.

  8. react.dev

    The React documentation website

    Project mention: Proposed rework of React docs | news.ycombinator.com | 2025-02-17
  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. react-styleguidist

    Isolated React component development environment with a living style guide

  11. typedoc

    Documentation generator for TypeScript projects.

    Project mention: TypeDoc usage in @vercel/edge | dev.to | 2024-10-16
  12. markdoc

    A powerful, flexible, Markdown-based authoring framework.

    Project mention: How You Can Build The Best, Fastest Blog On The Internet | dev.to | 2025-02-17

    Markdoc is a Markdown-based content authoring framework developed by Stripe. It extends standard Markdown by adding custom tags, components, and validations, making it more powerful for structured content in web applications.

  13. starlight

    🌟 Build beautiful, accessible, high-performance documentation websites with Astro

    Project mention: How to Migrate Technical Documentation: Tools, Checklist, and Tips | dev.to | 2025-05-13

    Astro Starlight is a modern documentation theme built on the Astro framework, offering a minimal yet feature-rich experience. It supports markdown and MDX, built-in search, responsive design, dark mode, and performance optimization. With Astro’s component-based architecture, it allows for flexible integration with JavaScript/React/Vue components. It’s perfect for developers looking for a fast, lightweight, and highly customizable doc site.

  14. sandpack

    A component toolkit for creating live-running code editing experiences, using the power of CodeSandbox.

    Project mention: Inside the Box: August Community Update | dev.to | 2024-09-12

    Sandpack static file support 🖼️ — You can now serve static files inside a Sandpack instance! This beta feature allows serving SVGs, fonts, images, and much more, which helps take isolated, interactive code examples to a new level!

  15. tsdoc

    A doc comment standard for TypeScript

    Project mention: Taking LLMs to (code) town - part II. Creating a vanilla.js web component toolchain from ground up | dev.to | 2025-01-02

    TSDoc Parser

  16. docsearch

    :blue_book: The easiest way to add search to your documentation.

    Project mention: Add Pagefind Search to Hugo | dev.to | 2025-04-10

    Hugo, indeed, has some open-source and commercial search options you can choose from. I have used this fuse.js integration in the past but I wasn't happy with it. It didn't index well, I couldn't find all my content. Of course, I was thinking having Algolia DocSearch do the magic but one has to apply for it. Also, not all of my sites are about technical documentation. So I had to find another alternative. Digging deeper I came across Pagefind.

  17. refly

    The world's first open-source "Vibe Workflow" for complex tasks.

    Project mention: We Believe Creation Shouldn't Be Linear: Introducing the Infinite Agentic Canvas | news.ycombinator.com | 2025-03-23
  18. compodoc

    :notebook_with_decorative_cover: The missing documentation tool for your Angular, Nest & Stencil application

    Project mention: Générer des documentations pour une application Angular, Nest JS, Vue JS, Node JS | dev.to | 2024-07-20

    Découvrez la page officielle de Compodoc !

  19. react-docgen

    A CLI and library to extract information from React component files for documentation generation purposes.

  20. express-typescript-boilerplate

    A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch

  21. try

    Try .NET provides developers and content authors with tools to create interactive experiences. (by dotnet)

  22. ladle

    🥄 Develop, test and document your React story components faster.

  23. vue-styleguidist

    Created from react styleguidist for Vue Components with a living style guide

  24. vrite

    Open-source developer content platform

  25. DevDocs

    Completely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App (by cyberagiinc)

    Project mention: Show HN: We made an MCP Server so that Cursor can build anything from API Docs | news.ycombinator.com | 2025-03-24

    Looks cool, the only one similar I've seen so far that is similar is: https://github.com/cyberagiinc/DevDocs

    But every-time I've tried to run DevDocs, I've had issues running it. Either the scraper or the MCP server fails to run.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Documentation discussion

Log in or Post with

TypeScript Documentation related posts

  • How i use AI tools to make dev articles more useful (and more fun to read)

    1 project | dev.to | 19 Jun 2025
  • Create fast, modern API docs using Docusaurus

    1 project | dev.to | 19 May 2025
  • How we built our docs site

    2 projects | dev.to | 15 May 2025
  • Organização de Projetos no Github

    3 projects | dev.to | 14 May 2025
  • How to Migrate Technical Documentation: Tools, Checklist, and Tips

    5 projects | dev.to | 13 May 2025
  • Gland: Beyond Protocol-Agnostic

    3 projects | dev.to | 11 May 2025
  • "ee" folder in Docmost, an open-source alternative to Confluence and Notion

    1 project | dev.to | 22 Apr 2025
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 25 Jun 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Index

What are some of the best open-source Documentation projects in TypeScript? This list will help you:

# Project Stars
1 storybook 87,009
2 mermaid 80,672
3 Docusaurus 60,399
4 gitbook 28,057
5 TOAST UI Editor 17,558
6 docmost 15,891
7 react.dev 11,382
8 react-styleguidist 11,007
9 typedoc 8,097
10 markdoc 7,573
11 starlight 6,721
12 sandpack 5,524
13 tsdoc 4,843
14 docsearch 4,219
15 refly 4,096
16 compodoc 4,062
17 react-docgen 3,735
18 express-typescript-boilerplate 3,354
19 try 2,968
20 ladle 2,763
21 vue-styleguidist 2,486
22 vrite 1,797
23 DevDocs 1,656

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?