Check the code your AI wrote against the code you run.

One pass over your codebases compiles a layer your agents retrieve from, and a contract they get checked against. Here is what that is worth on questions no single repository can answer.

83%
ByteBell
52/63 files
68%
Claude Opus 5
43/63 files
55%
Turbovector
31/56 files
49%
Graphify
31/63 files

Files a change breaks, found across 14 repositories · 63 files in 7 published cases · each tool scored on the list it returned

Pick a question

7 questions across 14 repositories, each pinned at its own commit.

Transient visual feedback in one of these libraries outlives the thing it belongs to: the fading trail left behind by a presentation pointer keeps animating and drawing after the user has switched to a different page of the same document, because the component that owns those in-flight trails is one long-lived manager that never recorded which page each trail was started on, and nothing tears them down when the active page changes. The same shape of bug is a standing contract across the folder: short-lived state - the transient status of an in-flight fetch, a pending selection, an interaction still in progress - is owned by something that outlives the scope the state actually belongs to, and has to be reset when that scope changes underneath it. Which files own scope-bound ephemeral state of this kind and would have to change?

tldraw #10509 · fix(editor): clear laser trails when the current page changes 9 files in the key

tldraw 1 query 1 redux-toolkit 1 db 1 table 1 react 1 xyflow 1 jotai 1 zustand 1
How it searched stakeout×14the_receipts×4roll_call×1collateral_damage×1shakedown×1case_file×1
67%
ByteBell found 6/9 files, 6/9 repos, in a list of 58. verifiable context layer
1/9 in its top 20 $2.71 first hit at #1
#RepositoryFileVerdict
#1tldrawpackages/editor/src/lib/editor/managers/ScribbleManager/ScribbleManager.tsin the key
#21querypackages/query-core/src/queryObserver.tsin the key
#32xyflowpackages/react/src/store/index.tsin the key
#36tablepackages/table-core/src/features/RowPagination.tsin the key
#41dbpackages/react-db/src/useLiveQuery.tsin the key
#55jotaisrc/react/useAtomValue.tsin the key
redux-toolkitpackages/toolkit/src/query/react/buildHooks.tsnever returned
reactpackages/react-reconciler/src/ReactFiberHooks.jsnever returned
zustandsrc/middleware/persist.tsnever returned
#2tldrawpackages/editor/src/lib/editor/Editor.tsnot in the key
#3tldrawpackages/editor/src/lib/editor/managers/ClickManager/ClickManager.tsnot in the key
#4tldrawpackages/editor/src/lib/editor/managers/SnapManager/SnapManager.tsnot in the key
#5tldrawpackages/editor/src/lib/editor/managers/InputsManager/InputsManager.tsnot in the key
#6tldrawpackages/editor/src/lib/editor/managers/EdgeScrollManager/EdgeScrollManager.tsnot in the key
#7tldrawpackages/editor/src/lib/editor/managers/SpatialIndexManager/SpatialIndexManager.tsnot in the key
#8tldrawpackages/editor/src/lib/editor/managers/FontManager/FontManager.tsnot in the key
#9tldrawpackages/editor/src/lib/editor/managers/CollaboratorsManager/CollaboratorsManager.tsnot in the key
#10tldrawpackages/editor/src/lib/editor/managers/SnapManager/BoundsSnaps.tsnot in the key
#11tldrawpackages/editor/src/lib/editor/managers/SnapManager/HandleSnaps.tsnot in the key
#12tldrawpackages/editor/src/lib/editor/managers/TextManager/TextManager.tsnot in the key
#13tldrawpackages/editor/src/lib/editor/managers/EditorManager.tsnot in the key
#14tldrawpackages/editor/src/lib/editor/managers/TickManager/TickManager.tsnot in the key
#15tldrawpackages/tldraw/src/lib/tools/LaserTool/childStates/Lasering.tsnot in the key
#16tldrawpackages/tldraw/src/lib/tools/SelectTool/childStates/ScribbleBrushing.tsnot in the key
#17tldrawpackages/tldraw/src/lib/defaultSideEffects.tsnot in the key
#18tldrawpackages/tldraw/src/lib/overlays/ScribbleOverlayUtil.tsnot in the key
#19tldrawpackages/tldraw/src/lib/tools/LaserTool/LaserTool.tsnot in the key
#20tldrawpackages/editor/src/lib/editor/managers/FocusManager/FocusManager.tsnot in the key
#22querypackages/query-core/src/mutationObserver.tsnot in the key
#23querypackages/query-core/src/infiniteQueryObserver.tsnot in the key
#24querypackages/query-core/src/queriesObserver.tsnot in the key
#25querypackages/react-query/src/useBaseQuery.tsnot in the key
#26querypackages/react-query/src/useMutation.tsnot in the key
#27querypackages/query-core/src/query.tsnot in the key
#28querypackages/query-core/src/mutation.tsnot in the key
#29xyflowpackages/system/src/xyhandle/XYHandle.tsnot in the key
#30xyflowpackages/system/src/xydrag/XYDrag.tsnot in the key
#31xyflowpackages/react/src/hooks/useConnection.tsnot in the key
#33xyflowpackages/react/src/store/initialState.tsnot in the key
#34xyflowpackages/react/src/components/ConnectionLine/index.tsxnot in the key
#35tablepackages/table-core/src/features/RowSelection.tsnot in the key
#37tablepackages/table-core/src/features/RowExpanding.tsnot in the key
#38tablepackages/table-core/src/features/ColumnSizing.tsnot in the key
#39tablepackages/table-core/src/core/table.tsnot in the key
#40dbpackages/react-db/src/useLiveSuspenseQuery.tsnot in the key
#42dbpackages/vue-db/src/useLiveQuery.tsnot in the key
#43dbpackages/svelte-db/src/useLiveQuery.svelte.tsnot in the key
#44dbpackages/angular-db/src/index.tsnot in the key
#45dbpackages/db/src/collection/lifecycle.tsnot in the key
#46redux-toolkitpackages/toolkit/src/query/core/buildInitiate.tsnot in the key
#47redux-toolkitpackages/toolkit/src/query/core/buildMiddleware/polling.tsnot in the key
#48redux-toolkitpackages/toolkit/src/query/core/buildMiddleware/cacheCollection.tsnot in the key
#49redux-toolkitpackages/toolkit/src/query/core/buildMiddleware/windowEventHandling.tsnot in the key
#50routerpackages/router-core/src/router.tsnot in the key
#51routerpackages/router-core/src/load-client.tsnot in the key
#52redux-devtoolspackages/redux-devtools-inspector-monitor/src/DevtoolsInspector.tsxnot in the key
#53redux-devtoolspackages/redux-devtools-app-core/src/reducers/instances.tsnot in the key
#54redux-devtoolspackages/redux-devtools-app-core/src/containers/DevTools.tsxnot in the key
#56jotaisrc/vanilla/internals.tsnot in the key
#57react-reduxsrc/utils/Subscription.tsnot in the key
#58react-reduxsrc/components/connect.tsxnot in the key

Click a row for the spec ByteBell holds for that file.

Free on anything open source.

Same index, same citations, same MCP connection on every plan. Priced per repository, not per seat.

Open source
Free always, for public repositories

1,000 files on a private repository too. No card either way.

Start indexing
On-premise
Dedicated hardware or your own

Up to 51 million files in one graph, inside your network.

Talk to us

What people ask before they connect anything.

How fresh is the index?

On every commit — an answer reflects the branch as it stands now.

Whose models does it use?

Yours. Anthropic, Codex, Gemini, DeepSeek, Qwen, Z.ai or anything on OpenRouter.

Does our source code leave our network?

Not on dedicated or on-premise. Access is read only in all three modes.

Can we reproduce the benchmark?

Yes. The questions, answer keys and every tool's ranked list are published.