Co-founder bailed on my laundry delivery startup. Looking to replace him.
I have a laundry delivery platform web app built in python. Plus an already existing relationship with Boston's #1 laundry/dry cleaning business. You can check it out: www.laundrigo.com
The vision is to be in every city in the country and be the grub hub of laundry/dry cleaning delivery. The general motto is: Hate Laundry? We have an app for that.
I need somebody who can make UI tweaks in order to launch this Fall for back to college. I have a backlog with 30 or so items. Not all of them need to get done prior to launching. The website is built on python.
I fully understand us needing to go on a few dates first and would be happy to pay a reasonable hourly rate. Bear in mind this is a scrappy bootstrap operation.
Feel free to email me with your questions: LiranBaron at gmail.
If you want to learn more about why my cofounder bailed, then please email me. i don't want to "air our dirty laundry" in public ;). Basically he couldn't make time.
12 comments
[ 2.8 ms ] story [ 35.7 ms ] threadIt looks like your web app redirects to the https version. In Safari 4 on Mac, I receive "Safari can't verify the identify of the website www.laundrigo.com" and I see an error "This certificate was signed by an unknown authority". Chrome shows an even scarier message.
2. Your project sounds interesting. My advice, if you want to find a co-founder, is to have evidence that customers are lining up to use your service. If that's the case, it's 10X more motivating for the developer.
In terms of getting traction - I agree. We have the usual friends and family ready to go. But the site needs to work properly first.
Edit: you don't seem to have python listed as a search option
I know it's popular right now to have co-founders, but I'd say just stick with it and go for it. If you have clear tasks and the revenue (or funds) to support bringing on employees the do so but otherwise put your head down and stick with it!
(Might want to put a range threshold on that search.)
To see what I mean, you can use openssl or this online tool: http://certlogik.com/sslchecker/
If you examine your website with it, you'll notice that only one cert, the server cert, is returned.
Now check, say, www.godaddy.com and you'll see a chain of CA certs returned in addition to the server cert.
Your web server docs should provide the details on how to add these CA certs. For example, I think Apache uses SSLCertificateChainFile.