App bootstrap
How the application initializes, wires state, and launches runtime behavior.
3
Matched files
3
Top dirs
6,585
Lines in slice
53
Exports found
Heuristic
Classification style
Beginner explanation
This architecture page groups files that seem to solve the same type of problem. It is a good way to understand the repo as a system rather than as a list of folders.
Beginner mental model
Read the first few high-importance files here, then follow their related-file links.
Expert explanation
This slice is assembled with path heuristics, which makes it strong for navigation and code reading but not a replacement for runtime tracing. Use it to discover likely boundaries, then validate by reading imports, exports, and orchestrator files.
Related files
| File | Lines | Importance | Exports |
|---|---|---|---|
| main.tsx | 4684 | high | startDeferredPrefetches, main |
| bootstrap/state.ts | 1759 | high | ChannelEntry, AttributedCounter, getSessionId, regenerateSessionId |
| services/api/bootstrap.ts | 142 | high | fetchBootstrapData |