Why pin feedback to the DOM instead of freeform comments?
Agencies lose hours translating vague notes into tickets. Element selection plus browser context turns feedback into a fixable target without changing the client’s app code.
Client feedback pinned to the exact UI element — built for agencies and freelancers.
Agencies and freelancers collect client feedback in screenshots, Slack threads, and vague “the button on the left” comments. Context gets lost; bugs get mis-triaged.
Tagtics pins feedback to the DOM element the client clicked — with browser context — so the ticket points at a real UI target, not a description of one.
I designed and built the product surface and the multi-tenant data model that makes agency workflows safe.
Decoupled serverless shape: embed widget + admin dashboard on Vercel; auth, Postgres, storage, and edge functions on Supabase.
Agencies lose hours translating vague notes into tickets. Element selection plus browser context turns feedback into a fixable target without changing the client’s app code.
Tenant isolation belongs in the database, not only in application filters. RLS enforces “each tenant only sees its own rows” even if a query path is wrong — critical for agency multi-client data.
Auth, Postgres, storage, and RLS ship as one platform so the MVP could prove the feedback loop fast. Edge functions and webhooks leave room for AI summarization and integrations without rewriting the core.
Review builds must stay non-blocking. A small widget loads on the client site, captures selection, and posts feedback without owning the host app’s stack.
The React frontend is live in production. Agencies can run the click → select → submit loop and manage feedback from the admin dashboard.
Trustworthy multi-tenancy and a feedback UX that works on arbitrary client sites — without requiring those sites to adopt a heavy SDK.
For SaaS that holds client data, isolation strategy is a product feature — not an afterthought. Shipping the feedback loop early validated demand; hardening RLS and API surfaces is the next engineering chapter.
Clearly separated from production scope so recruiters see honesty about maturity.