```json //[doc-seo] { "Description": "Explore the main components of a layered solution, including web, mobile applications, and a database migrator, for seamless integration." } ``` # Layered Solution: Main Components ````json //[doc-nav] { "Previous": { "Name": "Solution structure", "Path": "solution-templates/layered-web-application/solution-structure" }, "Next": { "Name": "Web Applications", "Path": "solution-templates/layered-web-application/web-applications" } } ```` The solution consists of various applications; web applications, mobile applications, and a database migrator application. These applications are the main components of the solution and are designed to work together to provide a complete solution. The following documents explains these components in details: * [Web Applications](web-applications.md) * [Db Migrator](db-migrator.md) * [Mobile Applications](mobile-applications.md)