| ▲ | marvinblum a day ago | |
I've decided to take a break from working on Pirsch Analytics (pirsch.io) until next year and focus on some side projects instead: 1. Shifu (https://github.com/emvi/shifu) - a code-based CMS with admin UI. It's really easy to set up, written in Go, free and open-source, and I already sold a few websites using it. It can be used as kind of a framework to build more specialized features into a website and takes away the maintenance hell from managing a WordPress installation or a similiar CMS with tons of plugins that break with every update. 2. Zenko (working title, repo is private for now) - a very simple and no-bullshit project management software. It will be free and open-source, but I might offer a hosted option for a few bucks (like $20/year for all users of a team). I mainly build this for ourself to replace Linear, because we don't really make use of it. Don't get me wrong, Linear is awesome, but we basically only need an advanced Todo list. Main goals: * Pull updates on the dashboard by yourself, instead of receiving notifications all the time via email * Keep it simple stupid - no unnecessary features, no AI, just the bare minimum * Cheap (for the hosted version, free if self-hosted) and easy to host (again written in Go) * No feature-creep 3. Last but not least, I'm working on a "game engine" written in Go and SDL2. I do this for fun, but it is coming along nicely and teached me a few new concepts already (like ECS in Go). | ||