Skip to content

Generation

Using the Client Builder is very simple:

1. Start your application

Run your ASP.NET Core app as usual — no extra steps.

2. Open the Client Builder UI

Once your app is running, open your browser and navigate to:

http://localhost:[port]/_cb

Replace [port] with your local server port (for example, http://localhost:5000/_cb). You are going to see something like that:

ClientBuilderUI

3. Manage your clients & modules

The Client Builder UI lets you:

  • See all registered clients and modules
  • View configured folders & files
  • Trigger code generation for any module with a click

That’s it — your clients and scaffolded files are ready to use!

Released under the MIT License.