File size: 646 Bytes
6a7089a | 1 2 3 4 5 6 7 8 9 10 11 12 | # Implementations
This section covers implementation-focused documents: how specific subsystems work in practice, what tradeoffs they make, and how the current code is structured.
Use these pages when you want lower-level detail than the architecture overview, but do not need full API reference material.
- [Lite Engine](./lite-engine.md) — Chrome-free DOM capture using Gost-DOM
- [Managed Bridge vs Managed Direct CDP](./managed-bridge-vs-managed-direct-cdp.md)
- [Chrome Profile Lock Recovery](./chrome-profile-lock-recovery.md)
- [Parallel Tab Execution](./parallel-tab-execution.md)
- [Docker Local Testing](./docker-local-testing.md)
|