THE REGISTRY
Every Element. Indexed. Searchable. Instant.
The Registry is LOOM's memory. Every function, class, variable, and relationship stored with rich metadata. Query across millions of elements in milliseconds.
Your IDE Search Wasn't Built for This
IDE search finds text. But you can't search "all functions with more than 3 parameters" or "all classes that extend BaseController" or "everything that calls the database without error handling."
The Registry understands code structurally. It enables searches that text matching simply can't touch.
Stop searching for strings. Start querying for meaning.
Complete Element Profiles
For every element, the Registry stores everything you need to understand it.
handleUser async function ──────────────────────────────────────────────── qualified: src/services/user.js::UserService::handleUser params: userId: string, options?: HandleOptions returns: Promise<UserResult> lines: 42-87 (45 lines) scope: UserService class callers: 23 across 8 files calls: 7 functions docstring: "Main entry point for user operations" hash: a7f3b2c1e8d9...
This depth is what enables accurate dependency mapping and meaningful visualization.
Search That Understands Code
Query by name, type, location, relationship, or any combination.
By Name
handleAuth*
Find all elements starting with "handleAuth"
By Type
type:class extends:Base
Find all classes extending Base
By Location
file:services/*.js type:function
Find functions in the services folder
By Relationship
calls:database.query
Find everything calling database.query
By Metrics
lines:>100 type:function
Find functions over 100 lines
Complex Queries
type:method params:>3 callers:>10
High-impact refactor candidates
Speed at Scale
Instant results, always
Enterprise scale, no slowdown
No re-indexing required
API Access for Custom Tooling
The Registry isn't locked in a UI. Access programmatically for unlimited possibilities.
CI/CD Integration
Query in pipelines. Fail builds that violate architectural rules. Enforce standards automatically.
Enterprise CI/CDCustom Reports
Generate metrics, documentation, and insights directly from Registry data. Automate what was manual.
AI Context
Feed Registry data to AI assistants for complete codebase awareness. Better context, better suggestions.
AI integrationMake Your Codebase Queryable
Stop grepping through files. Start asking questions and getting answers.
Free tier available. No credit card required.