I want to build my CV around products with real users, but yeah, again, I'm a god-knows-who student with zero leverage.
If you have any useful tips or advice, I'm all ears.
1–10 of 14 posts
I want to build my CV around products with real users, but yeah, again, I'm a god-knows-who student with zero leverage.
If you have any useful tips or advice, I'm all ears.
What's worked for me initially is going to online communities that are actively talking about my problem and contributing to the thread ASAP. And by contributing, I mean helping the person who asked the question immediately solve their problem, and then, if my solution automates a meaningful part of that pain, then sharing a link to the tool.
I open-sourced the tool that I've used in the past to find those active threads so I can start to build an audience and validate my concepts: https://github.com/obris-dev/openmagpie
I wrote about how I get my early users (to get at more of the nuance) here: https://openmagpie.ai/blog/posts/get-first-users-no-marketin...
This is a very real pain point, especially for people coming from a technical background (which I assume is the majority of people who make open-source projects??). What's worked for me initially is going to online communities that are actively talking about my problem and contributing to the thread ASAP. And by contributing, I mean helping the person who asked the question immediately solve their problem, and then,…
The first users found the project through GitHub, but growth was very slow at the beginning. It took some time to gain traction, but I also needed that time to improve the project.
The project had been public for about a year without much attention. Only a few users had discovered it and started using it during that time.
Here if you are interested my journey: https://leafwiki.com/blog/fourteen-months-of-leafwiki/
This can be time-consuming, so there's sometimes a tempting direction to try and distance from this process by using marketing automation tools that would post for you, but I would advice against that precisely because there is a lot of value to just be present where your potential users are. Using AI carefully to help you scout the most interesting topics and discussions, though, may be a remedy, and I myself sometimes do that. Good luck!
My approach was as follows: I built a wiki software project and shared it on the subreddit r/selfhosted. The community liked the project, and it is now starting to gain more users. The first users found the project through GitHub, but growth was very slow at the beginning. It took some time to gain traction, but I also needed that time to improve the project. The project had been public for about a year without much…
This is a very real pain point, especially for people coming from a technical background (which I assume is the majority of people who make open-source projects??). What's worked for me initially is going to online communities that are actively talking about my problem and contributing to the thread ASAP. And by contributing, I mean helping the person who asked the question immediately solve their problem, and then,…
Also, can you share your GitHub? I'd love to see a project where I could be more targeted with help, if possible
And yes, here is my GitHub if you want to see: https://github.com/loerei
I didn't want to post it when I made this post because I genuinely wanted to ask for advice. I wouldn't have this many comments if I were trying to advertise myself in an Ask HN, lol. Anyways, I'm glad you are interested.
I do some projects resolving my own pain, let me see..
I made a file-editing MCP and integrated linting, so my agent gets feedback after it makes any patches. It also resolves line drift or many other errors my agent usually makes with default tools: https://github.com/loerei/patchitRIGHT
I wanted to boost my UI tasks. Simply put, I don't want to remember the file name, open it, and tell the agent which line to read anymore. So I made a tool so I can just hover over any UI element, and it lets me copy the information I was tired of finding manually or remembering: https://github.com/loerei/HoverSource
I also made quite a landing page for it as I tried to gain users: https://loerei.github.io/HoverSource/
There is also an MCP to make benchmarks and help my agent read other sessions more effectively: https://github.com/loerei/chronicle-mcp
In short, so to not repeat the others' advice -- yeah, go find communities where those people you think will find this useful hang out. Contributing will not only spread the word, but also help you refine some of your assumptions for sure. This can be time-consuming, so there's sometimes a tempting direction to try and distance from this process by using marketing automation tools that would post for you, but I would…
I'm against the idea of those tools, too, especially the spamming ones. They can make your potential users feel annoyed.