Why add feedback to Framer?
TellTide adds a feedback launcher through Framer’s custom code settings in about two minutes, and the private-first inbox means launch-week chaos stays out of public view.
Step 1: Create a TellTide app and copy your App ID
Sign in to TellTide, open Apps, and create an app for your site. Set the App link to your public URL — in production, the widget only accepts submissions from pages on that hostname. Copy the App ID; every snippet below uses it.
Step 2: Add the script in Site settings → Custom code
In your Framer project, open Site Settings → General → Custom Code and paste the tag into the End of <body> tag section, then publish. (Custom code requires a paid Framer site plan.)
<script
src="https://telltide.com/src/widgets/widget.js"
data-app-id="YOUR_APP_ID"
></script>Step 3: Verify the feedback loop end to end
Open your site, click the TellTide launcher (bottom corner by default), and submit a test bug report. It should appear in your TellTide inbox within seconds. From there you can reply-triage privately, and later publish your first feature request to the public roadmap.
Good to know
- Set the App link to your published domain — your custom domain once connected.
- Framer’s preview mode is not your production origin; test on the published site or localhost-style staging.
- Widget colors are set in TellTide, so you can match your Framer palette exactly.
Common questions
Is this better than a Framer form for feedback?
A form gives you an email or CMS row. TellTide gives users typed categories (bug, idea, review), gives you a triage inbox with statuses and filters, and can publish accepted ideas to a roadmap visitors can vote on — a loop a static form cannot close.
Will the widget slow down my Framer site?
No — the snippet loads a single small script at the end of the body, after your content renders. It does not block paint or affect your Core Web Vitals.
Is the feedback users send public?
No. Unlike board-first tools, everything arrives in a private inbox. Bug reports and reviews stay internal; you publish only chosen feature requests to a roadmap users can vote on.
How much does TellTide cost?
The free plan includes the widget, private inbox, API, and public roadmap for one app. Paid plans add unlimited apps and advanced features — pricing never scales with how many users you have.
