Project Structure
Sea Lantern currently uses a Vue 3 frontend and a Rust workspace. The frontend lives in the root src/ directory; Rust code is split across core, infra, extra, application services, and host entry points.
The project is under active development, so structure documentation follows the repository's main branch.