JavaScript Jsdoc

Open-source JavaScript projects categorized as Jsdoc

Top 13 JavaScript Jsdoc Projects

  1. JSDoc

    An API documentation generator for JavaScript.

    Project mention: Express Setup: Simple & Scalable | dev.to | 2026-01-17

    In our JSDoc comments we describe our endpoints to using a set of tags, you can look at the different tags and what they do over on JSDoc's website but here's what we've used and why.

  2. SaaSHub

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

    SaaSHub logo
  3. documentation.js

    :book: documentation for modern JavaScript

  4. ESDoc

    ESDoc - Good Documentation for JavaScript

  5. swagger-jsdoc

    Generates swagger/openapi specification based on jsDoc comments and YAML files.

    Project mention: How to Design a RESTful API with CRUD Operations | dev.to | 2025-09-03

    For code-first approaches, libraries like swagger-jsdoc let you generate OpenAPI specs from code comments:

  6. eslint-plugin-jsdoc

    JSDoc specific linting rules for ESLint.

  7. types-with-jsdocs

    Using JSDoc for Typescript Types

  8. tree-sitter-jsdoc

    JSDoc grammar for Tree-sitter

    Project mention: Tree-sitter vs. Language Servers | news.ycombinator.com | 2026-01-22

    > It is possible to use the language server for syntax highlighting. I am not aware of any particularly strong reasons why one would want to (or not want to) do this.

    This is an area where TS excels. It also supports nesting of different languages so a query can inject other languages [0] and compose different parsers.

    As an example, this can be a straight forward as a simple comment parser [1], jsdoc [2], regex [3] etc. Or in more complex cases various DSLs. Each of these can then define their own injections too. When working with CI pipelines in particular it transforms an opaque wall of YAML into slightly more manageable CST which is incredible useful for both humans (syntax highlighting) and any machine parsing you may want to do.

    [0]: https://tree-sitter.github.io/tree-sitter/3-syntax-highlight...

    [1]: https://github.com/stsewd/tree-sitter-comment

    [2]: https://github.com/tree-sitter/tree-sitter-jsdoc

    [3]: https://github.com/tree-sitter/tree-sitter-regex

  9. jsdoc-tsimport-plugin

    A JSDoc plugin to support the typescript module import syntax.

  10. eslint-plugin-explicit-exceptions

    ESLint rules for explicitly handling hidden exceptions

  11. npm-package-template

    :package: minimal NPM package template using Babel, Mocha, Chai, C8, Standardjs, JSDoc and Rollup. (by jankapunkt)

  12. RGB-digital-rain

    The Matrix "falling code/letter rain" animation but RGB. No more monochromatic green!

  13. typesafe-i18n-demo-sveltekit-jsdoc

    A small project demonstrating a `typesafe-i18n` integration with SvelteKit

  14. svelte-context-deeznuts

    Set and get typed component contexts

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).

JavaScript Jsdoc discussion

Log in or Post with

JavaScript Jsdoc related posts

  • Connecting the Custom Elements Manifest to Figma Code Connect

    1 project | dev.to | 27 Oct 2025
  • Deprecating Node JS REST APIs in 6 Frameworks

    2 projects | dev.to | 19 Dec 2024
  • Just Say No to JavaScript

    1 project | news.ycombinator.com | 10 Dec 2024
  • TypeScript (and JSDoc) vs JavaScript

    2 projects | dev.to | 24 Oct 2024
  • How to document your JavaScript package

    3 projects | dev.to | 17 May 2024
  • Deep Dive: Google Apps Script - Testing APIs and Automating Sheets

    1 project | dev.to | 15 May 2024
  • Learn how to document JavaScript/TypeScript code using JSDoc & Typedoc

    2 projects | dev.to | 2 Mar 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 6 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

# Project Stars
1 JSDoc 15,439
2 documentation.js 5,805
3 ESDoc 2,733
4 swagger-jsdoc 1,791
5 eslint-plugin-jsdoc 1,215
6 types-with-jsdocs 253
7 tree-sitter-jsdoc 50
8 jsdoc-tsimport-plugin 34
9 eslint-plugin-explicit-exceptions 24
10 npm-package-template 18
11 RGB-digital-rain 16
12 typesafe-i18n-demo-sveltekit-jsdoc 12
13 svelte-context-deeznuts 0

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that JavaScript is
the 5th most popular programming language
based on number of references?