Custom Starter portal
A useful page starts with Bun.
This route renders its title, explanation, and next steps on the server so a request receives meaningful HTML immediately.
- Server-rendered content is available in the initial response.
- The page stays small and has no external asset requests.
- A focused client control becomes interactive after hydration.
Client interaction: 0