SingleStore Kai is an API that allows customers to interact with SingleStore using the MongoDB query language and its ecosystem's drivers and tools. However, there was no way to showcase its capability from within the SingleStore Cloud Portal until a shell-like UI was built. The development team considered several options, including Jupyter Notebooks, a Mongo Query Editor UI, and a web terminal/shell. After weighing the pros and cons of each option, they decided to build a web terminal that would provide a fast, innovative, and cost-effective solution for their users. The terminal UI was built using react-terminal-plus, which is a fork of the original react-terminal package. The Kai Shell feature allows customers to connect to a cluster with Kai Support, run CLI language commands like mongosh, and interact with the API in a faster manner without leaving the portal or needing extra configuration. This project drove innovation by setting up custom parts and inventing a way for the client's machine to query the database directly without passing through other layers, which is possibly something that no other cloud database has implemented.