By sc0des
A Strapi plugin that lets you organise your collections and components into named, colour coded groups in a dedicated admin panel page.
released April 20, 2026
npm install strapi-plugin-group-managerA Strapi plugin that lets you organise your collections and components into named, colour coded groups in a dedicated admin panel page.


# npm
npm install strapi-plugin-group-manager
# yarn
yarn add strapi-plugin-group-managerThen enable the plugin in your Strapi app's config/plugins.ts (or .js):
export default {
'group-manager': {
enabled: true,
},
};Rebuild and restart your Strapi app:
npm run build
npm run developManage access under Settings → Roles in the admin panel. The plugin registers the following permissions:
| Permission | Description |
|---|---|
plugin::group-manager.access | Access the Group Manager page |
plugin::group-manager.groups.read | View groups |
plugin::group-manager.groups.create | Create groups |
plugin::group-manager.groups.update | Edit groups |
plugin::group-manager.groups.delete | Delete groups |
# Install dependencies
yarn install
# Build the plugin
yarn build
# Watch for changes (link to a local Strapi app)
yarn watch:link
# Type-check
yarn test:ts:front
yarn test:ts:back
# Verify plugin structure
yarn verifyShare your work with the community and get it listed in the Strapi ecosystem for everyone to discover and use.
Submit
