Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page
Looking for more inspiration?Visit the

Flex UI 1.x.x


(information)

This page applies to Flex UI 1.x.x.

For the Flex UI 2.x.x version of this content, see The Flex UI.

The Flex UI allows developers to build a custom user experience and custom behaviors for the Flex Agent Desktop and Flex Supervisor Desktop.

The Flex UI Component Library is built in React(link takes you to an external page) and published on NPM(link takes you to an external page). @twilio/flex-ui(link takes you to an external page) is a node package that provides all the individual elements of the UI at the component level. It also provides a high-level API to interact with bundled SDKs such as the Voice JavaScript SDK, Programmable Chat, and TaskRouter.


What you can do with the Flex UI

what-you-can-do-with-the-flex-ui page anchor

With the Flex UI, you can:

  • Configure the UI or customize default properties for standard Flex components
  • Customize themes and styles
  • Control localization and templates
  • Add, replace, or remove components
  • Listen for, receive, and customize UI events with UI actions
  • Customize agent desktop notifications using the Notifications Framework
  • Modify the behavior and appearance of native channels and define custom channels with the Task Channel Definition API
  • Add task or theme context to your custom components
  • Access and control underlying SDKs through the Flex Manager object
  • Programmatically customize the UI using Plugin Builder

If you're building with the Flex UI, chances are you're also using Flex Plugins. The Flex UI documentation will provide you with the programming interfaces and best practices you need to augment the Flex UI. The Plugin docs will explain the development environment, and help set you up to take advantage of the Flex UI's programmability.


  • Build your first React-based Flex plugin
  • Explore how the Flex UI uses Redux, a state management tool
  • Discover the various components of the Flex UI