Folderlyx
Organize WordPress media into business-friendly collections and manage assets faster.
by Hevman Core · github.com/hevman/folderlyx_wordpress_plugin · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/hevman/folderlyx_wordpress_plugin/archive/refs/heads/main.zipFolderlyx is a WordPress media organization plugin for teams that need a cleaner way to manage growing media libraries.
It adds collection-based organization to the native WordPress media workflow, so you can group assets by client, campaign, product line, or internal process without turning the library into chaos.
Key features
- Organize media into named collections
- Work inside the native WordPress Media Library
- Assign and move assets with bulk actions
- Reorder collection trees with drag and drop
- Use automation rules for faster filing
- Export collection trees as ZIP packages
- Import from selected media folder plugins
- Track changes with an audit log
- Support large libraries with pagination and performance-focused queries
- Extend workflows with Pro modules like asset health, export presets, and client export profiles
Who it is for
Folderlyx is built for:
- agencies managing multiple client libraries
- marketing teams working with campaign assets
- content teams with growing upload volumes
- WordPress sites that need more structure than the default media library provides
Installation
- Download or clone this repository.
- Build production assets with
npm installandnpm run buildif needed. - Copy the plugin to
wp-content/plugins/folderlyx. - Activate it from the WordPress admin.
For a direct installable package, use the generated plugin ZIP from the release workflow.
Development
Install dependencies:
npm install
Build production assets:
npm run build
Create a release package:
npm run release:zip
Repository structure
- folderlyx.php: plugin bootstrap
- assets/: styles, compiled bundles, and UI sources
- includes/: PHP services, admin, API, and integration layers
- languages/: translations and script catalogs
- tools/: build, QA, packaging, and i18n utilities
- docs/: internal product, release, and compatibility documentation
Documentation
Useful starting points:
- readme.txt
- docs/CUSTOMER_QUICK_START.md
- docs/CODECANYON_PRELAUNCH_CHECKLIST.md
- docs/RELEASE_CHECKLIST.md
Status
Folderlyx is under active development and prepared for commercial WordPress distribution.
License
GPLv2 or later. See plugin headers and readme.txt for current packaging metadata.