Skip to content
View BartWaardenburg's full-sized avatar

Sponsoring

@Boshen

Highlights

  • Pro

Organizations

@minvws

Block or report BartWaardenburg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
BartWaardenburg/README.md

Bart Waardenburg

Fast tools for slow problems. I build Rust-native developer tooling for the JavaScript ecosystem.

fallow

Codebase analyzer for JS/TS. Finds unused code, circular dependencies, code duplication, complexity hotspots, and architecture boundary violations. 3-40x faster than knip, 16-33x faster than jscpd.

npx fallow            # all analyses — zero config, sub-second
npx fallow dead-code  # unused files, exports, deps
npx fallow dupes      # clone detection
npx fallow health     # complexity + maintainability
npx fallow boundaries # architecture boundary enforcement

90 framework plugins, VS Code extension, LSP, MCP server, GitHub Action, GitLab CI template. Docs | Repository

Other projects

srcmap — Source map SDK for Rust. ECMA-426 compliant. | oxc-coverage-instrument — Oxc-based Istanbul coverage instrumenter. | recraft-mcp-server — AI image generation via MCP. | spaceship-mcp — Domain management via MCP.


waardenburg.dev | @bartwaardenburg | LinkedIn | Sponsor

Pinned Loading

  1. fallow-rs/fallow fallow-rs/fallow Public

    The codebase analyzer for TypeScript and JavaScript. Finds unused code, circular dependencies, code duplication, complexity hotspots, and architecture boundary violations. Rust-native, sub-second, …

    Rust 403 10

  2. fallow-rs/srcmap fallow-rs/srcmap Public

    The source map SDK for Rust tooling. Parse, generate, remap, and compose — with full ECMA-426 compliance.

    Rust 3

  3. recraft-mcp-server recraft-mcp-server Public

    MCP server for AI image generation, transformation, and style management via the Recraft API. 16 tools for text-to-image, inpainting, vectorization, upscaling, and more.

    TypeScript 9 6

  4. spaceship-mcp spaceship-mcp Public

    MCP server for the Spaceship API — manage domains, DNS, contacts & marketplace listings via AI

    TypeScript 2 1

  5. BartWaardenburg BartWaardenburg Public

    GitHub profile README

  6. fallow-rs/docs fallow-rs/docs Public

    Documentation for fallow, the codebase analyzer for TypeScript/JavaScript — docs.fallow.tools

    MDX