Kirby Loop – A visual feedback tool for your website

,

Moin :victory_hand:

Quick self promotion post for a plugin I built that is hopefully useful for some of you. For us, using external tools for that was always a bit of a pain, so I mostly built it for my own sanity :sweat_smile:

The plugin is called Kirby Loop and it’s a feedback tool for your website. You can use it to gather client or internal feedback by letting your users leave comments directly on elements of your website.

It’s using a SQLite database, so no external dependencies are needed and the data is safely stored on your server. Your can customize it quite well, too.

I’ve made a little introduction video:

The documentation can be found here:

Source is on Github:

I would love to hear your opinions :slight_smile: If you find any bugs or issues, please report.

6 Likes

Very cool. I recently started using Pastel to gather website feedback. One useful feature Pastel has is the ability to allow the user to attach a file to a comment. Maybe you would consider adding that to Kirby Loop. Nice work.

2 Likes

Thanks for your feedback! Yeah, uploading images is also on my list. I’m not sure though, how much management I want to include in the plugin (to not become a large hurdle to use / maintain).

100% understand. There’s a reason I never offered a public plugin. With or without the file upload feature, this is a useful plugin. Thanks for sharing.