Ok, so I did research on registering a company tonight. Essentially we have two logical options: the C-Corp and the LLC.
LLC: This is slightly simpler and cheaper to set up but more difficult to raise money, gain outside investors, and eventually go public.
Pros – Owned by members, not shareholders; liability protection; no double taxing; less strict laws about meetings, boards, etc.
Cons – Unlikely that a venture capitalist would invest in LLC; cannot take company public; complex operating agreements; restrictions on transfer of ownership; different laws in different states
C-Corp: This is a bit more complicated to set up but is generally the preferred method for venture capitalists and other investors.
Pros – Limited liability; most appropriate for IPO; easy to set up stock option plans; easy to transfer ownership and rights; structure that venture capitalist requires
Cons – Double taxation; high administrative compliance costs; directors held accountable; well defines laws and regulation
I think that the choice is pretty clear – if we plan on growing this thing quickly and looking for investors early on than the C-Corp makes the most sense. S-Corp limits ownership to only 100 people, sole proprietorship doesn’t make sense, and partnership is also to limiting.
We can set up the company pretty easily and cheaply through LegalZoom (http://www.legalzoom.com/) – I know a few satisfied customers.
messel 10:15 am on July 26, 2009 Permalink
Reddit actually does this already and it’s a interesting approach.
I had a related thought on monetizing the real time topical conversation discovery tool. First the tag analysis is performed on a user. Then when they log into our site (or API) virtual chat rooms are formed about topics happening at that moment and those conversations related to your tags show up as “joinable”. On the right hand side there’s space for relevant ads to that topic as well as users who pay for their messages to endure longer
messel 10:16 am on July 26, 2009 Permalink
You can always manually search for chat topics and join that way
messel 10:16 am on July 26, 2009 Permalink
Or you can find conversations by user
messel 10:28 am on July 26, 2009 Permalink
Just an update, still reviewing oauth for facebook and Twitter with python. We still need an independent user profile generator. Hoping to find some good generic code for that , think I found some php that will get us up and running.
messel 4:05 pm on July 26, 2009 Permalink
Vlad could you look into licensing, particular the apache 2.0 license. I think I’ll be using much of that type of licensed code for the prototype software framework: http://www.apache.org/licenses/LICENSE-2.0
Vlad 10:34 pm on July 26, 2009 Permalink
Ok, I’ll look into it.
Vlad 5:25 pm on July 27, 2009 Permalink
After reading the license it seems that we’re good to go. We just have to be transparent about using Apache.