How do solo builders get honest developer feedback without sounding like self-promotion? #199294
Unanswered
TomWartenberg-IRN
asked this question in
Programming Help
Replies: 1 comment 1 reply
-
|
Try to reach out to your existing network, colleagues, other developers you know and collect some feedback from them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
Body
Hi everyone,
I’m a solo builder from Germany and I recently launched my first small developer tool after teaching myself most of the product, security, deployment, billing, and documentation work along the way.
The hardest part has not been only building the tool itself. The harder part is finding honest developer feedback without sounding like I am just trying to promote something.
I built a small snippet-first code audit and security-testing playground because I wanted a faster way to understand small pieces of code without setting up a full SAST pipeline. The idea is simple: paste a snippet, choose whether you want code-quality feedback or security-focused feedback, and get a readable explanation of what is wrong, where it is, why it matters, and how it could be improved.
But after launching, I realized that getting people to actually try something and tell you what is confusing, useful, broken, or unnecessary is much harder than expected.
I do not want to spam communities with links. I also do not want to pretend the product is bigger than it is. It is a public beta, built by one person, and I am mainly trying to understand how developers evaluate small tools like this.
For those of you who have launched developer tools, open-source utilities, SaaS products, or side projects:
How did you get your first real feedback from developers?
What worked for you without feeling spammy?
Did you post in communities, ask maintainers directly, write articles, submit to newsletters, or just wait for organic discovery?
I would really appreciate practical advice from people who have been through this stage.!!!
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions