
JSDoc
Doxygen
DocFX
Daux.io
Natural Docs
Docsify.js
Docpress
Outline Wiki
CodeRifts
Bump.sh
StopLight
Spectral
Insomnia CLI
Merge Freeze
Optic
CodeRifts detects breaking changes in OpenAPI schemas on every pull request. It scores risk across 4 dimensions (revenue impact, blast radius, app compatibility, security), enforces governance policies before merge, and translates technical API changes into business impact โ blast radius, affected clients, and estimated cost.
Works with GitHub, GitLab, Bitbucket, and any CI/CD pipeline. Zero config. Free to start.
Key features: - Breaking change detection with risk scoring (0-100) - Policy engine: breaking budgets, freeze windows, approval matrix - Economic impact estimation: cost and engineering effort - Security analysis: auth changes, sensitive field exposure - Auto-changelog and semver suggestions - GitHub App, GitHub Actions, GitLab CI, Bitbucket Pipelines, REST API, CLI
CodeRiftsNo CodeRifts videos yet. You could help us improve this page by suggesting one.
CodeRifts's answer:
Currently in beta, onboarding early adopters
CodeRifts's answer:
CodeRifts is the only API governance tool that combines breaking change detection with risk scoring, policy enforcement, and economic impact estimation โ all delivered as a zero-config GitHub App. It does not just tell you what changed, it tells you how dangerous it is, who it affects, and what it will cost to fix.
CodeRifts's answer:
A field rename broke a POS system across 19 restaurants for a week. The PR passed code review, all tests were green, nobody checked the API schema. CodeRifts was built to catch this class of problem before merge โ automatically, on every pull request.
CodeRifts's answer:
Most tools only diff your OpenAPI specs. CodeRifts goes further: it scores risk across 4 dimensions, enforces governance policies before merge, estimates migration costs in dollars and engineering hours, and works with GitHub, GitLab, Bitbucket, and any CI/CD pipeline. One YAML file replaces review meetings.
CodeRifts's answer:
Senior backend engineers, platform engineers, and staff engineers at companies with microservices architectures who need to prevent breaking API changes from reaching production.
CodeRifts's answer:
Node.js, Express, GitHub Apps API, OpenAPI diff engine, Railway, Cloudflare Pages
Based on our record, JSDoc seems to be more popular. It has been mentiond 57 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
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. - Source: dev.to / over 1 year ago
Most analysers that generate a Custom Elements Manifest operate by extending JSDoc comments. In our case, we'll need to add a @figma tag to our component comments so that we can tie the two together. The URL provided here can be found by selecting the main component in Figma and copying the link. Both the file name and node-id are key pieces of information that we'll need to query the Figma API later. - Source: dev.to / 9 months ago
If your IDE supports JSDoc, then TS isn't needed for basic type constraints. https://jsdoc.app/. - Source: Hacker News / 10 months ago
One of the best tools available in Web Component development is the Custom Elements Manifest. It's a JSON representation of all your available components, covering all the attributes, methods, slots and events they support, powered by your JSDoc comments and TypeScript types. You can customize the manifest generation through plugins to support custom JSDoc comments, allowing you to power more pieces of your... - Source: dev.to / over 1 year ago
I've seen several ways of annotating Javascript that IDEs seem to understand. They usually involve using comments before fields, classes, or functions. The most compliant one seems to be using [JSDoc](https://jsdoc.app/). JSDoc is mostly intended for generating documentation. However, the Typescript compiler can validate types (and can even interoperate with Typescript definitions), if you configure it as such. In... - Source: Hacker News / over 1 year ago
Doxygen - Generate documentation from source code
Bump.sh - Much more than stunning docs. For all your APIs.
DocFX - A documentation generation tool for API reference and Markdown files!
StopLight - Stoplight is an API Design, Development, and Documentation platform that enables consistency,ย reusability, andย quality in your API lifecycle, all with an easy, enjoyable developerย experience.
Daux.io - Daux.io is a documentation generator that uses a simple folder structure and Markdown files to...
Spectral - Spectral is an experimental Sinclair ZX Spectrum emulator from the 80s, which has been randomly assembled since the pandemic days. Accuracy and performance are long-term goals, but the primary focus is just having fun with this thing.