**Every project. Same file. lib/http.ts, wrapping axios with retry logic, auth headers, timeout, error handling. Copy paste. Rename. Repeat.
axios is great. But it's missing everything production apps actually need. And you end up building it yourself every single time.
So I stopped copying and built @firekid/hurl.

Before:
const client =...