Home Page of Ron Star

My Grid Based CMS – The Stack

I’ve been doing a lot of research on what I’m going to use for my Grid CMS system tonight. Here is what I’ve come up with so far.

  • Apache CouchDB
    • I can run CouchApps in CouchDB unlike CouchBase and other DB’s.
    • Deployment is as simple as replicating the DB.
    • BigCouch for redundancy.
  • Kanso
    • Easy deployment
    • Packages
  • CoffeeScript
  • HAML/SASS
  • Material Design (Google)
  • Angular.js (maybe)

I think that’s all I need for this project (I hope). I want to keep it as simple as I can. Less is more right?

Now it’s time to start working on the feature set.