What is already working
Start baseline
- The page loads through TanStack Start file-based routing.
- The timestamp above comes from a server function during route loading.
- The form uses a typed POST server function instead of a custom API route.
solid2-landing
The landing-site repo is now wired to TanStack Start and SolidJS with one server-rendered route and one interactive server function demo.
What is already working
Server-side interactivity
Submit a name below. The response is created on the server with createServerFn and sent back to this page.