Current route

/

The shell stays mounted while Solid Router swaps lazy-loaded route modules in and out of the outlet.

/

Solid router demo

Lazy-loaded route modules with dynamic paths and prerendered pages.

This demo keeps the shell stable, splits pages into route chunks, and drives detail views from shared content so the server build can prerender concrete URLs.

Overview

What this app proves

7 prerendered paths
Projects3
Checkpoint routes9
Lab routes3

How it is structured

Route groups

Browse every project

shipping

/projects/aurora

Aurora Stream

A streaming demo where the layout renders immediately, while route chunks and dynamic branches load in the background.

SSRlazy()checkpoint routes
Open detail route

beta

/projects/atlas

Atlas Console

A route-heavy ops dashboard that shows how dynamic params can drive a dense navigation model without turning the UI into a maze.

dynamic paramsnested routesSSG
Open detail route

experiment

/projects/helix

Helix Studio

A polished experimentation area for route transitions, page framing, and the small details that make a demo feel deliberate.

UI polishresponsiveroute states
Open detail route