blob: 906bb00b3baadc421adb55f1f801ff274704ffd3 [file] [log] [blame]
= New UI
== Introduction
The new UI that is introduced is a standalone frontend client that makes use of Solr's API.
It is written in Kotlin and uses Compose Multiplatform as the UI framework.
== Overview
Since UI development mostly relies on different technologies and frameworks than backends use,
the documentation is covering the following topics for new and experienced developers:
- Technology Overview
- Module Structure and Elements
- Component Development
- Testing and Deployment
== Notes
All the references to files and directories in the UI documentation are from within
the `solr/ui` module, if not otherwise stated.