Hello everyone!
Welcome to another interesting Kaizen post.
Today’s spotlight is on SlyteUI, the new UI builder designed to create powerful, intuitive user interfaces in minutes. Built for speed and simplicity, SlyteUI empowers teams to deliver high-impact experiences with minimal development effort, while still enabling deep customization through advanced coding capabilities. Click here to view the official SlyteUI announcement. SlyteUI can potentially address a wide range of business use cases and to begin, we’ll start with a quick and impactful example.
In this post, we’ll walk through a practical, real-world use case - Creating and reviewing Orders directly from the Detail page of Deals module.
SlyteUI is a Component builder inside Zoho CRM that makes it much easier to create and embed custom user interfaces, from simple widgets to rich interactive screens within your CRM workspace. It blends the speed and simplicity of low-code with the power and flexibility of pro-code, so you can build useful CRM UI elements faster and smarter.
Currently, components built using SlyteUI are reusable and can be associated across related lists, web tabs, custom buttons, Client Script Containers ( popups, flyouts) and kiosks.

When you drag and drop a component onto the Art board in Design Lab, SlyteUI automatically generates synchronized HTML, CSS, and JavaScript files. Any configuration you make in the Design Lab is instantly reflected in the Code Editor, ensuring the visual design and code always stay in sync.
You can choose to:
1. Build using Design Lab’s low-code visual interface
2. Work directly in the Code Editor
3. Combine both approaches, depending on your comfort level and expertise.
If you are new to SlyteUI, it is recommended to explore the Design Lab and Components documentation first.
At Zylker Industries, Sam, a Sales Manager, manages high-value deals and Orders. He needs to create or initiate Orders seamlessly at the time of Deal closure. To prevent duplicate Orders, Sam needs visibility into Orders already linked to the Deal. Navigating across multiple modules slows him down at a critical moment. Sam is looking for a way to create and review Orders from the Detail page of Deals Module.

Step - 1. Create a SlyteUI component which toggles between Create Page and List Page

The following video showcases a guided, step-by-step implementation using SlyteUI.
Step - 2. Add a custom button named “Orders” on the Deal detail page and configure the SlyteUI component to this button.

Here is how the SlyteUI implementation works.

Clicking the button opens a SlyteUI component within the Deal. You can create new Orders or review existing ones without leaving the page. Orders become part of the deal flow, ensuring speed, accuracy, and consistency.
How to create a SlyteUI Component?
How to use components - tabs, List View and Create Page?
How to add SlyteUI component on click of a button?
Creating your first SlyteUI Component