Back to Abp

Creating a new ABP solution

docs/en/suite/create-solution.md

10.4.01.4 KB
Original Source
json
//[doc-seo]
{
    "Description": "Learn how to create a new ABP solution using ABP Studio or ABP CLI, and discover how to generate CRUD pages seamlessly."
}

Creating a new ABP solution

json
//[doc-nav]
{
  "Previous": {
    "Name": "Adding existing ABP solution",
    "Path": "suite/add-solution"
  },
  "Next": {
    "Name": "Generating a CRUD page",
    "Path": "suite/generating-crud-page"
  }
}

Create a new solution

From ABP Suite v8.3, create a new solution option has been removed. Instead, it's suggessted to use ABP Studio or ABP CLI to create a new solution. After, creating an ABP Solution, then you can generate CRUD pages via ABP Suite as always.

Note: ABP Suite does not generate React UI pages. If you create a modern React solution, use Suite where applicable for backend and application-layer generation, and develop the React UI in the source-owned React UI application. ABP license holders can use ABP Studio AI Agent with predefined AI credits to generate React pages more easily.

ABP Studio has a shortcut for running ABP Suite to allow using it without starting it externally and using it on a browser, which means you can create, manage, deploy your applications in a single desktop application and also generate CRUD pages via Suite as a pre-integrated application to ABP Studio.