nowfound

Alternatives

Products that do what ts-prune – Find unused exports in a TypeScript project does

  1. 1TR

    ts-remove-unused is a command line tool for TypeScript projects that auto-fixes unused `export`s. It removes the export keyword from the declaration or the whole declaration based on its usage in the project. There are some similar tools but they are focused on "detecting" rather than "removing" so I've built one myself. I wanted a solution that's as minimal as possible; config files to specify the files in your project shouldn't be necessary because that info should be already configured in tsconfig.json. All you need to do is to specify your entrypoint file. Feedback is much appreciated!

    2024 · github.com

  2. 2
    Reflag117

    First ever self-cleaning feature flags for TypeScript

    Sep 2025

  3. 3RT
  4. 4ST
  5. 5AD
  6. 6TB

    We've built a new type-stripping compiler for TypeScript source: `ts-blank-space` It's: * 5.6x faster than `tsc` due to zero-codegen * Written in TypeScript * Uses the official TypeScript parser * Accurate/preserved source locations * In used in production It uses the same novel approach that inspired Node 22.6.0's `--experimental-strip-types` functionality, released last month

    2024 · bloomberg.github.io

  7. 7CE
  8. 8
    Unused3

    A VS Code extension that detects dead code across a codebase

    Jun 2026 · marketplace.visualstudio.com

  9. 9SD
  10. 10TO
  11. 11AU
  12. 12AA
  13. 13GM
  14. 14TE
  15. 15TF
  16. 16IM
  17. 17TW
  18. 18

    Find unused features before they become tech debt

    Jun 2026 · eventra.dev

  19. 19SB
  20. 20

    Visualize your javascript/typescript codebase

    Dec 2025

  21. 21TN
  22. 22FT

    Hi HN, I’ve been building 'Fragno', a toolkit for building full-stack TypeScript libraries that work seamlessly across frameworks like Next.js and SvelteKit. Traditional libraries are built to integrate on either the frontend or backend. Glue code ends up being re-implemented for every project: API routes, documentation (OpenAPI), client-side integration, etc. With Fragno, you can write libraries that include API routes and client-side hooks/logic. Users can integrate a Fragno library into their application with just a couple of lines of code. This embeds the API routes and lets them…

    Oct 2025 · fragno.dev

  23. 23

    Find the code samples in your docs that no longer compile

    8d ago · snippetcheck.dev

  24. 24

    Trace and remove unwanted dev folders. Free & open source

    Aug 2026 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →