awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to senchalabs/jsduck

Projects sharing features with Jsduck

30 open-source projects similar to senchalabs/jsduck, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • esdoc/esdocesdoc avatar

    esdoc/esdoc

    2,731View on GitHub↗

    ESDoc - Good Documentation for JavaScript

    JavaScript
    View on GitHub↗2,731
  • tj/doxtj avatar

    tj/dox

    2,153View on GitHub↗

    JavaScript documentation generator for node using markdown and jsdoc

    JavaScript
    View on GitHub↗2,153
  • bogdan-lyashenko/codecrumbsBogdan-Lyashenko avatar

    Bogdan-Lyashenko/codecrumbs

    2,713View on GitHub↗

    Learn, design or document codebase by putting breadcrumbs in source code. Live updates, multi-language support and more.

    JavaScript
    View on GitHub↗2,713
  • rtomayko/ronnrtomayko avatar

    rtomayko/ronn

    1,406View on GitHub↗

    the opposite of roff

    Ruby
    View on GitHub↗1,406
  • sutoiku/jsdoxsutoiku avatar

    sutoiku/jsdox

    210View on GitHub↗

    simplified jsdoc 3

    JavaScript
    View on GitHub↗210
  • experience-monks/devtoolExperience-Monks avatar

    Experience-Monks/devtool

    3,747View on GitHub↗

    Devtool is a suite of developer tools designed to execute server-side JavaScript code within a browser environment. It functions as a bridge that allows Node.js programs to run inside a Chromium instance, enabling the use of built-in browser developer tools for visual debugging and performance profiling. The project provides a read-eval-print loop for interactive command execution with support for relative imports and piped input. It also includes a file watcher that monitors source files for changes and automatically reloads programs to accelerate the iteration cycle. The system integrates

    JavaScript
    View on GitHub↗3,747

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • argon/node-apnA

    argon/node-apn

    0View on GitHub↗
    View on GitHub↗0
  • apis-guru/graphql-voyagerAPIs-guru avatar

    APIs-guru/graphql-voyager

    8,144View on GitHub↗

    GraphQL Voyager is a schema visualizer and data model explorer that provides an interactive graph representation of a GraphQL API. It serves as a documentation tool for inspecting types and fields by transforming schema introspection data into a visual interface. The tool maps the relationships between different types and fields, allowing for the analysis of complex data models and their connections. Users can filter the visual representation to remove deprecated fields or wrapper classes and use a dedicated information panel to examine technical specifications for specific data types.

    TypeScript
    View on GitHub↗8,144
  • alonrbar/easy-template-x-angular-expressionsalonrbar avatar

    alonrbar/easy-template-x-angular-expressions

    11View on GitHub↗

    Angular expressions support for easy-template-x

    TypeScript
    View on GitHub↗11
  • azac/sublime-howdoi-direct-pasteazac avatar

    azac/sublime-howdoi-direct-paste

    218View on GitHub↗

    Search StackOverflow and paste code snippets without leaving Sublime Text

    Python
    View on GitHub↗218
  • beautiful-docs/beautiful-docsbeautiful-docs avatar

    beautiful-docs/beautiful-docs

    302View on GitHub↗

    A beautiful way to read documentation

    CoffeeScript
    View on GitHub↗302
  • ben174/git-drawben174 avatar

    ben174/git-draw

    2,167View on GitHub↗

    Allows you to draw in your GitHub heatmap

    JavaScript
    View on GitHub↗2,167
  • bkeepers/rosieB

    bkeepers/rosie

    0View on GitHub↗
    View on GitHub↗0
  • auth0/node-jsonwebtokenauth0 avatar

    auth0/node-jsonwebtoken

    18,171View on GitHub↗

    This project is a Node.js library for implementing and managing JSON Web Tokens. It functions as a cryptographic token manager and authentication tool used to sign, verify, and decode tokens to securely transmit claims between parties. The library supports both symmetric and asymmetric signing algorithms, including HMAC and RSA. It enables the creation of digitally signed tokens using secrets or private keys, and provides mechanisms to validate token signatures and verify embedded claims such as expiration and issuer. The tool covers a range of identity and access capabilities, including sta

    JavaScript
    View on GitHub↗18,171
  • api-hogs/bureaucratapi-hogs avatar

    api-hogs/bureaucrat

    372View on GitHub↗

    Generate Phoenix API documentation from tests

    Elixir
    View on GitHub↗372
  • chaijs/chaichaijs avatar

    chaijs/chai

    8,264View on GitHub↗

    Chai is an assertion library for Node.js and browser-based JavaScript applications. It functions as both a behavior-driven development and test-driven development framework, providing a system to verify code outputs, application state, and general logic. The project is an extensible validation engine that uses a plugin-based system to allow the registration of custom assertions and specialized data checks. It supports multiple modular assertion styles to accommodate different validation philosophies. The library covers a broad range of data validation capabilities, including the inspection o

    JavaScript
    View on GitHub↗8,264
  • burntsushi/pdocBurntSushi avatar

    BurntSushi/pdoc

    2,512View on GitHub↗

    API Documentation for Python Projects

    Python
    View on GitHub↗2,512
  • asciidoc/asciidocasciidoc avatar

    asciidoc/asciidoc

    217View on GitHub↗

    Legacy python processor for AsciiDoc

    Python
    View on GitHub↗217
  • cheeriojs/cheeriocheeriojs avatar

    cheeriojs/cheerio

    30,386View on GitHub↗

    Cheerio is an HTML and XML parsing library and server-side DOM implementation. It functions as a markup manipulation tool and CSS selector engine, allowing users to parse, query, and modify HTML or XML documents in non-browser environments. The project provides a DOM-like tree representation of markup strings, enabling programmatic addition, removal, and modification of elements and attributes. It features a prototype-based plugin system that allows the extension of core functionality by adding custom methods to the document prototype. The library covers a broad range of capabilities includi

    TypeScriptcheeriodomhacktoberfest
    View on GitHub↗30,386
  • code-hex/gqldocCode-Hex avatar

    Code-Hex/gqldoc

    190View on GitHub↗

    The easiest way to make API documents for GraphQL

    Go
    View on GitHub↗190
  • codemix/fast.jscodemix avatar

    codemix/fast.js

    3,386View on GitHub↗

    Faster user-land reimplementations for several common builtin native JavaScript functions.

    JavaScript
    View on GitHub↗3,386
  • compodoc/compodoccompodoc avatar

    compodoc/compodoc

    4,113View on GitHub↗

    Compodoc is a TypeScript API documentation generator, static site generator, and project architecture visualizer. It parses source code and JSDoc comments to create searchable technical reference sites, API catalogues, and standalone HTML pages. The project distinguishes itself by analyzing import statements to produce dependency graphs and module maps that illustrate the structural relationships within a codebase. It includes specialized support for visualizing Angular projects, NestJS workflows, and Stencil web components, and can embed live working demos directly into documentation pages.

    TypeScript
    View on GitHub↗4,113
  • devongovett/pdfkitD

    devongovett/pdfkit

    0View on GitHub↗
    View on GitHub↗0
  • docgeni/docgenidocgeni avatar

    docgeni/docgeni

    199View on GitHub↗

    📖 A modern, powerful and out of the box documentation generator for Angular components lib and markdown docs.(现代化的、强大的、开箱即用的 Angular 组件文档生成工具)

    TypeScript
    View on GitHub↗199
  • doxygen/doxygendoxygen avatar

    doxygen/doxygen

    6,506View on GitHub↗

    Doxygen is a source code documentation generator and multi-language API reference tool. It extracts annotated comments from source code to create structured technical manuals and searchable software libraries in formats including HTML, LaTeX, and PDF. The project functions as a static code analysis visualizer, generating call graphs, class diagrams, and inheritance hierarchies to illustrate codebase structure. It also serves as an XML documentation export engine, producing structured metadata that can be transformed via XSLT or third-party tools. Beyond API extraction, the tool provides a Ma

    C++
    View on GitHub↗6,506
  • elasticsearch/elasticsearch-jsE

    elasticsearch/elasticsearch-js

    0View on GitHub↗
    View on GitHub↗0
  • en/get-startedE

    en/get-started

    0View on GitHub↗
    View on GitHub↗0
  • breathe-doc/breathebreathe-doc avatar

    breathe-doc/breathe

    814View on GitHub↗

    .. image:: https://www.breathe-doc.org/img/logo.svg :align: center :alt: Breathe logo :width: 200 :height: 200 :target: https://www.breathe-doc.org

    Python
    View on GitHub↗814
  • brainn-co/xcribebrainn-co avatar

    brainn-co/xcribe

    61View on GitHub↗

    XCribe is a doc generator for Rest APIs built with Phoenix. The documentation is generated by the test specs.

    Elixir
    View on GitHub↗61
  • arturadib/shelljsA

    arturadib/shelljs

    0View on GitHub↗
    View on GitHub↗0