<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WePay &#187; non-engineer</title>
	<atom:link href="http://blog.wepay.com/tag/non-engineer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wepay.com</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 12:50:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>6 Things a Non-Engineer Should Know Before Founding a Web Startup</title>
		<link>http://blog.wepay.com/2010/04/27/6-things-a-non-engineer-should-know-before-founding-a-web-startup/</link>
		<comments>http://blog.wepay.com/2010/04/27/6-things-a-non-engineer-should-know-before-founding-a-web-startup/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 06:42:07 +0000</pubDate>
		<dc:creator>Rich Aberman</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[non-engineer]]></category>
		<category><![CDATA[Rich Aberman]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://blog.wepay.com/?p=339</guid>
		<description><![CDATA[<p>Despite the obvious look of shock and panic on the faces of my WePay teammates, I recently committed my first lines of production code.  Although It took over a year and a half for me to contribute to WePay’s code&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Despite the obvious look of shock and panic on the faces of my WePay teammates, I recently committed my first lines of production code.  Although It took over a year and a half for me to contribute to WePay’s code base, and it’s still not particularly substantive (a few lines of html on the exterior of our site), it still feels pretty darn good.</p>
<p>I’m not trying to become a developer. Trust me, there’s a ton of other stuff that needs to get done at WePay. I just discovered something that our site needed (and something that I really wanted because it would make my job easier), which wasn’t going to get built unless I found a way to build it.   We’ve received quite a few requests for “How To” guides, and I’ve also gotten tired of answering the same “how do I…” questions over and over again, so I built the <a href="https://www.wepay.com/howto/collect" target="_blank">How To</a> section of our site. Specifically, How to Collect Money Online, How to Send Bills, How to Collect Donations, and How to Sell Tickets.</p>
<p>In addition to my first official commit, WePay also <a href="http://techcrunch.com/2010/04/27/php-founder-rasmus-lerdorf-joins-group-payments-startup-wepay/" target="_blank">just hired Rasmus Lerdorf</a>, the creator of the PHP programming language. All in all, I thought this was an appropriate time for me to reflect on the <em>non-technical</em> things I’ve learned about programming since founding WePay.</p>
<p><em>[Side Note: In a lot of my posts, I think I come off as a self-loathing non-Hacker, which is entirely unintentional and mostly untrue. During our summer in YCombinator, I was one of the few non-developers, and I was frequently asked: “if you don’t write code, what do you do all day?” The question annoys me for a variety of reasons, but mostly because I did a lot. I think there are abundant non-technical factors that lead to a startup’s success, and the responsibility for making those things happen tends to fall on the shoulders of the non-technical people (assuming the company has those – in our case, we did). At some point, I’ll write another post about what a non-engineer does, or should do, during the early stages of product development. In the meantime, I just discovered <a href="http://giffconstable.com/2010/04/git-it-done-the-joy-of-wearing-many-hats/" target="_blank">this post</a></em><em>, which is pretty damn good].</em></p>
<p>So, without further ado, what I’ve learned:</p>
<ol>
<li><strong>Don’t be Helpless. </strong>As the only non-developer at WePay, it’s pretty tempting to become technically helpless. That would be a big mistake, and there were times when I’ve gotten pretty close, and it has paralyzed the company. Programmers != Technical support, and a team of developers does not an IT department make. Installing software, setting up a network, changing copy on the site, etc. is not necessarily the job of the developers (in fact, it may necessarily <em>not</em> be their job). I’ve seen arguments about the difference between a programmer and a hacker, and from what I understand, the difference boils down to one thing: hackers will always find a way to get something done.  If you’re a programmer, you can also be a hacker (I would argue that our programmers are), but you don’t <em>have</em> to be a programmer to be a hacker. One of our corporate maxims: everybody’s a hacker.</li>
<li><strong>Almost nothing is trivial. </strong>I used to say: “this should be a pretty trivial change,” a lot more than I should have. Just because something is logical and it makes sense, does not mean that the code can easily support it. From what I can tell, nothing is more frustrating to an engineer than a non-engineer asking for something complex, and treating it as if it&#8217;s trivial.</li>
<li><strong>The 90/10 rule. </strong>When you first start building a piece of software, you can pretty much do whatever you want because you’re not constrained by what you’ve already built. So the first 90% goes by very quickly, and you can see a ton of tangible progress. You go from nothing to a lot very quickly, and it’s exciting. The other 10% takes forever (literally <em>forever</em>, see #4), and it’s hard for non-engineers to <em>see</em> that progress being made.</li>
<li><strong>Software is never finished</strong>. Software is like a living breathing organism. It’s never “complete”. For startups this is obvious: the application changes and morphs, it adds features and takes them away, it scales, etc. Even for non-startups, though, the software is never finished. It needs to be updated, vulnerabilities need to be patched, and bugs need to be fixed. I used to think that you build the product and then you get people to use it. As it turns out, these two things happen at the same time, from the beginning, and throughout the entire lifecycle of the company.</li>
<li><strong>Non-engineers are not “designers” by default</strong>. It’s easy to say: “since I don’t write code, I’m in charge of designing the site and improving the user experience.” And after saying that, it’s easy to put together a bunch of wireframes and say: “make this”, then do some QA and say: “fix that.” That’s not design and it’s certainly not improving the UX. There is both an art and a science to design and UX work, which takes as much time to master as it does to master most technical skills.  I think most non-technical founders working on their first Internet company miss that point. Because you are non-techinical, does not mean you are by default an authority on design and product; in fact, it could easily mean the opposite. If you want that role, you have to work for it (more details in a later post). <strong>Edit: </strong>Just read a comment that said: &#8220;don&#8217;t automatically assume engineers can&#8217;t design!&#8221; I couldn&#8217;t agree more.</li>
<li><strong>Don’t pretend to be more technical than you are. </strong>Especially in the Bay Area. First of all, it’s incredibly transparent (even to non-technical people), and you will lose all credibility. It also pisses off engineers. On the other hand, being honest about your technical skills, genuinely asking for help, and trying your best to contribute, is like trying your best to speak the local language in a foreign country- it’s a sign of respect and humility.</li>
</ol>
<p>Good advice? Give WePay a try, it&#8217;s free to sign-up!</p>
<p><a href="http://www.wepay.com"><img class="aligncenter size-full wp-image-1442" src="http://www.wepay.com/blog/wp-content/uploads/2011/04/Generic.jpg?utm_source=wepayblog&#038;utm_medium=blog&#038;utm_medium=banner&#038;utm_ref=blog_banner&#038;utm_campaign=generic" alt="" width="728" height="90" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wepay.com/2010/04/27/6-things-a-non-engineer-should-know-before-founding-a-web-startup/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>How to Work For A Startup When You’re Inexperienced and Non-Technical</title>
		<link>http://blog.wepay.com/2010/03/24/so-you%e2%80%99re-inexperienced-non-technical-and-you-want-to-work-for-a-startup-another-post-about-internships/</link>
		<comments>http://blog.wepay.com/2010/03/24/so-you%e2%80%99re-inexperienced-non-technical-and-you-want-to-work-for-a-startup-another-post-about-internships/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 11:01:48 +0000</pubDate>
		<dc:creator>Rich Aberman</dc:creator>
				<category><![CDATA[Startups]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[non-engineer]]></category>
		<category><![CDATA[Rich Aberman]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://blog.wepay.com/?p=213</guid>
		<description><![CDATA[<p><a href="http://www.wepay.com/blog/wp-content/uploads/2010/03/lawyer_nerd1.jpg"><img class="alignleft size-full wp-image-215" title="lawyer_nerd1" src="http://www.wepay.com/blog/wp-content/uploads/2010/03/lawyer_nerd1.jpg" alt="working for a startup" width="200" height="162" /></a>Since <a href="http://www.boston.com/business/technology/innoeco/2009/12/wepay_founders_put_down_roots.html" target="_blank">news broke about our financing</a> and I started to blog about <a href="http://www.wepay.com/blog/2010/03/11/5-things-i-“knew”-or-should-have-known-before-starting-a-company-but-didnt-fully-understand-until-now/" target="_blank">startup-related things</a>, we have gotten a lot of interest from entrepreneurial students that “love startups” and “really want to work for one.”</p>
<p><a href="http://wepay.theresumator.com/apply/waxuor/" target="_blank">We are</a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wepay.com/blog/wp-content/uploads/2010/03/lawyer_nerd1.jpg"><img class="alignleft size-full wp-image-215" title="lawyer_nerd1" src="http://www.wepay.com/blog/wp-content/uploads/2010/03/lawyer_nerd1.jpg" alt="working for a startup" width="200" height="162" /></a>Since <a href="http://www.boston.com/business/technology/innoeco/2009/12/wepay_founders_put_down_roots.html" target="_blank">news broke about our financing</a> and I started to blog about <a href="http://www.wepay.com/blog/2010/03/11/5-things-i-“knew”-or-should-have-known-before-starting-a-company-but-didnt-fully-understand-until-now/" target="_blank">startup-related things</a>, we have gotten a lot of interest from entrepreneurial students that “love startups” and “really want to work for one.”</p>
<p><a href="http://wepay.theresumator.com/apply/waxuor/" target="_blank">We are aggressively hiring engineers</a>, so if an engineer reaches out to us, it’s a pretty straightforward process.  Are you a Cultural fit? Technical fit?  If yes to both, then we probably want to hire you.</p>
<p>Since we are not currently hiring non-engineers, the process is not so straightforward when non-technical candidates reach out to us looking for jobs.</p>
<p>For starters, if you’re non-technical and inexperienced, you’re fighting an uphill battle, since you’re looking to fill a position that doesn’t exist.  One way to get around this is to ask for an internship.   For one, it’s easier to get an internship than it is to get a full time job.  This is probably pretty obvious, but it’s definitely worth noting.</p>
<p>I intentionally let potential interns fall through the cracks all the time. I don’t really want to spend time interviewing and hiring them, and I know that once I do, it’s just going to take up even more of my time. New hires (interns especially) require training and direction.   More often than not, the amount of effort I put in to training and directing an intern is less than the amount of tangible value I get out of the relationship.  The other option is for me to put in no effort, and hope that you can figure it out on your own.  I have rarely been pleasantly surprised by this approach.</p>
<p>So how do you get an internship with a startup that’s not looking to hire interns? Be persistent, network your way in and demand a job. Offer to do a trial period. If you’re super inexperienced, volunteer to work unpaid.  It also helps if you can demonstrate a deep knowledge and passion for our product.</p>
<p>Most importantly, know how to answer the following question: “What do you want to do if I hire you.”  I’m too lazy (or too busy) to answer this question for you. And if you can’t answer it before I hire you, that means that I have to take the time trying to figure it out after I hire you. That’s a pretty big deterrent.</p>
<p>The following answers send red flags: “I’ll do anything you want me to” or “I like everything” or “I’m not sure.”  This tells me that I’m going to spend more time trying to think of tasks to give you, than you&#8217;re going to spend actually accomplishing them.</p>
<p>A better answer would be: “I can help you accomplish X because I am good at Y”. The more specific you are, the easier it will be for me to see where you fit in the value chain. Do you have a deep knowledge of our target market? Can you do customer service? Can you make pretty graphics? Edit videos? Everybody can think of something they are good at; all you have to do is figure out how that relates to some aspect of what we do on a daily basis.  Remember that most startups only do two things: they build a product and they get people to use it. If you’re not technical, then you just need to make the case that you&#8217;ll somehow contribute to the latter.</p>
<p>If you’re an intern, you better be 80% doer and 20% thinker.  The worst thing you can say is something like this: &#8220;I am a management major, so I can help you create a plan and define your goals&#8221;. I would much rather hear something as simple as: &#8220;I will help you get more users.&#8221;</p>
<p>If you can finagle an internship, then you just have to kick ass while you&#8217;re there. How do you kick ass while you’re there? Pretty simple: accomplish something tangible.  Get customers. Own a project or role (company blog, customer service, community outreach, etc.). Get press.  It doesn’t really matter: as long as at the end of your internship, I feel like we would suffer a major set back if we let you get away. If that’s the case, then we would be crazy not to offer you a job.</p>
<p>Check out the progress of our start-up. WePay is free to sign-up.</p>
<p><a href="http://www.wepay.com"><img class="aligncenter size-full wp-image-1442" src="http://www.wepay.com/blog/wp-content/uploads/2011/04/Generic.jpg?utm_source=wepayblog&#038;utm_medium=blog&#038;utm_medium=banner&#038;utm_ref=blog_banner&#038;utm_campaign=generic" alt="" width="728" height="90" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wepay.com/2010/03/24/so-you%e2%80%99re-inexperienced-non-technical-and-you-want-to-work-for-a-startup-another-post-about-internships/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>5 things I “knew” (or should have known) before starting a company, but didn’t fully understand until now</title>
		<link>http://blog.wepay.com/2010/03/11/5-things-i-%e2%80%9cknew%e2%80%9d-or-should-have-known-before-starting-a-company-but-didnt-fully-understand-until-now/</link>
		<comments>http://blog.wepay.com/2010/03/11/5-things-i-%e2%80%9cknew%e2%80%9d-or-should-have-known-before-starting-a-company-but-didnt-fully-understand-until-now/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 07:02:28 +0000</pubDate>
		<dc:creator>Rich Aberman</dc:creator>
				<category><![CDATA[Startups]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[non-engineer]]></category>
		<category><![CDATA[Rich Aberman]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://blog.wepay.com/?p=185</guid>
		<description><![CDATA[<p>I founded <a href="http://www.wepay.com">WePay</a> with Bill Clerico in August 2008, with the simple goal of making it easy for groups to collect and manage money online. We were accepted in <a rel="nofollow" href="http://ycombinator.com/" target="_blank">YCombinator</a> in May 2009, and raised just&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I founded <a href="http://www.wepay.com">WePay</a> with Bill Clerico in August 2008, with the simple goal of making it easy for groups to collect and manage money online. We were accepted in <a rel="nofollow" href="http://ycombinator.com/" target="_blank">YCombinator</a> in May 2009, and raised just under $2 million from <a rel="nofollow" href="http://www.augustcap.com/">August Capital</a>, Max Levchin, and a few other well-know angel investors last December.</p>
<p>I can’t say much about running a company post-financing because we have only been doing it for a few months, and to be honest, I haven’t really had the opportunity to reflect on it.</p>
<p>However, I have taken some time to think about some of the things I have learned over the past year and a half (from conception to financing), and I’ve decided to share a few of them here.</p>
<p>A quick caveat: I’m fully aware that every one of the following points I’m about to make has been made before, multiple times, by people smarter than myself.  There’s this great quote in <a rel="nofollow" href="http://www.imdb.com/title/tt0870111/" target="_blank">Frost/Nixon</a> that goes like this: “In boxing, there&#8217;s always that first moment, and you see it in the challenger&#8217;s face. It&#8217;s that moment that he feels the impact from the champ&#8217;s first jab.  It&#8217;s kind of a sickening moment, when he realizes that all those months of pep talks and the hype, the psyching yourself up, had been delusional all along.”</p>
<p>It’s one thing to <em>know</em> how strong the champ can hit, and something quite different to <em>feel</em> it.</p>
<p>That’s kind of what it’s like to start a company: “Yeah, yeah … I know it’s going to be hard – <em>everybody</em> has told me it’s going to be hard – but I’m ready for it, and I can handle it.”</p>
<p>Trust me, you’re not, and no matter how much you think you know about what it’s going to be like, when that first jab comes, you’ll begin to truly understand for the first time.</p>
<p><span style="text-decoration: underline;"><a rel="nofollow" href="http://www.paulgraham.com/relres.html" target="_blank">Paul Graham says</a></span> that good startup founders can be described in two words: relentlessly resourceful.   I agree, but I would add two words of my own: arrogant and naïve. Arrogant enough to get in the ring, and naïve enough that you still think you will win after you feel the first punch.</p>
<p>The following are the five things that I “knew” (or should have known) before starting a company, but didn&#8217;t fully understand until now.</p>
<p><strong>1. If you are not full time, then you are at a huge disadvantage</strong></p>
<p><strong> </strong></p>
<p>Going full-time was one of the best early decisions that we made.   More than anything else, working full time on your startup makes it MUCH harder to quit.  Once you burn the ships (quit your job, drop out of school, etc.), you’ve officially committed. I can name at least five times I would have quit if I wasn’t working full time, or if I had other options. In fact, if the timing had worked out differently (better or worse, depending on how you look at it), I would have gone back to law school after a year-long deferral.</p>
<p>Working full time on an idea also gives you a degree of credibility. Or rather, not working full time takes away almost <em>all credibility. </em> If your idea is so great, why haven’t you committed to it? Why should I invest and risk my money, if you’re not even fully committed.</p>
<p>For us, part-time was not an option.  That being said, if you don’t need credibility or require anybody else’s commitment (time, money, etc.), then part-time <em>may</em> be a viable option.</p>
<p><strong> </strong></p>
<p><strong>2. Picking the right cofounder is the most important early-stage decision you will make.</strong></p>
<p>It’s almost cliché to claim that picking a cofounder is like getting married. Picking the <em>right</em> cofounder is more like finding your soul mate.</p>
<p>You need to find somebody that you cannot succeed without, and they need to feel the same about you. You need to contribute something so unique and valuable that your cofounder would have a <em>very difficult</em> time building the business without you.  I have watched a ton of early-stage startups (run by some very smart people) fail because the cofounders didn’t complement each other well.  Three very smart people and a business plan, does not a business make.</p>
<p>I recently saw a post on <a rel="nofollow" href="http://news.ycombinator.com/" target="_blank">Hacker News</a>, where somebody created a three-column spreadsheet. Column 1 = “I am”; Column 2 = “I am looking for”; Column 3 = “I am working on.” Literally 99% of the rows read something like this: “I am a business guy/entrepreneur/mba/professional; I am looking for a technical cofounder; I am working on a website/new kind of social network/etc.” Everybody wants a technical cofounder because you can’t build an Internet company without one (I guess you <em>could</em> outsource development, but as it turns out, that rarely ends well).</p>
<p>And even more worrisome, is that people often think to themselves: “if I could only find somebody that knows how to program, then everything will be okay.” Building a web-app is far more complex than us non-techy folk could ever imagine, and believing anything else is a sure-fire way to waste a ton of time and money.  Believe me, if you are “building a website that will do X”, then 99% of the early-stage work happening in your company will be building the website that does X.</p>
<p>If the only thing you are bringing to the table is an idea, then you have nothing to offer.  Think about what <em>only you</em> can offer a potential technical cofounder before you start looking for one (i.e. contacts with potential customers or partners, deep knowledge of a particular industry or space, access to capital, etc.).</p>
<p>Bill happens to be a close friend, but that’s not why he’s a good cofounder (it may be necessary, but it’s certainly not sufficient).  Nobody in the world has Bill’s <em>exact</em> skill set, and looking back on it, that skill set is <em>exactly</em> what we needed.  In regard to the close friend part, that’s a given – you’re going to be dragged through hell on the way to building a successful company, so you probably want to pick somebody that makes hell a little less painful.</p>
<p><span style="text-decoration: underline;"><a rel="nofollow" href="http://www.paulgraham.com/">Paul Graham</a></span> says that <span style="text-decoration: underline;"><a rel="nofollow" href="http://www.paulgraham.com/die.html">startups die because founders quit</a></span>.  Your cofounder should be somebody that refuses to quit, and somebody that inspires enough confidence in you, that you will refuse to quit as long as they are still around.  I can’t count the number of times that was all we had going for us.</p>
<p><strong>3. Traction is the only thing that matters</strong></p>
<p>Well, maybe not <em>the</em> <em>only</em> thing, but it matters a whole hell of a lot.  Getting people to use your product and consistently growing the size of your user base is perhaps the single most important thing an early-stage company can do.  In fact, some would argue that it is <em>the</em> definition of early-stage success.</p>
<p>VCs never really invest in ideas.  They say they invest in great <em>teams </em>or great<em> founders</em>, and I believe that this is often the case.  A great team with a [decent?] idea is sometimes enough.  But I’m pretty sure that “great team” or “great founder” has a very, very limited definition; namely, somebody with a previous exit (IPO or acquisition), or deep and wildly impressive domain expertise.  Unfortunately, by definition, <em>no</em> first time entrepreneur has either of these.  They have ZERO credibility.  So how do first-time entrepreneurs gain momentum and raise money? They build something that people like and use.  If you can do that, then you just have to convince VCs that you can keep doing what you’re doing (building something useful and getting people to use it).</p>
<p>This might seem obvious, but it wasn’t obvious to me for a very long time: the only thing that you should try to do early on is to build something that people use.</p>
<p><strong>4. Unless you’re part of the Silicon Valley in-crowd AND you have traction, you’re not going to raise venture capital</strong></p>
<p><strong> </strong></p>
<p>When Bill and I first founded WePay in Boston, we spent a lot of time thinking about the VC industry, hanging out with other first-time and unfunded entrepreneurs who talked about VC firms and partners as if they were celebrities and close friends.</p>
<p>There were dozens of networking events with workshops on how to raise venture financing, create a decent pitch deck, pitch effectively, etc. There were even more events that gave entrepreneurs the “opportunity” to get in front of VCs and angel investors.  We saw the same group of young, networking entrepreneurs every time.</p>
<p>We thought: “hey, this must be what starting a company is all about.”</p>
<p>We had this incredibly naïve notion that if you came up with a great idea, you could raise a few million bucks with a few slides and some undergraduate-style market research.  There was huge credibility gap that we had little chance of overcoming. We spent a lot of time tweaking and refining our pitch deck, meeting with VCs, networking, and thinking we were making progress.  We thought VCs loved us, despite the fact that we rarely got a second meeting.</p>
<p>Luckily, during that period, we also got a lot smarter in the payment space – learning about payments in general and forging partnerships. If it wasn’t for that, our first 6 months in Boston may have been a complete waste of time.</p>
<p>When we finally moved to Silicon Valley, two things happened: we built a product, and we got a foot in the door with the in-crowd.  I think one of YCombinator’s greatest accomplishments is its ability give young and un-connected entrepreneurs almost instant access to the Silicon Valley elite.</p>
<p>With a product, some promising feedback from early users, and some healthy Silicon Valley buzz, fundraising was a profoundly different experience than we originally thought it would be.</p>
<p><strong>5. Customer Acquisition is tough</strong></p>
<p><strong> </strong></p>
<p>I’m not sure what it’s like for companies that don’t charge users, but for those that do, acquiring customers is a pretty significant challenge.</p>
<p>I’m convinced that customer acquisition is the most overlooked and understated challenge faced by first-time entrepreneurs. At least it was for us.</p>
<p>How can our product <em>not</em> grow virally? It’s fulfilling a real need. I know <em>I</em> would use it. All my friends say <em>they</em> would use it. The idea is earth shattering, and it solves a problem that everybody has! Customer acquisition? HA! The product will sell itself!</p>
<p>I have seen a lot of successful approaches to customer acquisition, but every one of them was a difficult uphill battle, carefully planned, and masterfully executed.  Some social networks recruited celebrity early-adopters that brought their followers along with them. Some clever startups sell their product before they build it (in other words, they lock up some early marquee customers – usually through personal connections, or previous employers).  Other companies have huge marketing budgets, or aggressive and experienced sales-forces (but that’s obviously a lot tougher for bootstrapped or early stage customers).</p>
<p>We have taken a multi-channel approach, but each one of those channels has required a ton of thought and relentless execution. Customer acquisition (at least in the early days) should not be taken for granted.</p>
<p>Check out the company Rich and Bill started. WePay is free to sign-up!</p>
<p><a href="http://www.wepay.com"><img class="aligncenter size-full wp-image-1442" src="http://www.wepay.com/blog/wp-content/uploads/2011/04/Generic.jpg?utm_source=wepayblog&#038;utm_medium=blog&#038;utm_medium=banner&#038;utm_ref=blog_banner&#038;utm_campaign=generic" alt="" width="728" height="90" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wepay.com/2010/03/11/5-things-i-%e2%80%9cknew%e2%80%9d-or-should-have-known-before-starting-a-company-but-didnt-fully-understand-until-now/feed/</wfw:commentRss>
		<slash:comments>78</slash:comments>
		</item>
	</channel>
</rss>

