If you are new to Luigi, read the Getting started guide to learn more about its structure and key features.
Luigi Core enables you to create web applications with an easily configurable and consistent user interface.
Installation shows you the first steps to prepare your application for development.
TIP: Luigi Fiddle allows you to configure a very simple application and get a feel for the process.
To configure your Luigi application, simply edit the files in the luigi-config folder of your project. Luigi configuration is divided into several sections, which are outlined in the guides below:
The following guides outline Luigi Core API features and additional UI options that exist outside the configuration files:
Luigi Client enables you to connect micro frontends to an already existing Luigi Core application.
Installation shows you how to install the Luigi Client.
Read the Luigi Client API documentation to learn more about the functions and parameters you can use to communicate with the core application:
Communication describes how to send custom messages between Luigi Core and Client.
Check the Luigi application examples for an in-depth look at Luigi capabilities.
Read the development and code formatting guidelines if you are interested in contributing.