Frequently asked questions

Starter answers for common setup questions.

  • Can I remove Mantine and keep the architecture?

    Yes. UI layer is isolated, so you can swap components and keep routing, i18n and API structure.

  • Where should business logic go?

    Place domain logic in entities/features and keep pages/widgets as composition layer.