Annotate / feedback solution for Sage/Laravel

Hey all,

tl;dr: I’m looking for a annotation solution in live/development site, both in Sage and mockup Laravel site. Just like in Figma.

I’m looking for a solution to annotate / place comments for clients and partners in development and live sites. I mostly make a Laravel mockup site (without DB) as a sketch (works faster for my head than Figma). Then I migrate it to Sage. I’m looking for a way for a client and development partners to place feedback to the site.

My main question is if you might now a good (open source) solution. Data must stay local. And I could imagine, if the solution should work with Sage and Laravel (stand alone), the DB should be a separate instance.

I would prefer one comment component per blade component. Each row on a page is a component.

The way I was thinking it to work would be the comment block displays conditionally based on login. Preferably clients and development partners don’t mix in comments.

It probably doesn’t meet all your requirements, but I’ve been using https://surefeedback.com/ for this.

Having tried a few other similar services with high monthly costs and no data ownership, I’m also interested to hear how others have tackled it.

Ah yes, I’ll also look closer into this. Thanks.
Currently I’m trying Trello. And thinking of making a blade component that calls the API of Trello to post a card to a ticket board.