Example Screenshots
These screenshots are generated from the same Playwright-based browser verifier used by the example matrix. They are versioned verification artifacts, not manually curated mockups.
Refresh them with:
pnpm capture:example-screenshotsEach example has two screenshots. They are intentionally captured in two different locales — that language change is the expected outcome of the verification flow, not a hydration glitch or a discarded server render:
- Initial: the server-rendered state on first load, in English.
- Interactive: the same page in German, captured after the verifier clicks the locale switch and runs the localized server interaction. For the cookie strategy the choice is persisted and the server re-renders in German (a real server round-trip); for route, subdomain, and tld strategies it is a navigation to the localized path or host. In every case the switch is asserted to apply without hydration errors and without throwing away the server render.
Next.js
Cookie strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
Route strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
Subdomain strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
TLD strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
TanStack Start
Cookie strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
Route strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
Subdomain strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
TLD strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
SolidStart
Cookie strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
Route strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
Subdomain strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
TLD strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
Waku
Cookie strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
Route strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
Subdomain strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
TLD strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
React Router
Cookie strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
Route strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
Subdomain strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |
TLD strategy
| Initial | Interactive |
|---|---|
![]() | ![]() |







































