TanStack Start (static) + Hono API
Every page here is plain HTML prerendered at build time and served by IIS, with no Node process on the web tier. Live data comes from the separate Hono API at https://api-test.vennsol.pk.
- Static: like Next SSG. The HTML is built once.
- Cached API: like Next ISR. The API regenerates the data at most every 30s.
- Live API: like Next SSR. The API computes fresh data on every request.