Introduction to Modules
Modules are the primary way to extend the functionality of the Zenith framework. They allow you to add new features, integrate with external services, or customize the system to fit your needs—all without modifying the core codebase.
By using modules, you can keep your project maintainable, modular, and easy to upgrade.