Working on a content management system

I love building web applications, and I find that most of the applications clients have asked me about can easily be built on WordPress. WordPress is a great platform, but it has a flaw: it's slow, bloated.

So, I started working on my own CMS. I called it Golog for now, and it is built in Golang. A part of it is working already: theme loading, administration panel (written using the Vue framework), but no functionality is implemented yet. That will be for tomorrow.

Here's the GitHub repo: kindlyfire/golog

I'll continue to post any updates on this blog.