-
Hi team, I'm beginning work on a web/Javascript demo app with the Conversations SDK team – screenshot of the current state of the codesandbox demo is here. We would like to use the Paste system for the customer-facing web demo. As we plan our work, I'd love to get your guidance and advice:
Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @waijeeho,
Yup! Paste has been used in customer-facing demos, Twilio's hack week (Tweek), customer-facing products, and even by customers themselves as of recently to build UIs in Flex. 🎉
Good question. Since Paste is fully open-source and public, we make sure not to include any sensitive information into our components. In fact, our components are purely presentational — this means they have no business logic or proprietary information within them. As long as you don't add any sensitive information in the code you are sharing, you can rest easy knowing Paste is safe to use.
Another excellent question :). Because we are a small team supporting all of Twilio and Twilio customers, we knew we wouldn't be able to build everything people wanted directly into Paste. That's why Paste was designed to be composable. By using a combination of our primitive components (like Box and Text) along with our tokens, you should be able to create any custom UI your product needs in a consistent way with the rest of Twilio's branding. Hope this helps answer your questions. Feel free to reach back out if anything is still unclear! |
Beta Was this translation helpful? Give feedback.
Hi @waijeeho,
Yup! Paste has been used in customer-facing demos, Twilio's hack week (Tweek), customer-facing products, and even by customers themselves as of recently to build UIs in Flex. 🎉
Good question. Since Paste is fully open-source and public, we make sure not to include any sensitive information into our components. In fact, our components are purely presentational — this means they have no business logic or proprietary information within them. As long as you don't add any sensitive information…