← Back to architecture map
📱
Architecture Pattern POC

BFF - Backend for Frontend

Separate backend tailored for each client type. Mobile gets a lean API. Web gets a richer one.

integration

Flow From Map

Mobile  → BFF-Mobile  → services
Web App → BFF-Web    → services
TV App  → BFF-TV     → services

Your POC Area

Replace this placeholder with your interactive proof of concept for BFF - Backend for Frontend. This route is already dedicated to this pattern, so you can add diagrams, controls, code demos, or simulations here.

Example references: Netflix APIs, Next.js API routes, NestJS