Frequently Asked Questions

FAQ & Knowledge Base

Answers to common questions regarding edge proxies, multi-language routing, Next.js 16 architecture, and deployment.

MultiLipi edge middleware runs on edge compute servers (like Vercel Edge Network or Cloudflare Workers). When a user requests `/hi/docs/quickstart`, the middleware rewrites the request internally to `/docs/quickstart` while attaching an `x-multilipi-locale: hi` header. The translation proxy replaces text dynamically in streaming HTML, avoiding the need for multi-gigabyte static rebuilds for every language.