Is it a good idea to create a new app on WordPress?


2

Is it a good idea to use WordPress as the base for a startup app? Would a VC invest in an app if it was built on WordPress, regardless of the idea? The app, for example, is a photosharing site using the user's system on WordPress to share and post photos to each other.

Good idea, or use something 'faster' like django?

Ideas Apps Wordpress

asked Feb 17 '11 at 15:19
Blank
Sirwan Qutbi
14 points

6 Answers


2

What is wrong with using Wordpress? How is it any different than using Codeigniter or Kohana which are both PHP frameworks? A VC isn't going to say, "Your site isn't running on code that was 100% created by you and your team, we don't want to invest."

If you want to get into specifics, by your logic a VC could refuse to fund your application because you are using Apache as your web server and not a web server that you've created yourself.

The technology does however play a crucial part I believe, but not what technologies you have used, but rather how well thought out your design and development process is and how you've implemented them.

Wordpress if optimised correctly can be used for anything, it's pretty much a CMS framework in my opinion in that it can be extended and hacked easily unlike a lot of other CMS's.

Stick with Wordpress if it is what you know. Wordpress has the simple admin and content creation features baked in going for it. Remember that anything can be optimised regardless of language or software of choice.

answered Feb 17 '11 at 15:54
Blank
Digital Sea
1,613 points

2

Technologies don't matter to investors. You could write you entire app in BASIC if you wanted and they wouldn't care. The reason why you don't want to write your app in BASIC is because it will take you forever to finish anything and gain any traction.

Use whatever technology you can to get a product out the door as fast as possible and test whether people even want it or not. If you have a deep understand of how Wordpress works and can make it do what you want, why not use it? I've programmed 4 projects on Wordpress so far and have run into relatively few problems.

Downsides to building on Wordpress

  • No guaranteed plugin support You're going to spend a bulk of your time finding plugins and testing them, only to find they don't fit into your application. You also don't want to modify a plugins source code because if you update it by accident, you'll lose your work. And you never know when a plugin will be deprecated by a new Wordpress Core update.
  • Can't modify the core - Never modify the Wordpress core. You're going to have to write your own plugins or PHP files to make Wordpress do what you want
  • No built in Ajax/Javascript support - I'm not sure about CodeIgnitor, CakePHP and other PHP frameworks, but Wordpress does not have native support for AJAX methods. You can query the Wordpress database extremely easily, but you can't make it do much on the front end.

Upsides to building on Wordpress

  • Rapid development environment - You could get a minimum viable product up in a weekend just to see if anyone wants to even use your idea.
  • Great documentation - Wordpress has some of the best documentation I've seen
  • Great community - There are thousands of plugins and entire communities that rally around Wordpress like Wordpress.StackExchange
In my opinion, Wordpress is an amazing platform to build the first iteration of your product on and get something out the door. You're going to rebuild your entire site anyways, so you might as well waste no time learning and getting your Minimum Viable Product done.

You need to think seriously about your customer acquisition strategy. That's going to be your biggest challenge. And here are some samples of sites I've hacked on Wordpress. They all took me less than a weekend:

  • Quochilla - A website for startup quotes
  • MyBookHound - Share your books with friends and track where they go
  • SponsoraStartup - Try to get people with money to pay for your startup event tickets

Message me if you have anymore questions or want to chat more! I love that topic of this thread.

answered Feb 18 '11 at 01:00
Blank
Andy Cook
2,309 points
  • Just wanted to add that I finally wrote a blog article about this topic - The Top 11 Reasons to Build Your Startup on Wordpress http://bit.ly/jemamBAndy Cook 13 years ago

1

I've built various projects (if not profitable ones) on top of Drupal which is an Open Source CMS. It has been fabulous for having tons of prebuilt fucntionality.

The downside?

If you go through a major upgrade, your add ons and tools could very well be broke and require new programming. With a major upgrade from 6 to 7, I have to decide what's more important, getting drupal 6 modules ported over to drupal 7 or keep working on my project.

Since I am bootstrapping my projects with after hours time, I have been "forced" to stick with the drupal 6 environment with the knowledge that I have a major pain point coming along down the road.

The upside? I wouldn't probably have anything up and running if I had to start from scratch. A man only has so much time and resources.

answered Feb 18 '11 at 02:14
Blank
Scott
468 points
  • If the White House website and the Economist use Drupal so you're in good company – Henry The Hengineer 13 years ago
  • I'm a believer :) – Scott 13 years ago

0

VC's don care about technologies and also VC's don invest money on the product and they invest money on the team. If product is of 100% worth then only they value product for 30% and remaining 70% they concentrate on the team.

answered Feb 17 '11 at 15:35
Blank
Bhanu Prasad
209 points
  • Evidence? VCs evaluate a multitude of factors, and to some extent pay more attention to what you focus on in your business plan, whether it be the product, market penetration strategy, or the team. – Henry The Hengineer 13 years ago
  • I have been following VC community from quite some time and they concentrate more on the team and their background and their passion towards the product and they give only 30% to product and remaining 70% to these things. – Bhanu Prasad 13 years ago
  • I myself went for funding for three products many times and this is what i observed and this is what they say in startup communities – Bhanu Prasad 13 years ago

0

It is a good idea to build a product/feature in the WordPress platform. I am not sure if VCs would be interested in a startup that is dependent heavily (a feature) in a platform such as WordPress. However, if your product is popular, your startup could become an acquisition target for Automattic which is the company behind WordPress.

Just build it and find out by yourself. Concentrate in a product that customers are interested on, do not worry too much about VCs right now.

answered Feb 17 '11 at 15:47
Blank
Ricardo
4,815 points

0

Would a VC invest in your App?
Yes - if you can get a huge user base (and maybe implement a monetization strategy).
No - if you can't get user traction.

Basically whether you use Wordpress does not independently determine VC investment. You could very well bank on other CMSes (Drupal, Joomla, etc.) if a user database and photosharing module are all you need.

answered Feb 17 '11 at 15:55
Blank
Henry The Hengineer
4,316 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Ideas Apps Wordpress