Skip to content

Credits

Sickbay wouldn't exist without the incredible open-source tools it orchestrates. This page recognizes the projects and maintainers whose work makes Sickbay possible.

Analysis Tools

These are the engines behind Sickbay's health checks. Each one is a standalone project with its own community — Sickbay brings them together into a single scan.

ToolAuthor / MaintainersWhat Sickbay uses it for
knipLars KappertDetecting unused files, dependencies, exports, and types
depcheckNicola Sanitate, Junle LiFinding missing dependencies
madgePatrik HenningssonAnalyzing circular dependencies
jscpdAndrey KucherenkoDetecting code duplication
source-map-explorerDan VanderkamAnalyzing JavaScript bundle sizes
license-checkerDav GlassChecking dependency license compliance
ESLintNicholas C. Zakas, ESLint teamLinting source code
TypeScriptMicrosoft, TypeScript teamType checking via tsc --noEmit

CLI & Terminal

ToolAuthor / MaintainersWhat Sickbay uses it for
InkVadim DemedesReact-based terminal UI rendering
Commander.jsTJ Holowaychuk, Commander contributorsCLI argument parsing and subcommands
chokidarPaul MillerFile watching in the TUI dashboard
execaSindre SorhusSafe process execution for all external tools
openSindre SorhusOpening the web dashboard in the browser

Web Dashboard

ToolAuthor / MaintainersWhat Sickbay uses it for
ReactMeta, React teamUI framework for both terminal (via Ink) and web
ViteEvan You, Vite teamBuild tool and dev server
Tailwind CSSAdam Wathan, Tailwind LabsUtility-first styling
xyflowxyflow teamDependency graph visualization
dagreChris PettittGraph layout algorithm
react-markdownTitus Wormer, Remark communityMarkdown rendering in AI insights
react-syntax-highlighterConor HastingsCode syntax highlighting

Build & Test

ToolAuthor / MaintainersWhat Sickbay uses it for
VitestAnthony Fu, Vitest teamTest runner across all packages
tsdownEGOISTTypeScript bundling for core and CLI
VitePressEvan You, Vue teamThis documentation site
TurboVercel, Turborepo teamMonorepo build orchestration
pnpmZoltan Kochan, pnpm contributorsPackage management and workspaces

AI

ToolAuthor / MaintainersWhat Sickbay uses it for
Anthropic SDKAnthropicClaude-powered AI insights and chat in the web dashboard

Thank you to every maintainer, contributor, and community member behind these projects. Open source is better when we build on each other's work — and give credit where it's due.

Released under the MIT License.