{
  "id": 7190302,
  "title": "Do you know how Chinese super apps work? A study with Flutter",
  "url": "https://urgent.news/2026/09/13/voce-sabe-como-funcionam-os-super-apps-chineses-um-estudo-com-flutter",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-13T22:35:32.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/redrodrigoc/voce-sabe-como-funcionam-os-super-apps-chineses-um-estudo-com-flutter-12jn"
  },
  "original_language": "pt",
  "account": "The article discusses the architecture of \"super apps\" like WeChat, Alipay, and Douyin, which host thousands of third-party services within a single app. These apps use a three-layer architecture: a native shell, a runtime engine, and mini-programs that run isolated and secure code. The key to their functionality is a custom script engine that interprets code at runtime, rather than compiling it natively, due to App Store and Play Store policies. WeChat, Alipay, and Douyin each use different engines, such as MINA, APPX + V8 Worker, and JS Core, respectively. A W3C working group is attempting to standardize the ecosystem.",
  "summary": "Você já deve ter ouvido que \"o WeChat é seu WhatsApp, seu banco e seu Uber, tudo no mesmo app\". Essa comparação vende bem a ideia pra quem nunca usou um super app chinês, mas é só a superfície. Por trás dela existe uma decisão de arquitetura de software bem específica, que a maioria dos artigos sobre \"super apps em Flutter\" nunca chega a explicar: como um único aplicativo consegue rodar dezenas…",
  "key_points": [
    "Chinese super apps have three-layer architecture: shell, runtime, and mini-programs",
    "Shell handles authentication, payments, system permissions",
    "Runtime executes third-party code for mini-programs in isolated, secure manner"
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "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."
}