Developing a CMS Web Application

There is no shortage of CMS systems out of there. In fact I use Wordpress and I love it. So why would we want to build another one? We are not attempting to replace Wordpress in any way but sometimes Wordpress can be overly complex for the beginner and it may be a bit of overkill for most purposes.

Our goal is to develop a platform that will allow any developer with just rudimentary html and javascript skills to set up a website with content management capabilities. No need to know any server side technologies like PHP or ASP.net or having to deal with any database related configuration.

So how do we intend to accomplish this? The system will allow developers to post content to a database hosted by us in the cloud, so you won't have to deal with database setup, load balancing, scaling, etc. :). You'll have administrative access to perform updates, deletes and insertion of posted content from a simple web based gui with a rich text editor. We'll then provide you with a javascript api to include any content that you create into your website. And thats it, super simple. 

If this is a system that you're interested in stay tuned.