awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to code-hex/gqldoc

Open-source alternatives to Gqldoc

30 open-source projects similar to code-hex/gqldoc, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Gqldoc alternative.

  • adamchainz/blacken-docsadamchainz avatar

    adamchainz/blacken-docs

    680View on GitHub↗

    blacken-docs

    Python
    View on GitHub↗680
  • 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
  • anvilco/spectaqlanvilco avatar

    anvilco/spectaql

    1,225View on GitHub↗

    Autogenerate static GraphQL API documentation

    JavaScript
    View on GitHub↗1,225
  • api-hogs/bureaucratapi-hogs avatar

    api-hogs/bureaucrat

    372View on GitHub↗

    Generate Phoenix API documentation from tests

    Elixir
    View on GitHub↗372
  • 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

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
  • asciidoc/asciidocasciidoc avatar

    asciidoc/asciidoc

    217View on GitHub↗

    Legacy python processor for AsciiDoc

    Python
    View on GitHub↗217
  • 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
  • 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
  • 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
  • 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
  • burntsushi/pdocBurntSushi avatar

    BurntSushi/pdoc

    2,512View on GitHub↗

    API Documentation for Python Projects

    Python
    View on GitHub↗2,512
  • 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
  • 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
  • en/get-startedE

    en/get-started

    0View on GitHub↗
    View on GitHub↗0
  • esdoc/esdocesdoc avatar

    esdoc/esdoc

    2,731View on GitHub↗

    ESDoc - Good Documentation for JavaScript

    JavaScript
    View on GitHub↗2,731
  • farcaller/dashdocfarcaller avatar

    farcaller/DashDoc

    1,320View on GitHub↗

    Dash integration for Sublime Text

    Pythondash-docsetssublime-text-3zeal
    View on GitHub↗1,320
  • gaphor/gaphorgaphor avatar

    gaphor/gaphor

    2,244View on GitHub↗

    Gaphor is the simple modeling tool

    Python
    View on GitHub↗2,244
  • github/gitignoregithub avatar

    github/gitignore

    174,470View on GitHub↗

    This project provides a comprehensive collection of version-control ignore templates designed to exclude unnecessary files from repositories. It offers a wide range of patterns tailored for specific programming languages, build systems, frameworks, platforms, and development tools. The repository includes documentation on the standards and procedures for contributing, as well as guidelines for creating effective and maintainable templates. It also covers specialized and versioned templates to address niche requirements and specific software configurations.

    gitgitignore
    View on GitHub↗174,470
  • go-swagger/go-swaggergo-swagger avatar

    go-swagger/go-swagger

    9,989View on GitHub↗

    go-swagger is a toolkit for working with Swagger/OpenAPI 2.0 specifications in Go. It generates server, client, and CLI code from a specification document, and can also produce a specification by scanning annotated Go source code. The project includes a static validation engine that checks documents against the schema and project-specific rules, and a specification transformation pipeline that resolves, flattens, and merges documents. The toolkit generates both client and server code from the same specification, ensuring consistency in request and response handling. It also produces a command

    Goapicode-generatorgo
    View on GitHub↗9,989
  • hdoc/hdochdoc avatar

    hdoc/hdoc

    339View on GitHub↗

    The modern documentation tool for C++.

    C++
    View on GitHub↗339
  • holistics/dbmlholistics avatar

    holistics/dbml

    3,520View on GitHub↗

    DBML is a domain-specific language and schema definition language used for documenting database architecture and design. It provides a human-readable text format for defining database tables, columns, and relationships in a standardized way. The project functions as a relational schema parser and SQL schema generator. It transforms declarative design specifications into an abstract syntax tree for programmatic manipulation and converts these definitions into executable SQL statements across various database dialects. The system covers relational data modeling, database schema design, and arc

    JavaScriptdatabase-schemadbmldbx
    View on GitHub↗3,520
  • hynek/doc2dashhynek avatar

    hynek/doc2dash

    599View on GitHub↗

    Create docsets for Dash.app-compatible API browsers.

    Python
    View on GitHub↗599
  • joelparkerhenderson/architecture-decision-recordjoelparkerhenderson avatar

    joelparkerhenderson/architecture-decision-record

    16,199View on GitHub↗

    This project provides a framework for capturing and managing architectural decision records within a version-controlled codebase. It functions as a documentation standard that enables engineering teams to record the context, rationale, and consequences of significant technical choices, ensuring that design history is preserved as a first-class artifact alongside the source code. The system distinguishes itself by integrating design documentation directly into the development lifecycle. By utilizing template-driven metadata, it enforces a consistent structure for all technical records, which f

    adrarchitecture-decision-recorddecision-record
    View on GitHub↗16,199
  • jongretar/exdocdashJonGretar avatar

    JonGretar/ExDocDash

    63View on GitHub↗

    Dash.app formatter for ex_doc.

    CSS
    View on GitHub↗63
  • jsfront/srcJ

    jsfront/src

    0View on GitHub↗
    View on GitHub↗0
  • k1low/tblsk1LoW avatar

    k1LoW/tbls

    4,254View on GitHub↗

    tbls is a Go-based command line utility used for documenting, analyzing, and linting relational database schemas. It functions as a documentation tool that generates structured reports and entity-relationship diagrams in Markdown, JSON, or Excel formats, as well as a schema diff tool for identifying discrepancies between a live database and its documentation. The project allows for schema augmentation and the definition of virtual relationships through external configuration files, enabling metadata overrides and table connections without requiring database migrations or native constraints. I

    Go
    View on GitHub↗4,254
  • 2fd/graphdoc2fd avatar

    2fd/graphdoc

    1,566View on GitHub↗

    Static page generator for documenting GraphQL Schema

    TypeScript
    View on GitHub↗1,566