Journal

Edge BFF: when it pays off (and when it doesn’t)

A straight take on Next.js edge routes and regional compute - latency wins, sharp edges with Node-only libs, and how we decide per project.

“Move everything to the edge” sells conferences. In client work we pick edge when it measurable affects UX - not by default.

When edge shines

When we stay on Node (or containers)

Rule of thumb

Prototype on Node until profiling proves edge removes real latency from your p95. Swap critical paths - don’t cargo-cult the runtime.