Modules: Learn More
How modules extend FireUX apps with reusable capabilities.
What modules are
- Modules are reusable building blocks that can be composed into apps.
- Each module ships focused capability instead of a full product shell.
- The module catalog helps teams assemble app surfaces with lower rebuild cost.
How to use modules
- Choose module capabilities from the current catalog.
- Attach modules to app surfaces and routes.
- Validate runtime wiring and deploy with guard + typecheck.