Bublz turns your WordPress site into a visual feedback board. Click any element on any page to pin a task to it — then track everything on a drag-and-drop kanban board. No external tools. No extra logins. It all lives inside your WordPress dashboard.
Key Features:
- Click-to-Pin Feedback — Click any page element to create a task pinned to that exact spot
- Visual Kanban Board — Drag and drop tasks between customizable status columns
- Priority Levels — Color-coded priorities so urgent issues stand out
- User Assignment — Assign tasks to any WordPress user
- Page-Linked Tasks — See every task associated with the current page
- Frontend Task Bar — Create and review tasks without leaving the frontend
Perfect For:
- Freelancers — Give clients a way to point at problems instead of describing them in emails
- Agencies — Manage feedback across client sites from a familiar WordPress interface
- Developers — Track bugs where they actually happen, not in a separate tool
- Site Maintainers — Collect enhancement requests with context attached
Why Choose Bublz?
WordPress-native — not a SaaS overlay. Your data stays on your server. No per-seat pricing — everyone on your WordPress site can use it. Self-hosted and GDPR-friendly by design. Lightweight — no bloat, installs in seconds, loads fast, stays out of your way.
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
