A community-driven plugin registry for Empty. Drop in a JSON file, share your plugins, extend your board.
Empty Plugins is a centralized registry that makes it easy to discover, install, and share plugins for Empty*. Instead of hunting across repos and threads, point your app at one URL and get access to the entire community plugin catalog.
| ID | Name | Author |
|---|---|---|
hello |
Hello Box | Your Name |
notes |
Sticky Notes | Community |
Open Empty and navigate to Settings → Plugins, then paste the registry URL: https://raw.githubusercontent.com/dheeraz101/Empty_Plugins/main/plugins.json
Browse the catalog and install with one click.
Check out the Documentation for a full guide on:
- Plugin architecture & lifecycle hooks
- Available APIs and UI components
- Best practices and common patterns
- Debugging and testing your plugin locally
Want to share your plugin? Open a Pull Request!
-
Fork this repo
-
Edit
plugins.json— add your entry:{ "id": "your-plugin-id", "name": "Your Plugin Name", "url": "https://raw.githubusercontent.com/your-username/your-repo/main/plugin.js", "author": "Your Name" }

