docs/en/solution-templates/modular-monolith/index.md
//[doc-seo]
{
"Description": "Learn how ABP Studio's modern Modular Monolith solution template organizes a main application and reusable modules in a single deployable solution."
}
//[doc-nav]
{
"Previous": {
"Name": "Layered Solution",
"Path": "solution-templates/layered-web-application/index.md"
},
"Next": {
"Name": "Microservice Solution",
"Path": "solution-templates/microservice/index.md"
}
}
ABP Studio's modern solution wizard includes a dedicated Modular Monolith architecture. Under the hood, it uses the modern no-layers application template for the main application, then enables modularity automatically.
This page documents the modern modular monolith path. If you are working with the classic template family, see the Solution Template Selection Guide for the host + module composition approach.
When you choose Modular Monolith in the modern solution wizard, ABP Studio:
main folder in the solution model and moves the main application into it.modules folder for reusable module solutions.In ABP Studio's Solution Explorer, the solution is organized around these areas:
main: the main application and its host-side assets.modules: one module solution per business capability.etc: shared infrastructure, run profiles, and deployment files.Additional modules are generated under the solution's modules/<module-name> directory, while the main application remains the single deployable host.
The module solutions created for a modular monolith use the same reusable module concepts documented in the Application Module Template page.
Use this template when you want: