Skip to content

UI Feature Ideas

Title Description
Smart Paste Smart Paste is an intelligent app feature that fills out forms automatically using data from the user's clipboard. You can use this with any existing form in your web app. smart-paste
Smart ComboBox A combo box is a UI input element that allows users to type a value and to select a predefined value from an autocompleting dropdown. Traditional combo boxes suggest values only based on exact substring matches. Smart ComboBox upgrades this by suggesting semantic matches (i.e., options with the most closely related meanings). This is much more helpful for users who don't know/remember the exact predefined string they are looking for. smart-combobox
Smart Text Area Smart TextArea is an AI upgrade to the traditional textarea. It provides suggested autocompletions to whole sentences based on its configuration and what the user is currently typing. smart-textarea