CoinDrop.me Week 4 & Recap
4th week of the Launch Track cohort at #coStarting. I am building a bitcoin wallet with human readable addresses.
I keep updating this post with new developments, so don't be suprised if the time form is off further down in the post :)
On todays Virtual Coffee Meeting, we had a great conversation about realizing what we are not good at, and learning how to ask for help in these areas.
A simple match making website where creators, makers and founder can subscribe (collectively "Indies") to be matched with another Indie with complementary skill sets.
This idea is further inspired by the need for a buddy matching system for CoStarting. With the first cohort concluded last week, and the next cohort starting next week. We started a buddy system where cohort alumni mentor new cohort Participants. Initially I was going to match them manually (at random), but now that I am building indie buddy, it can do that for me.
I was sitting at lunch after the Virtual Coffee meeting which inspired the idea:
And was mulling over the concept. One of my favorite activities is to snoop around domains.google.com to look at the availability of the domains for my ideas, or the names I contemplate at the time. This time the first contender was:
"indie buddy"
Since I slowly start to consider myself a indie-maker, and love the entire community, I thought it was a great name. And at its core, for the beginning the service is intended for people who are working on specific projects and have specific barriers they may need help with. So the indie community might be a good place for it. So I pulled the trigger and bought the domain. However to ensure I would not just let it go stale, I challenged myself to finish the MVP before going to bed today.
Inspired by today's Virtual Coffee Meeting. I am challenging myself to build IndieBuddy tonight. Match #indiemakers and #indiehackers based on their skills. @chap_chats, @IamEmiW thanks for the inspiration. pic.twitter.com/BH9cU09UeV
— Sven Hermann (@iamsvenh) February 9, 2021
After taking care of work and chores around the house, I sat down just after 6pm and started to build it. I began with trying to find a logo and colors I could use. FOr that usecase I like
which lets you design a logo quickly and gives you the low res version of them for free. I spend maybe 15min and came out with this:
Is it obvious that I like orange? Its actually a coincidence that its so similar to my coStarting colors, and came recommended like that by the logo-maker. But I like it, so I will stick with it. Positive side effect, it will work great as a tool under the coStarting banner in the future. :)
I do not like doing things multiple times. That includes writing a landingpage. So I dug up the code I wrote last month for coindrop.me, and reused it as a starting project. About 40min into the project I had some general rough layout I thought I want to go with (no functionality yet).
and so it begins... By the end of the night I want the service to be live. Tomorrow ya'll can find your #indiebuddies with complementary skills. #buildinpublic pic.twitter.com/R4A6TPahsB
— Sven Hermann (@iamsvenh) February 9, 2021
The fancy courser writing on the left was also recycled from another project of mine https://yourguide.app/ (which is currently on ice, and one of those over engineered ones which never launched, at least not yet).
I knew I wanted an easy way to enter your strengths and weaknesses which will ultimately be the the core of the matching algorithm. I had a tag-cloud in mind, and found Select2, a library which does 80% of what I had in mind.
With that I was able to put together the input fields for the page like so:
It allows a user to select already populated skills, or enter new ones before submitting their match-request.
How a match is determined is by cross matching the skills between buddies based on their strengths and weaknesses.
E.g.
Mary is good at Design & Coding, but could use help with Marketing & Sales
Paul is good at Sales & Writing, but could use help with Coding & IT
You see that Paul and Mary cross match for Sales & Coding. Mary can help Paul with coding tasks and Paul can help Mary with Sales.
Once a match is determined, the system will send the buddies an email introducing them to one another. At this time the system will leave it up to them how, if and when to connect. But I plan to build further features in the future to make this facilitation easier.
Once the frontend was done, I simply tied it up to firebase and was almost done. The only thing left was the actual matching process. For which I also used Firebase. At the time a buddy is entering to be matched, we check the DB for a cross-match. If there is one, they will be notified. If not, they will wait until the best match is entered.
I made it. There is certainly a lot to be improved on already, and many features which can be built out. But just after midnight, I launched the website on my Server and connected the domain.
https://t.co/MEVsOHknao is live. Some of our #coStarting members were asking for accountability buddies. So I built this service which matches makers, creators, founders or anyone else who is looking for someone with complementary skillset. #buildinpublic pic.twitter.com/VqQOu4iRm9
— Sven Hermann (@iamsvenh) February 10, 2021
Since the service is brand new, I was watching the DB today, to see what submissions were coming in. It seemed that many of the users have mainly selected the pre-populated skills, which were only 8 as of last nights release. This indicated that the UX/UI was not ideal, and users did not neccessarily understand that they were able to type in new skills as well. In order to combat that I made a few changes.
Have a look at the new flow:
A week into the project I realized there may potential for a flexible system where organizers for accelerators, communities or even co-working spaces can configure a buddy system for their members. After a few conversations with advisors and friends I decided to explore the idea further.
I reached out to a local co-working space for advice. I asked them if this would be something they could see value in for their customer. The short answer was:
I like the idea for the coworking space, that is pretty cool. Helping to form connections, particularly at a time when the “coffee crash” doesn’t happen in the kitchen anymore in the morning where people connect organically i would be interested, for a thriving coworking space actively trying to keep people engaged during covid this could be really attractive
We also discussed pricing. It seems a per member pricing or usage based pricing would be best received. Overall the feedback was to be in the range of $1-3 / member, as the unit economics are all hinging around the member pricing the co-working space charges.