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

I build Rust-native developer tooling for the JavaScript and TypeScript ecosystem. Mostly: trustworthy signal about codebases, for the people and the agents that work on them.

fallow

fallow is codebase intelligence for JS/TS. It turns a repository, code and the styles it ships, into a deterministic quality report. There is no AI inside the analyzer: every finding is deterministic, typed, and traceable back to the code that produced it, which is why CI, editors, and AI coding agents can build on it.

In one pass it reports:

  • Health and quality score, plus changed-code risk against your base branch
  • Complexity hotspots and code duplication (clone families)
  • Circular dependencies and architecture boundary violations
  • Dead code: unused files, exports, types, and dependencies
  • Design-system drift in CSS and CSS-in-JS (via fallow audit)
  • Feature-flag patterns

The static layer analyzes code and styles across the module graph, with broad framework support and a persistent cache that keeps warm runs fast. It is free and open source. An optional paid layer, Fallow Runtime, merges production coverage into the same report, so you can review hot paths and remove dead code with confidence.

npx fallow audit       # changed-code audit vs your base branch
npx fallow dead-code   # unused files, exports, types, dependencies
npx fallow health      # codebase health and quality score

Available as a CLI, VS Code extension, LSP, MCP server, GitHub Action, and GitLab CI template. Docs at docs.fallow.tools.

The fallow ecosystem

Building blocks, under the fallow-rs org:

  • srcmap: source map SDK for Rust tooling. Parse, generate, remap, and compose. ECMA-426 compliant.
  • oxc-coverage-instrument: Oxc-based Istanbul coverage instrumenter.

Other projects

  • recraft-mcp-server: MCP server for AI image generation via the Recraft API.
  • spaceship-mcp: MCP server for the Spaceship registrar (domains, DNS, contacts).

waardenburg.dev · Twitter · LinkedIn · Sponsor

Pinned Loading

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

    Codebase intelligence for TypeScript and JavaScript. Free static analysis of code and styles: unused code, duplication, circular deps, complexity hotspots, architecture boundaries, design-system dr…

    Rust 4.1k 133

  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 7 1

  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 10 6

  4. spaceship-mcp spaceship-mcp Public

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

    TypeScript 10 4

  5. BartWaardenburg BartWaardenburg Public

    GitHub profile README

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

    Documentation for fallow, codebase intelligence for TypeScript and JavaScript. docs.fallow.tools

    MDX 7 2