Supernifty Bublz
Bublz is a powerful task and feedback management plugin designed specifically for WordPress developers, agencies, and site maintainers. It transforms the way you collect, organize, and act on client feedback and bug reports.
Key Features:
- Frontend Feedback – Authorized users can submit feedback directly from any page
- Visual Kanban Board – Drag and drop tasks between customizable status columns
- Priority Management – Assign and visualize task priorities with color coding
- User Assignment – Assign tasks to specific WordPress users
- Related Tasks Panel – See all tasks associated with the current page/post
Perfect For:
- WordPress development agencies managing client feedback
- Site maintainers tracking bugs and enhancement requests
- Teams collaborating on WordPress projects
- Freelancers organizing client revision requests
- Anyone who needs a simple, visual task management system within WordPress
Why Choose Bublz?
Unlike complex project management tools, Bublz is built specifically for WordPress workflows. It’s lightweight, intuitive, and integrates seamlessly with your WordPress admin experience. Simple, effective task management where you need it.
External services
This plugin connects to the Gravatar service (provided by Automattic Inc.) to display user avatars.
What it does
Checks whether users have a Gravatar avatar associated with their email address. If a Gravatar exists, it displays the avatar image. If not, it shows the user’s initials instead.
What data is sent
An MD5 hash of the user’s email address is sent to Gravatar’s servers via a HEAD request. The actual email address is NOT sent – only its hash.
When data is sent
- When displaying user avatars in the Bublz interface (ticket views, Kanban board)
- When users access their avatar preference settings
User control
Users can avoid Gravatar entirely by selecting “Initial” or “Custom Avatar” in their Bublz preferences (Bublz > Preferences).
Service provider
Gravatar is provided by Automattic Inc. * Terms of Service: https://automattic.com/tos/ * Privacy Policy: https://automattic.com/privacy/
Development
This plugin includes source code and build configuration. The compiled assets in dist/ are built from source files in src/ using Vite.
To build from source:
- Run
npm install - Run
npm run build
