A composable Node loader
Register remix/node-tsx first and @palamedes/remix/register second. Macro-containing server modules are transformed once when Node loads them.
Fetch-native locale resolution
createRemixI18nServer() reads a Request, applies the chosen strategy, loads the catalog, and scopes the active runtime to the handler.
No per-request transform work
After process startup, handlers execute ordinary runtime calls against compiled catalogs; the transform does not repeat for every response.