{"id":8863816,"url":"https://github.com/module-federation/core","last_synced_at":"2026-02-12T05:52:04.307Z","repository":{"id":58795914,"uuid":"306976345","full_name":"module-federation/core","owner":"module-federation","description":"Module Federation is a concept that allows developers to share code and resources across multiple JavaScript applications","archived":false,"fork":false,"pushed_at":"2026-01-20T03:30:53.000Z","size":365516,"stargazers_count":2394,"open_issues_count":83,"forks_count":379,"subscribers_count":25,"default_branch":"main","last_synced_at":"2026-01-20T09:56:05.500Z","etag":null,"topics":["module-federation","nextjs","node","react","typescript","webpack"],"latest_commit_sha":null,"homepage":"https://module-federation.io/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/module-federation.png","metadata":{"files":{"readme":"README.md","changelog":"changeset-gen.js","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["ScriptedAlchemy"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-10-24T21:39:43.000Z","updated_at":"2026-01-20T02:54:29.000Z","dependencies_parsed_at":"2023-12-18T23:33:38.520Z","dependency_job_id":"c458ae43-5fcc-41bf-b4f3-caccc76968a6","html_url":"https://github.com/module-federation/core","commit_stats":{"total_commits":2430,"total_committers":129,"mean_commits":"18.837209302325583","dds":0.676954732510288,"last_synced_commit":"f0c518f90c6c614eae18674d84379198148f65fe"},"previous_names":["module-federation/nextjs-mf","module-federation/core","module-federation/nexjs-mf"],"tags_count":621,"template":false,"template_full_name":null,"purl":"pkg:github/module-federation/core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/module-federation%2Fcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/module-federation%2Fcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/module-federation%2Fcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/module-federation%2Fcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/module-federation","download_url":"https://codeload.github.com/module-federation/core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/module-federation%2Fcore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28679140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"online","status_checked_at":"2026-01-23T02:00:08.296Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["module-federation","nextjs","node","react","typescript","webpack"],"created_at":"2024-04-30T23:08:31.405Z","updated_at":"2026-01-23T06:01:55.214Z","avatar_url":"https://github.com/module-federation.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Module federation Banner\"  width=\"260\" src=\"https://github.com/module-federation/core/assets/27547179/11234712-40fc-4696-a7fd-16e0c631005a\"\u003e\n\u003c/p\u003e\n\n# Module Federation\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@module-federation/runtime?activeTab=readme\"\u003e\n   \u003cimg src=\"https://img.shields.io/npm/v/@module-federation/runtime?style=flat-square\u0026colorA=564341\u0026colorB=EDED91\" alt=\"npm version\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://npmcharts.com/compare/@module-federation/runtime?minimal=true\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dm/@module-federation/runtime.svg?style=flat-square\u0026colorA=564341\u0026colorB=EDED91\" alt=\"downloads\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/web-infra-dev/rspack/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/l/@module-federation/runtime?style=flat-square\u0026colorA=564341\u0026colorB=EDED91\" alt=\"license\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nYou can consider the module federation capabilities provided by this repository as \"module federation 2.0\". \"Module Federation 2.0\" differs from the \"Module Federation\" built into webpack 5 by offering not only the core features of module export, loading, and dependency sharing but also additional dynamic type hinting, a \"Manifest\", a \"Federation Runtime\", and a \"Runtime Plugin System\". These features make \"Module Federation\" more suitable for use as a micro-frontend architecture in large-scale web applications.\n\n## 💡 What is Module Federation?\n\n- Module Federation is a concept that allows developers to share code and resources across multiple JavaScript applications\n\n- Module Federation can be used to split monolithic applications into micro-front-end architectures\n\n- Module Federation reuses common dependencies between modules as much as possible\n\n## ✨ What new features does Module Federation provide?\n\n- 🎨 Module Federation Runtime\n- 🧩 Runtime Plugins System\n- 📝 Manifest\n- 🚀 Dynamic type prompt\n- 🛠️ Chrome Devtool\n\n## 📚 Getting Started\n\nTo get started with Module Federation, see the [Quick Start](https://module-federation.io/guide/start/quick-start.html).\n\n## 🧑‍💻 Community\n\nCome and chat with us on [Discussions](https://github.com/module-federation/universe/discussions) or [Discord](https://discord.gg/n69NnT3ACV)! The Module federation team and users are active there, and we're always looking for contributions.\n\n## 🤝 Contribution\n\n\u003e New contributors welcome!\n\nPlease read the [Contributing Guide](https://github.com/module-federation/core/blob/main/CONTRIBUTING.md).\n\n![Alt](https://repobeats.axiom.co/api/embed/856dc1d4a6965d225232b1bd2da5d54549dc169e.svg 'Repobeats analytics image')\n\n## 🙌 Code of Conduct\n\nThis repo has adopted the Code of Conduct. Please check [Code of Conduct](./CODE_OF_CONDUCT.md) for more details.\n","funding_links":["https://github.com/sponsors/ScriptedAlchemy"],"categories":["Architecture and Advanced Topics","TypeScript","JavaScript","Micro-frontends"],"sub_categories":["Module Federation"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodule-federation%2Fcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodule-federation%2Fcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodule-federation%2Fcore/lists"}