UserFeedChat
Open-source feedback widget as a Web Component — sentiment, images, page context, no backend.
If you're a developer who wants a clean, customizable feedback capture point and you already have a way to process events, Feedchat is a solid free choice. It's not for teams expecting a hosted dashboard or AI features — those buyers should look at Delighted or Typeform instead.
Verified 6d ago · liveness 61/100 · cite: rightaichoice.com/tools/userfeedchat
- Developers who want a self-contained feedback widget with full data control
- Product teams that already have a backend or webhook to receive feedback
- Sites needing lightweight, customizable sentiment + image feedback
- Open-source projects seeking a free, permissively licensed feedback component
- Non-technical teams wanting a hosted dashboard or analytics
- Users who need AI-powered summarization or auto-tagging
- Projects requiring enterprise compliance (SOC 2, HIPAA) out of the box
We scan live Reddit threads, YouTube comments, X posts, G2 reviews and other communities — and hand you an honest verdict in under a minute.
- Honest verdict, not marketing
- Real pros & cons from real users
- Attributed quotes with receipts
3 free scans · no card needed
Skip UserFeedChat if you expect a hosted dashboard, AI summarization, or plug-and-play setup — it's a raw component for developers who want to handle the data flow themselves.
UserFeedChat is free and open-source (MIT). There are no subscription fees, making it cheaper than hosted alternatives like Delighted (from $25/mo) or Typeform (from $25/mo). The only 'cost' is your own engineering time to build the event handling and storage.
In short
UserFeedChat — Open-source feedback widget as a Web Component — sentiment, images, page context, no backend. Best for Developers who want a self-contained feedback widget with full data control, Product teams that already have a backend or webhook to receive feedback, Sites needing lightweight, customizable sentiment + image feedback. Free to use.
What people actually say about UserFeedChat — is it worth it?
We ran a structured research pass across product reviews, community discussions, and post-purchase forum threads to surface the patterns vendors won't publish themselves. Below: the recurring strengths, the hidden costs people mention most, and the cohort that consistently regrets adopting this tool.
6 mentions across 1 source (Product Hunt) · researched Jul 26, 2026.
- +Open source (MIT) with full data sovereignty for privacy-conscious teams.
- +AI-driven follow-up questions go deeper than static survey yes/no.
- +Auto-summarization and sentiment scoring turn conversations into actionable insights.
- +Embeddable via script or link, with light/dark mode UI.
- +Two-tier AI keys give granular control over response vs. summarization costs.
- −No hosted version; requires manual setup of Firebase, OpenAI, and Node.js.
- −Zero built-in integrations with tools like Slack, Jira, or Notion.
- −Lack of real-world user feedback makes reliability and performance unproven.
- −Setup complexity (Node 20+, Firebase, two API keys) steep for non-developers.
- −No official support beyond GitHub Issues; no documentation hub.
- • You must pay for your own OpenAI API usage (two separate keys), Firebase hosting/services, and server infrastructure.
- • Setup time cost: manual configuration of Firebase Authentication, Firestore, Realtime Database, and environment variables.
Viability Score
How well maintained and how widely used is UserFeedChat? Built from what the vendor actually publishes (docs, changelog, tutorials, integrations, pricing), whether the site is live, and how much real users discuss it. How we calculate this
Last calculated: August 2026
How we score →Key Features
- Framework-agnostic Web Component
- Sentiment selector (sad/neutral/happy)
- Image attachment as File objects
- Automatic page context capture (URL, title, user agent, viewport)
- Custom data-* attribute mirroring
- Typed feedchat:submit event
- CSS custom property theming
- Launcher button styling
- Lightweight and dependency-free
- Submit validation (sentiment + message/image required)
- npm and pnpm installation
- Local demo with pnpm dev
- Zero infrastructure — no backend needed
- MIT license
About UserFeedChat
UserFeedChat (Feedchat) is an MIT-licensed feedback widget that lives entirely inside your front-end. You drop a <feedchat-widget> custom element into any HTML page — React, Vue, Svelte, or plain HTML — and users submit feedback from a sticky panel. The widget collects sentiment (sad, neutral, happy), optional image attachments as File objects, and automatic page context (URL, title, user agent, browser viewport, timestamp) into a typed feedchat:submit browser event. There's no database, no API, no accounts, no hosted infrastructure: you own the whole data flow. Setup is minimal. Install the package via npm or pnpm, import it, and add the custom element. The submit button stays disabled until users pick a sentiment and provide either a message or an image — so you always get usable feedback. You can pass optional attributes like user-id and app-version, and any data-* attributes are mirrored into the event's meta payload, letting you attach context such as plan tier or customer ID without extra code. Theming is handled entirely through CSS custom properties. You can restyle the accent color, panel background, border, text, and the launcher button — including its radius and hover state — to match your brand without touching the widget's internals. The widget is dependency-free and tiny, making it a low-friction addition to any existing app. There's no dashboard, no analytics, no AI summarization, and no built-in routing. You write the event handler and decide where feedback goes — an email webhook, a spreadsheet, or your own backend. Compared to turnkey tools like Typeform or Delighted, Feedchat is a stripped-down, zero-infrastructure component for product teams that already have a customer data pipeline and want full control over capture and routing, without monthly fees or lock-in.
Behind the Verdict
UserFeedChat fits a specific niche: teams that want to capture feedback without committing to a SaaS product. Its zero-infrastructure design means you control every byte of data — no vendor lock-in, no monthly fees, and no third-party servers between you and your users' input. For a developer who already has an event-processing pipeline (a webhook, a serverless function, a database), dropping in this widget is a matter of minutes. The strengths are clear. It's lightweight and dependency-free, so it won't bloat your bundle. The typed feedchat:submit event gives you a structured payload with sentiment, images (as File objects), and page context — everything you need to replicate bugs or rank feature requests. CSS custom properties make theming trivial, and data-* attributes let you attach business context (like plan tier) without extra wiring. The submit validation ensures you only get actionable feedback. But the trade-offs are significant. There's no hosted dashboard, no analytics, no AI summarization. You must write your own handler to route feedback somewhere useful. That means it's only a fit if you already have, or are willing to build, the backend. Non-technical teams will find themselves lost. There are also no built-in image previews, rate limiting, or file validation — you accept File objects as-is, so you'll need to add any security checks yourself. Compared to Delighted or Typeform, which give you a full survey experience with analytics and integrations out of the box, Feedchat is a raw component. But if you're the kind of team that prefers to own your data pipeline and hates monthly per-seat fees, this is a refreshing alternative.
Researching UserFeedChat? Get your full AI stack in 60 seconds.
Free, no signup — tell us your goal and get tools matched to your budget & existing stack.
Real-world workflow fit
Concrete scenarios for the personas UserFeedChat actually fits — and what changes day-one when you adopt it.
Wants to add a feedback button to a React app without setting up a backend.
Outcome: Installs feedchat via npm, imports it, adds <feedchat-widget> to the component, and writes an event listener that POSTs the detail to an existing API endpoint. Gets sentiment, message, and page context in minutes.
Needs to gather feature requests from users on a landing page.
Outcome: Embeds the widget with data-plan='pro' attribute, listens for feedchat:submit, and sends each submission to a Google Sheet via a webhook. Prioritizes based on sentiment counts weekly.
Wants to collect user feedback for an MVP without paying for a SaaS feedback tool.
Outcome: Adds the widget to the app, uses the default styling with brand colors via CSS variables, and routes submissions to an email webhook. Receives actionable feedback at zero cost.
Use Cases
- Collect bug reports with automated follow-up questions to replicate issues faster
- Capture feature requests from users and prioritize based on sentiment
- Interview users during cancellation flow to understand churn reasons
- Embed a feedback widget on your product page to gather real-time opinions
- Summarize hundreds of feedback conversations into daily digest for product team
Limitations
- UserFeedChat is an open-source, framework-agnostic feedback widget with no hosted backend, requiring self-hosting.
- It supports sentiment selection, image uploads, and page context capture, and can be installed via npm or pnpm.
- The documentation is limited to the README.
as of 2026-08-17
Verification history
We have re-verified UserFeedChat 4 times since . Each pass re-reads the vendor's own pages and re-checks every listed field against that evidence; passes where nothing had changed are marked as such.
- — re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
- — re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
- — re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
- — re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
Free to cite with attribution — this page re-verifies continuously.
12-month cost
Project the real annual outlay, including the implied monthly cost when only an annual tier is published.
Vendor list price only. Add-on usage, seat overages, and contract minimums are surfaced under Hidden costs & gotchas.
Plans compared
For each published UserFeedChat tier: who it actually fits, and what it adds vs. the previous tier. Cross-reference the cost calculator above for projected annual outlay.
Free
$0/mo
Ideal for
Developers and small teams who want a no-cost, self-hosted feedback widget with complete control over data and no subscription fees.
What this tier adds
This is the only tier; it's free and open-source (MIT), with no feature limitations or hidden costs.
Where the pricing makes sense
The company stage and team size where UserFeedChat's pricing actually pencils out — and where peers do it cheaper.
UserFeedChat is free and open-source (MIT). There are no subscription fees, making it cheaper than hosted alternatives like Delighted (from $25/mo) or Typeform (from $25/mo). The only 'cost' is your own engineering time to build the event handling and storage.
Setup time & first value
How long it actually takes to get something useful out of UserFeedChat — broken out by persona, not the marketing-page minute.
For a developer: under 5 minutes to install and wire up the event handler on an existing page. For a non-technical user: not applicable — requires coding. The README provides a local demo with pnpm dev to see it working immediately.
Resources & Guides
Tutorials & Learning
Official links
Tools that pair well with UserFeedChat
Common stack mates teams adopt alongside UserFeedChat, with the specific reason each pairing earns its keep.
Featured Head-to-Head Comparisons
Userfeedchat vs Hi Marley
Choose UserFeedChat if you need a free, open-source, AI-powered feedback chatbot for product insights, especially if you can self-host. Choose Hi Marley if you're a P&C insurer looking to digitize claims communication via SMS with industry-specific workflows and integrations. They serve entirely different use cases and aren't direct substitutes.
Userfeedchat vs B Rokratt
Choose UserFeedChat if you need a customizable, open-source chatbot to gather user feedback for a product or service globally. Choose Bürokratt if you are an Estonian citizen or e-resident seeking to interact with government services via a virtual assistant. They serve entirely different needs: product feedback vs. public service access.
Userfeedchat vs Chatlyn
If you're a hospitality business needing an omnichannel AI hub to boost bookings and automate guest communication, Chatlyn is purpose-built. For product teams who want open-source, self-hosted conversational feedback to replace surveys, UserFeedChat is a free, powerful choice. Choose based on your industry and need for hosted vs. self-managed deployment.
Alternatives to UserFeedChat
View allFrequently Asked Questions
Categories
Best-of guides
Used UserFeedChat? Help shape our editorial sentiment research.


