TSDocs.dev: type docs for any JavaScript library

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. DocFX

    Static site generator for .NET API documentation.

    This is a better looking version of what Java and C# have had for a long time (kudos to the author for that!), is that the inspiration for this tool?

    https://docs.oracle.com/javase/8/docs/technotes/tools/window...

    https://dotnet.github.io/docfx/

    I saw the author mentioned in another comment that they found themselves peeping inside type declaration files "too often". While I do often use sites generated by the above tools to discover new API's that suit my needs, diving into the actual code using a good decompiler is still my first move, as it is often cheaper than seeking out the documentation online, and it will show me the actual implementation as well. So in my opinion there is no shame in looking inside the declaration files!

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

    jQuery JavaScript Library

    Great reference.

    To this date, one of the best well-documented code is jQuery: https://github.com/jquery/jquery/blob/main/src/core/init.js

    I learned a lot from looking into the code.

  4. tsdocs

    Browse type documentation for JS libraries

    Yeah, this is known, thanks! https://github.com/pastelsky/tsdocs/issues/9

  5. rust

    Empowering everyone to build reliable and efficient software.

  6. docs.rs

    crates.io documentation generator

    Looks like a great initiative – I wish there was a reliable TS/JS equivalent of https://docs.rs (even considering rustdoc's deficiencies[1]).

    I went through this exercise recently and so far my experience with trying to produce documentation from a somewhat convoluted TS codebase[2] has been disappointing. I would claim it's a consequence of the library's public (user-facing) API substantially differing from how the actual implementation is structured.

    Typedoc produces bad results for that codebase so sphinx-js, which I wanted to use, doesn't have much to work with. I ultimately documented things by hand, for now, the way the API is meant to be used by the user.

    Compare:

    https://ts-results-es.readthedocs.io/en/latest/reference/api...

    vs

    https://tsdocs.dev/docs/ts-results-es/4.1.0-alpha.1/index.ht...

  7. ts-results-es

    A TypeScript implementation of Rust's Result and Option.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Markdown's Big Brother: Say Hello to AsciiDoc

    4 projects | news.ycombinator.com | 6 Feb 2025
  • Hyper-Literate Programming?

    5 projects | /r/ProgrammingLanguages | 24 Apr 2023
  • Made Markdown parsing great again

    3 projects | dev.to | 6 Nov 2022
  • PSA: If you're using gh-pages to host your CI-generated documentation, make sure you don't store any history for that branch

    4 projects | /r/rust | 26 Aug 2022
  • Year in Review: What 2024 Taught Me as a Developer

    6 projects | dev.to | 26 Aug 2025