Woise: Speak Instead of Type—No More Vague User Feedback
2026-02-22 | Product Hunt | Official Website
30-Second Quick Judgment
What is it?: A widget you embed in your website. When users hit a bug or have an idea, they don't have to type—they just record their screen and talk. AI converts the voice to text so you can understand the issue at a glance.
Is it worth watching?: For SaaS teams, the pain point is real (who hasn't received a "this is broken" message?). However, the product just launched on PH with only 1 vote, the team is unfunded, and maturity is a concern. Recommendation: Watch from the sidelines for now.
How does it compare?: Userback (closest rival, starts at $7/seat/mo, more features), BugHerd (starts at $49/mo, visual annotations), Marker.io (starts at $39/mo, QA workflows), Loom (general recording, not an embeddable widget). Woise’s edge: It treats "voice" as a first-class citizen rather than just an add-on to screenshots.
Three Key Questions
Is it for me?
- Target Audience: Teams building SaaS products or websites, especially PMs and support teams who need to collect bug reports and feature requests from end-users.
- Is this you?: If you're tired of users saying "there's a problem" without details and spending five emails just to figure out what happened—you are the target.
- Use Cases:
- Bug Reporting → Users record the screen to show the issue, skipping the screenshot + description hassle.
- Feature Requests → Users explain ideas while navigating, which is 10x more useful than a dry sentence.
- UX Feedback → Product teams see how users actually navigate, which is much more intuitive than text.
- Great for non-technical users who don't know how to take screenshots or explain technical steps.
Is it useful?
| Dimension | Benefit | Cost |
|---|---|---|
| Time | Reduces back-and-forth; one recording = 10 emails | Deployment and configuration (embedding the widget) |
| Money | Reduces support labor costs | Pricing not public (competitors range $7-$49/mo) |
| Effort | No more guessing what the user meant | Need to guide users to use the recorder (behavior change) |
ROI Judgment: If your team spends over 2 hours a week clarifying feedback, these tools are worth trying. But since Woise is so new, I'd suggest trying the more mature Userback (which has a free tier) first while keeping an eye on Woise.
Is it a crowd-pleaser?
The "Delight" Factor:
- Feedback without typing: For users, opening their mouth is much easier than typing a paragraph.
- AI Auto-transcription: The team doesn't have to watch the whole video; they can scan the text to get the gist.
The "Wow" Moment:
"The community believes it solves the pain point of unclear user feedback." — Product Hunt Comment
Real User Feedback:
Positive: "Solves the pain of unclear feedback." — PH Community Doubt: "What is the user adoption strategy?" (Concerns about whether end-users are actually willing to record their screens) — PH Community
Simply put, the product is too new for significant feedback. However, the founder's other product, Spokk, has a great reputation on AppSumo:
"Absolutely amazing piece of software," "Top 5 AppSumo purchases." — AppSumo User Reviews
For Indie Hackers
Tech Stack
- Frontend: Likely a JS/TS embedded widget using the browser's native MediaRecorder API + Screen Capture API (getDisplayMedia).
- Backend: Not public. Requires handling video storage, transcoding, and AI transcription.
- AI/Models: Speech-to-Text (STT), likely using OpenAI Whisper, Deepgram, or Google Cloud STT.
- Infrastructure: Not public. Video storage will be the primary cost driver.
Core Implementation
It boils down to three things:
- Recording: Use the browser's
getDisplayMedia()API for the screen,getUserMedia()for the mic, andMediaRecorderto merge them. - Storage: Upload to the cloud (S3 or similar) after recording—this is the main expense.
- AI Transcription: Call an STT API to turn the audio into text.
The technical barrier isn't high; the challenge lies in product experience and distribution.
Open Source Status
- Is it open source?: No.
- Similar Open Source Projects: Screenity (Open-source recorder, 8k+ stars), Uno Feedback Extension (Open-source feedback recording extension).
- Build Difficulty: Low-Medium. A core recording MVP takes 1-2 weeks, but a full suite with widget embedding, storage, AI, and a dashboard takes 2-3 person-months.
Business Model
- Monetization: Likely SaaS subscription (pricing unlisted).
- Pricing History: The parent company, Spokk, has offered Lifetime Deals on AppSumo.
- User Base: Only 1 PH vote; likely in the very early stages.
Giant Risk
Medium-High. This category is already occupied by Userback, Usersnap, and BugHerd. The bigger threat is Loom: if they launch a "Feedback Widget" mode, they could crush this niche using their brand and user base. Customer support platforms like Intercom or Zendesk could also build this in natively.
The good news: No giant has yet made "Voice + Screen" the core selling point of an embedded feedback component. This is Woise's window of opportunity.
For Product Managers
Pain Point Analysis
- Problem Solved: Vague feedback and lack of context causing friction between product teams and users.
- How painful is it?: High-frequency and universal. Every SaaS team deals with this. The founder built this because his previous tool, Spokk, suffered from "incomplete, misplaced, or unclear" feedback.
- Existing Solutions: Users either don't give feedback or write two words. Teams either deal with it or use tools like BugHerd/Marker.io (which focus on screenshots, not voice).
User Personas
- User A: SaaS PMs/Support. Need to understand issues quickly.
- User B: Agencies/Dev shops. Need efficient feedback from clients.
- User C: End-users (indirect). Need the lowest-friction way to complain or suggest.
Feature Breakdown
| Feature | Type | Description |
|---|---|---|
| Screen + Voice Recording | Core | Widget embedded in site, one-click recording |
| AI Voice-to-Text | Core | Automatic text summary generation |
| Embedded Widget | Core | No extension needed; works directly in-browser |
| Feedback Dashboard | Core (Est.) | View, categorize, and assign feedback |
| Screenshot Annotation | Bonus (Unconfirmed) | Standard feature in most competitors |
| PM Tool Integration | Bonus (Unconfirmed) | Syncing with Jira/Trello/Slack |
Competitive Comparison
| Feature | Woise | Userback | BugHerd | Marker.io |
|---|---|---|---|---|
| Core Method | Voice + Screen | Screen + Form | Element Tagging | Screenshot |
| Widget | Yes | Yes | Yes (Extension) | Yes |
| AI Transcription | Yes | Yes (Categorization) | No | No |
| Auto Tech Data | Unknown | Yes | Yes | Yes |
| PM Integrations | Unknown | 12+ Tools | Limited | 2-way Sync |
| Price | Unlisted | From $7/seat/mo | From $49/mo | From $39/mo |
| Maturity | Very Early | Mature | Mature | Mature |
Key Takeaways
- "Voice-First" Design: Lowers the barrier for user expression. Not everyone can write a clear bug report.
- AI Transcription saves time: Teams don't have to watch the whole video, making it more efficient than Loom for feedback.
- Dog-fooding: Built to solve a problem the founder faced personally while running a feedback business.
For Tech Bloggers
Founder Story
- Founder: Samesh Wijeweera
- Background: Based in Colombo, Sri Lanka. Previously a project manager at Epic Lanka.
- The "Why": Founded Spokk in 2018 to help small businesses collect feedback. He realized text feedback was often useless and decided "Voice + Screen" was the ultimate solution, leading to Woise.
- Personal Touch: AppSumo users report Samesh is very responsive and personally helps solve user issues.
Discussion Angles
- Will users actually record?: This is the big question. PH commenters are already asking about adoption strategies. Recording requires privacy trust and mic permissions.
- Newcomer vs. Giants: Userback already has screen recording. Can Woise win on "Voice-First" alone?
- Is "Voice-First" a fake need?: Developers might prefer text/logs, while non-technical users might not even find the widget.
Hype Metrics
- PH Rank: 1 vote, almost no attention.
- Twitter/X: No significant results.
- Search Trends: Searching "Woise" mostly leads to a white noise app. This product has near-zero search volume currently.
Content Suggestions
- The "Feedback Crisis": Use Woise as a hook for a broader piece on "How to get users to actually give useful feedback."
- Trend Spotting: Not a viral hit yet. Only worth covering if you're doing a deep dive into niche AI-transcription tools.
For Early Adopters
Pricing Analysis
| Tier | Price | Features | Is it enough? |
|---|---|---|---|
| Unlisted | Unlisted | Unlisted | Hard to judge |
| Competitor Ref | Userback $7/seat/mo | 7-day free trial | Try competitors first |
Getting Started
- Setup Time: Estimated 10-15 minutes (Embed widget + basic config).
- Learning Curve: Low. For users, it's just clicking a button and talking.
- Steps (Estimated):
- Register a Woise account.
- Embed the widget code (one line of JS) into your site.
- User clicks the feedback button → Records screen + voice.
- View the recording and AI transcript in your dashboard.
Pitfalls & Complaints
- Too New: Zero user feedback means stability and reliability are unproven.
- Adoption Issues: Will your specific users be comfortable turning on their mic? Not everyone is.
- Privacy: Recording can accidentally capture passwords or personal data. Compliance is a major factor.
- Feature Gaps: It's unclear if it supports advanced management, notifications, or integrations yet.
Security & Privacy
- Data Storage: Unknown (likely cloud).
- Risk: Screen recording might capture sensitive data like passwords or PII.
Alternatives
| Alternative | Strength | Weakness |
|---|---|---|
| Userback | Most feature-complete, free tier, 12+ integrations | Not voice-first |
| Loom | Best recording experience, high brand trust | Not an embedded feedback widget |
| BugHerd | Great for design feedback and visual tagging | Expensive, requires extension |
| Marker.io | Best for QA workflows and 2-way PM sync | Expensive |
For Investors
Market Analysis
- Screen Recording Market: ~$2B in 2024, growing at ~10% CAGR.
- Customer Feedback Market: ~$2B in 2024, growing at ~11% CAGR.
- Drivers: Remote work, AI transcription maturity, and the rising demand for high-quality SaaS user data.
Competitive Landscape
| Tier | Players | Positioning |
|---|---|---|
| Top | Loom (Atlassian), Hotjar | General recording / Behavior analytics |
| Mid | Userback, Usersnap, BugHerd | Dedicated feedback / QA tools |
| New | Woise | Voice-first feedback recording |
| Platform | Intercom, Zendesk | Native support feedback features |
Timing Analysis
- Why now?: AI transcription costs have cratered (Whisper/Deepgram), browser recording APIs are now standard, and the "Loom-style" communication habit is mainstream.
- Market Readiness: Medium. While Loom made video messages normal, "passive feedback via video" is still a behavior change for many end-users.
Team & Funding
- Founder: Samesh Wijeweera (CS background, previous SaaS experience).
- Team Size: <25 people.
- Funding: $0 (Unfunded).
- Revenue: Parent company Spokk generates revenue via AppSumo/SaasZilla deals.
Conclusion
The Verdict: Woise targets a real pain point with a logical solution (Voice + Screen + AI), but it's entering a crowded market with very little initial momentum. It's too early to jump in.
| User Type | Recommendation |
|---|---|
| Developers | Wait. The tech isn't a moat; you could build an MVP yourself using Screenity. |
| Product Managers | Keep the "voice-first" idea in mind, but use Userback for now for stability. |
| Bloggers | Only mention as part of a broader "feedback tools" roundup. |
| Early Adopters | Not recommended yet. Wait 6 months for stability and feature updates. |
| Investors | Pass for now. The team is small and the differentiation isn't yet a proven winner against giants. |
Resource Links
| Resource | Link |
|---|---|
| Official Website | https://www.woise.app/ |
| Product Hunt | https://www.producthunt.com/products/woise-2 |
| Founder's Other Product (Spokk) | https://www.spokk.io/ |
| Competitor: Userback | https://userback.io/ |
| Competitor: BugHerd | https://bugherd.com/ |
| Competitor: Marker.io | https://marker.io/ |
| Open Source Alt: Screenity | https://github.com/alyssaxuu/screenity |
2026-02-22 | Trend-Tracker v7.3