:orphan: .. _ui_and_frontends: ################ UI and Frontends ################ The Lightning framework allows you to create customized, interactive UIs with the framework of your choice. You can easily embed other tools and services (like a GitHub repo, a `FastAPI Service `_, an `arXiv `_ paper or a `Dask Cluster `_ Admin page), or create a complete UI from scratch. To get started, you can use built-in templates for the following frameworks: * `React.js `_ * `StreamLit `_ To keep learning about Lightning, check out :ref:`moving_to_the_cloud`. This section covers best practices to seamlessly make your Lightning code work both locally and in the cloud.