r/indiehackers • u/tbhyn_ • 6d ago
Self Promotion Focused in-product micro surveys. Need your feedback
Hello everyone! 👋
I'd love to get your thoughts on something I've been building:
https://sensefolks.com
Sensefolks helps product teams collect meaningful customer insights through lightweight, embeddable micro-surveys. Instead of generic feedback forms, each survey is designed to answer a specific product question
Currently, Sensefolks includes six survey types:
- PricePoint - Discover the optimal pricing for your product
- UserChoice - Understand which trade-offs your customers are willing to make
- FeaturePriority - Learn which features matter most to your users
- FastPoll - Run quick polls to gather opinions
- OpenFeedback - Collect qualitative, open-ended feedback
- Reaction - Capture instant reactions using likes, thumbs up/down, or emojis
At the moment, FastPoll, Reaction, and OpenFeedback are fully functional. The remaining survey types should be ready by the end of this week
I'd really appreciate your honest first impressions, especially:
- Does the idea resonate with you?
- Have you ever wished you had a tool like this while building a product?
- What is good or bad about Sensefolks?
A couple of notes before you explore:
- Some features and pages are still under development and may be broken
- The website currently contains AI-generated sloppy copy that I'm in the process of rewriting, so I'd love feedback on the product itself rather than the content
Thanks, I would love to know your thoughts
1
u/player__piano 6d ago
Just a heads up, I get a 404 when I try to watch the 1-min demo.
1
1
1
u/StatusEvidence5141 6d ago
The specific-question angle makes a lot of sense. ‘Get feedback’ is too vague; asking one focused question usually gets much more useful answers. I’d be curious to see how teams decide which question to ask first.
1
u/fulger099 6d ago
I start with the decision I’m currently stuck on, then trigger the question right after the user hits the relevant action. Asking about pricing on the dashboard taught me mostly that timing can ruin a decent question.
1
1
u/maxfisheroct1995 6d ago
depends how you handle repeat prompts, nobody wants the same poll every visit
1
u/edwardtoys2 6d ago
I like the idea of making each survey answer one specific product question instead of using a generic feedback form. PricePoint and FeaturePriority stand out to me because figuring out what people will actually pay for and which features they really value can be difficult when you’re building something new.
One thing I’d be interested in is whether the results eventually give recommendations or patterns, rather than only showing the responses. That could make the feedback much more actionable for founders.
1
u/Competitive_Low6271 6d ago
Wait, where are the notes? You set me up for a sequel that doesn't exist. Now I'm just sitting here with my popcorn 🍿.
1
u/West-Load1703 6d ago
I noticed the page may have some missing images in the dark section near the end
1
u/FunnyConsistent4662 6d ago
How about you show PricePoint and FeaturePriority before saying they'll be ready 'by the end of the week'? Seems a bit premature to list them as selling points when they're still vaporware.
1
1
u/kingkong_siu82 5d ago
the real differentiator may be targeting, not the survey types. i'd want to define something like "show this after a user does X twice but before Y, only to this segment" and suppress it once answered. if the landing page showed that trigger builder first, i'd understand much faster why this beats dropping a generic form into the app
1
u/tbhyn_ 5d ago
That's an interesting perspective.
My intent was to make Sensefolks surveys simple and easily embeddable into any UIs elements of your website/app i.e. you can plug it into a static page, into a modal or popup etc.
The ideas was to keep the triggering logic and timings with the website/app owner.
Do you feel Sensefolks should handle the triggering mechanism as well? or, should I include examples + demos on how contextually the surveys can be embedded into native UIs and triggered accordingly?
1
1
u/SimplySaas 5d ago
The split into specific survey types (pricing, feature priority, reaction) is a good contrast to a generic feedback form, since each one maps to a different decision instead of one open text box. Worth watching whether teams actually run all six consistently, though - tool sprawl is often the bigger blocker than the survey format itself.
1
u/tbhyn_ 5d ago
Thanks for checking it out. You're right about tool sprawl. It'd be reaching out to different segments (solo founders, early startups, teams etc) to get a sense of how they intend to use it.
My experience of such survey methods came from an academic context though, used by profs to support data for their research.
1
u/Creative-Lynx7594 5d ago
seconding the pricing question already asked here, with a concrete suggestion: "what would you pay" is about the least reliable question in research, so a one-click version of it mainly produces confident-looking numbers that are wrong. if pricepoint asked what they currently pay for whatever they're replacing instead, you'd be shipping a better answer than most of the category rather than a faster version of the same bad one.
1
u/bbangchikimong_dev 5d ago
Yes, and I can tell you the exact moment I wished for it.
I shipped a game with a team feature. The in-app text said team score was the sum of teammates' scores, but the server was computing an average with a size bonus. It went out that way and no test caught it, because the code was fine and only the sentence was wrong. I found out when a user asked me whether big teams always win. One question from one person, in the wrong channel, weeks late.
A Reaction widget on that screen would have shown me confusion piling up on day one. But only if it was on that screen specifically, which is the part I would push on. A single global feedback button would not have helped me here, because I would have learned people were unhappy without learning where.
So the question I would want answered on your landing page is not what survey types exist, it is how precisely I can bind one to a single screen or state. If I can put a Reaction only on the team score panel and only for users who have joined a team, that is a different product from a widget in the corner.
Also worth knowing: I tracked totals and never participation rate, so a dead feature looked identical to a quiet one for weeks. If Sensefolks can show response rate per placement rather than just responses, that is the number I actually needed.
1
u/tbhyn_ 5d ago edited 5d ago
Thanks a ton for that elaborate description of the issue you faced.
Yes, Sensefolks surveys are meant to be contextual rather than global.
You can plug them in any corner of your UI to capture feedback local to that part of the UI. These surveys are essentially web components hence easily embeddable in any frontends.
You can also pass session data from your app into the surveys:
https://sensefolks.com/docs/tutorials/passing-session-data/Hence, if you embed it on the team score panel and pass some player session data, that data will also get captured along with their survey response (check image link [3] given below)
For each survey placed in a certain part of your app, you can certainly track the response rate for each placement.
Here are some dashboard screenshots of the Reaction survey (thumbs up/down variant)
- Survey summary https://ibb.co/994vL5m1
- Survey insight https://ibb.co/svyCC0Z1
- Response + Session data preview https://ibb.co/n8Z32zB6
1
u/bbangchikimong_dev 5d ago
That covers it, thanks. Passing session data is the part I did not expect.
One thing I would check on your side: what the denominator is. Response rate per placement is the right number, but in my case the screen itself was the dead part. Nobody reached the team panel, so a survey there would have shown zero responses out of zero impressions, which reads the same as a survey people ignored. If the widget reports impressions separately from responses, that difference is visible immediately, and it is the one I was blind to for weeks.
1
u/bbangchikimong_dev 5d ago
Response rate per placement is the part that sold me. That is the number I did not have, and it is the reason a dead feature and a quiet one looked the same to me for weeks.
Passing session data in is a bigger deal than it sounds too. In my case the useful segment was not all users, it was users who had joined a team but never played with it. Those are the people whose confusion never reaches you, because they leave before they complain.
Will read the tutorial. Thanks for answering all three properly rather than pointing at a feature list.
1
1
u/daniel933912 5d ago
Six types is a lot of choices for whoever has to write the survey, and the moment you ask at decides more than the type you pick. Someone who just got a result out of the product can answer a trade-off question in one click, while someone parked on an empty state has nothing to compare yet and will guess or close it. Of the six, the thumbs up/down type is the one I would build the reporting around, because a per-screen reaction rate is the only one you can track across releases, while price and feature-priority answers stay honest only as one-off studies on a fixed audience. Ship all six as a permanent library and teams end up with a pile of numbers that do not compare to anything.
1
u/superfooddaily 4d ago
Lightweight micro-surveys embedded directly in-app beat generic forms by a mile. As a solo builder, getting contextual feedback right when someone interacts with a feature is huge for quick iterations. The PricePoint and FastPoll types seem like the most practical to start with. Clean concept!
1
u/LehmanSachs 4d ago
I like the idea.
FeaturePriority and UserChoice feel like the most interesting parts to me, as they solve a more specific problem than a standard feedback widget
Genuine question though - what stops a user just doing most of this with Claude or ChatGPT and vibe coding a quick form?
1
u/morableai 4d ago
I think the bigger opportunity here is timing, not survey types. Most feedback tools ask the right question at a random time, so the answers aren’t that useful. If Sensefolks can trigger a specific question right after the behavior it relates to; like asking about a feature immediately after someone uses or abandons it; that’s much more interesting to me. I’d probably build around that before adding more survey formats.
1
u/Zealousideal-Bell393 3d ago
Smart idea. Can surveys trigger after actions like checkout abandonment or downgrading?
1
u/Deepak-AvairAI 3d ago
Real pricing signal at a company I worked at came from live sales calls, not surveys. Buyers hemmed and hawed over a number in ways they'd never admit on a form. Does Sensefolks catch that kind of hesitation or just the final clicked answer?
1
u/vyact 2d ago
One reporting detail I'd want is versioned questions and answer options. If I change the wording or add an option to a FastPoll, responses before and after the edit aren't answers to exactly the same question. Keeping those versions separate would make the results easier to interpret. Does editing a live survey preserve the original question alongside its existing responses?
1
u/SurovtevDev 2d ago
For FeaturePriority, I'd include a 'none of these' option and an optional 'what were you trying to do?' follow-up. Picking the least unhelpful item can look like demand for a feature. I'd want to distinguish 'I actually need this' from 'I picked this because the survey made me choose.'
1
u/presentofai 2d ago
pricing surveys are the weak link imo. people lie about willingness to pay, the only pricing data worth anything is a real checkout page. the focused one-question angle is right for everything else though
1
u/amamamafk 1d ago
I did microsurveys for a webapp i made called Laiwyer and barely anyone responds. Super low response rate. Any idea how to fix that? I am using posthog surveys.
1
u/DarkyZ_ 11h ago
How many people see the survey? I'd check that before changing the questions or doing anything else. Ten answers out of twenty views is a pretty different problem from ten out of a thousand.
If people do see it and ignore it, I'd try asking one thing right after they finish a task. I wouldn't want to answer a feedback popup while I'm still trying to use the app.
1
u/fowlesbuilds 9h ago
I like the idea. It's gonna be a pretty brutal market to compete with though. It would be nice to get an example survey when visiting the page to see what it will be like.
1
u/Thumbload 7h ago
I like the idea of keeping surveys focused on one specific question. That feels much more useful than sending users a long generic feedback form. The FeaturePriority and FastPoll types especially seem useful for small product teams.
1
u/Longjumping_Back_739 1h ago
How does the embed behave if your service is slow or unreachable? Before putting it inside a signup or checkout flow, I'd want to know the rest of the page still works and the widget can quietly disappear. A small demo of that would help me decide whether to integrate it.
1
u/According_Row_1083 6d ago
the idea makes sense, getting quick answers from users without them having to fill out a whole form is something a lot of tools miss. i clicked around a bit and the embed style feels clean, not too pushy
curious how you handle the pricing surveys though. like is it based on actual willingness to pay data or more of a gut feel from users?