Official plugin repository for Thinger.io IoT platform. Plugins extend the platform with integrations for third-party services, device protocols, and data visualization tools.
Browse the marketplace at marketplace.thinger.io.
plugin-name/
├── plugin.json # Plugin metadata and configuration
├── README.md # Documentation (rendered in marketplace)
├── CHANGELOG.md # Version history
├── assets/ # Images and resources
└── task/ # Container definition (if applicable)
└── Dockerfile
Requires Docker installed.
make build # Build Docker image (first time only)
make serve # Start dev server at http://localhost:9000Changes to docs/ are hot-reloaded. For plugin changes, restart the server.
See the contributing guide for detailed documentation on:
- Plugin structure and required files
- Writing integration plugins
- Developing custom plugins
- Documentation guidelines
MIT License - see LICENSE for details.