📄️ Plugin Types Overview
Qirvo supports several types of plugins, each designed for different use cases and integration points. Understanding these types will help you choose the right approach for your plugin development.
📄️ Dashboard Widgets
Dashboard widgets are interactive UI components that display information and provide quick actions directly on the Qirvo dashboard. This guide covers everything you need to know about creating powerful dashboard widgets.
📄️ CLI Plugins
CLI plugins extend the Qirvo command-line interface with custom commands and automation tools. This guide covers creating powerful command-line extensions for the Qirvo platform.
📄️ Background Services
Background services are long-running processes that perform automated tasks, data synchronization, and monitoring without user interaction. This guide covers creating robust background services for the Qirvo platform.
📄️ Hybrid Plugins
Hybrid plugins combine multiple plugin types into a single comprehensive solution, providing users with dashboard widgets, CLI commands, background services, and page extensions all in one package.