import { SectionLabel } from './SectionLabel' export function WhySection() { return (

DevTools don't work for backend apps.

Logs are slow and indirect. You read what the developer thought to print, not what the app actually did.

Termtap shows what your app is really doing on the network - as it happens.

) }