# Annotate / feedback solution for Sage/Laravel

**URL:** https://discourse.roots.io/t/annotate-feedback-solution-for-sage-laravel/30018
**Category:** sage
**Created:** 2025-10-28T07:41:42Z
**Posts:** 3

## Post 1 by @Tim — 2025-10-28T07:41:42Z

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.

---

## Post 2 by @mikespainhower — 2025-10-29T17:06:07Z

It probably doesn’t meet all your requirements, but I’ve been using [https://surefeedback.com/](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.

---

## Post 3 by @Tim — 2025-10-30T06:55:46Z

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.
