Spectre Shell

Application structure without framework noise.

Spectre Shell covers the application frame, routing, and reactive primitives for Spectre-based apps.

Modules

Shell, routing, and state built as one application layer.

Module

Spectre Shell

The thin application shell for Spectre apps.

Module

Spectre Shell Router

The routing layer that registers application routes and handles shell movement.

Module

Spectre Shell Signals

The reactive primitives layer for local UI state inside Spectre shells.

Operating model

Keep the frame thin and the structure explicit.

Spectre Shell exists to solve the application edges: startup, route structure, and local state around the interface.

That keeps the shell useful, predictable, and small enough to stay out of the way.