Ask HN: What is the best development stack for custom CMS applications?

https://news.ycombinator.com/item?id=9059037
by mertemin • 11 years ago
6 8 11 years ago

I am a freelancer developer. I have a slowly growing list of Web applications that I developed for my customers.

Most of the applications are custom content management systems that are easy to use without requiring any technical knowledge, specifically built based on customers needs and requests. Existing systems like WordPress, Joomla etc are too complex for them with a lot of options/configurations. There are alternative simpler ones, but still the requirements per customer generally do not align with what is provided. So I develop custom simple apps with which they can simply login to dashboard and add something, remove something, edit something etc. If the content of the website tends to stay the same for a long time, I go with pure HTML and CSS with small improvements with JS. These applications/websites has varying traffic loads from 10s of users to 1000s of users.

I simply use LAMP stack, specifically CodeIgniter for custom application development, because I had a dedicated server back in time and CodeIgniter seemed simple, and easy to use and develop (I took a look at others, and tried some of them such as yii, but as I said I needed something simple). The cost for all is around 100$/year, which is cheap.

However, these days with new platforms/solutions like heroku, AWS, Azure, docker, I feel like there may be a better approach. I use ruby (Sinatra) and python (flask) for small side projects, but when it comes a content management I think they fall short. I know there are options like Rails, Django, but I am NOT developing full-fledged systems.

And the free option for heroku draws my attention recently, but the database could grow more than what they provide you for free. DigitalOcean could be another interesting alternative to my current development stack.

What are you guys using? Do you have any suggestions?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com