Apps are the primary way to extend the capabilities of your frontend. They encapsulate specific features or integrations, like commerce backends, search, personalization, analytics, content sources, or third-party services and make them available to your project without deep custom development.
This modular approach lets you build frontends that stay adaptable over time, with minimal coupling between your core UI and underlying services.
Laioutr supports robust theming through a shared design system built on design tokens, reusable definitions for colors, typography, spacing, shadow, and other UI attributes.
By building your custom theme on top of the existing Laioutr design system, you maintain consistency with the core UI library while expressing your unique brand identity.
While Laioutr UI provides a large set of ready-to-use components, there are many scenarios where you may need custom components — whether to support unique interactions, enterprise workflows, or specialized UI elements.
This approach ensures that your frontend can evolve incrementally, you only build what you need, without losing the benefits of a managed platform.