Display a configurable dashboard in ProcessWire's admin interface. Includes a set of predefined panel types, but can be easily extended to display any content you want.
Documentation • Releases • Module directory • Support forum
Check out the documentation to get started.
-
Multiple panel types available
The module comes bundled with multiple panel types that should cover 80% of use cases. -
Easy to extend
Creating your own panels is easy: you can either render a template file or create your own panel types by creating a ProcessWire module. -
Highly configurable
You're free to customize panels in their size, position, title and layout. Panels can be grouped and nested to create whatever layout you need. -
Configuration as Code
All configuration is done as code. This meets two objectives: the dashboard config can be version-controlled and sensitive credentials are never stored in the database. You are free to supply the data any way you want, preferably using environment variables.
- Create a GitHub issue for bug reports and feature requests
- Visit the ProcessWire support forum thread to ask questions
- Add a star on GitHub to support the project
Pull requests are welcome. Please read the Contributing Guidelines.
Licensed under GPL-3.0