Skip to content

PREBASE · EARLY ACCESS

The codebase mapping IDE.

See how the system fits together, follow how it changed, and give agents the context to work across it.

WelcomeCode Graph
22 nodes · 23 edgesindexed
01 · NETWORK GRAPH

See the system behind the files.

PreBase maps how files and modules connect, so you can understand the repository as a system instead of reconstructing it one file at a time.

02 · NETWORK GRAPH

Trace what connects.

Select a node to see the files around it and trace the paths that connect them.

03 · NETWORK GRAPH

Give agents the same context.

Select a file and PreBase can include its connected modules as context for questions, edits, and larger tasks.

04 · TEMPORAL GRAPH

See how the codebase changes over time.

Move through Git history as structural snapshots. See files and relationships added, removed, modified, or renamed without losing the surrounding codebase.

05 · TEMPORAL GRAPH

See where a change landed.

Watch the codebase structure evolve from commit to commit instead of reconstructing the impact from a Git log.

THE WORKBENCH

Still an IDE.

PreBase is built on the Code-OSS workbench. The map is not a companion window or separate analysis tool. It lives in the same environment where you edit code, run the project, review changes, test applications, and work with agents.

prebase · editor
WelcomegraphService.ts
1
2
3
4
5
6
7
import { parse } from './parser'
import { link } from './indexer'
export function buildGraph(files) {
const nodes = files.map(parse)
return link(nodes)
}
EXPLORE

Explore the map.

Take control of the same map. Change the layout, inspect relationships, move through history, and send graph context to an Agent.

WelcomeCode Graph
Interactive PreBase modelorganic

DETAILS

graphService.ts

src/graph/graphService.ts

7 relationships

Interactive model of the current PreBase desktop workbench. Illustrative repository data.

Request beta access.

PreBase is a desktop IDE in private beta. Leave an email if you want to try a build.

We'll use your email for PreBase beta access and product updates. Privacy