OPEN SOURCE, OPEN TO EVERYONE

Open source. Open possibilities.

Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.

Human-curated · Discover open source4101discovered

A little curiosity. A world of open source.

THE FIRST COLLECTION
Topic: ast清除
graphifyGraphify-Labs
ADDED

Graphify is a CLI skill that maps a codebase into a queryable knowledge graph for AI coding assistants. It uses tree-sitter for local deterministic code parsing, no embeddings, and outputs graph.html, GRAPH_REPORT.md, and graph.json.

AI & MLDeveloper toolsCoding assistants
dittoKartik8Dwivedi
ADDED

Ditto scans JavaScript/TypeScript repositories with ts-morph, fingerprints each function through an LLM, clusters behavioural duplicates by embedding, then executes pure functions in a sandbox to show where they diverge.

Developer toolsAI & MLTesting & debugging
ADDED

High-performance code intelligence MCP server that indexes codebases into a persistent knowledge graph for AI coding agents. Supports 162 languages via tree-sitter, sub-millisecond structural queries, 15 MCP tools, and ships as a single native binary with no runtime dependencies.

Developer toolsAI & MLTesting & debugging
babelbabel
ADDED

Babel is a community-driven JavaScript compiler that transforms modern JavaScript syntax into versions compatible with older environments, letting developers use the latest language features.

Developer toolsBuild & DevOps
prettierprettier
ADDED

Prettier is an opinionated code formatter that parses code and reprints it with consistent rules, taking maximum line length into account and wrapping when needed. It can run in editors on save, pre-commit hooks, or CI.

Developer toolsFrontend tooling
remarkremarkjs
ADDED

remark is a plugin-driven markdown processor from the unified collective. It parses markdown into an AST (mdast), lets plugins inspect and transform it, and serializes it back, with 150+ plugins and a CLI for linting and formatting.

Developer toolsProductivityBuild & DevOps
scantoolmariusei
ADDED

MCP server and CLI tool that gives coding agents a structural map of codebases across 20+ languages using tree-sitter, reducing token usage by up to 75% compared to grep-based exploration.

AI & MLDeveloper toolsCoding assistants
traceL018
ADDED

Trace (also known as T次方) is an open-source Chrome extension for website behavior tracing and deep frontend debugging. Key features include Cookie tracking, event interception, object hooking via Proxy, script injection, request blocking, variable tracking, JS deobfuscation using AST, and response stream modification through Babel plugins.

Developer toolsTesting & debugging