{
  "id": 6818806,
  "title": "Backend for Frontend (BFF) – the pattern that saved my microservices (and my sanity)",
  "url": "https://urgent.news/2026/09/11/backend-for-frontend-bff-o-padrao-que-salvou-meus-microsservicos-e",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-11T22:41:37.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/fabiothomazrocha/backend-for-frontend-bff-o-padrao-que-salvou-meus-microsservicos-e-minha-sanidade-555p"
  },
  "original_language": "pt",
  "account": "The article discusses the Backend for Frontend (BFF) architectural pattern, which involves creating a dedicated backend layer for a specific frontend or group of frontends with similar needs. This approach solves the problem of having a single backend that tries to cater to all frontends, resulting in over-fetching or under-fetching of data. With BFF, each backend is tailored to the needs of a specific client, such as a mobile app, web app, or admin panel. The article provides an example of implementing a BFF using Spring Boot for a mobile frontend that requires product data, reviews, and stock availability.",
  "summary": "E aí, dev que já teve que explicar por que o frontend mobile precisa de dados diferentes do frontend web? Ou pior: já precisou adaptar uma API monolítica para atender três clientes diferentes e acabou com um endpoint que devolve 50 campos, sendo que cada frontend só usa 10? Pois é. O mundo dos microsserviços é lindo até você precisar entregar uma experiência personalizada para cada tipo de…",
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 2,
    "also_reported_by": [
      {
        "outlet": "Dev.to",
        "title": "Using Next.js as a Backend for Frontend (BFF)",
        "url": "https://urgent.news/2026/09/11/using-next-js-as-a-backend-for-frontend-bff",
        "published": "2026-09-11T21:34:10.000Z"
      }
    ]
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}