feelback-integrations
feelback-integrations copied to clipboard
Feelback SDKs, integrations libraries and samples
Hi, I stumbled up on Feelback through your blog post "Architecture of an early stage SAAS". I think this is a very cool and niche app. I'm wondering if you...
I'm very interested in using Feelback and installed it to my Astro Starlight site. The local form worked but getting data to the service didn't. I couldn't find a support...
I'm using Feelback for simple text feedback. Is there any way to export the data or run a report? Currently, I can only see comments one by one, and it...
Currently using astro-feelback 0.3.4 on Starlight 0.32.5 and Astro 5.5.6. Followed the exact code provided in the documentation: ``` --- import "astro-feelback/styles/feelback.css"; import FeelbackTaggedMessage from "astro-feelback/components/FeelbackTaggedMessage.astro"; --- ``` And althought...