A Backend for Frontend (BFF) is a dedicated API layer built exclusively to serve a single user interface, whether that is your mobile or web application. It works like a personal concierge: instead of forcing your application to query multiple backend systems, the BFF collects and packages exactly what your app needs in a single request.