solid2-landing

Hello world

The landing-site repo is now wired to TanStack Start and SolidJS with one server-rendered route and one interactive server function demo.

Initial server snapshot2026-04-11T17:06:20.846Z
StackTanStack Start + SolidJS

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.

Server-side interactivity

Ask the server for a greeting

Submit a name below. The response is created on the server with createServerFn and sent back to this page.