Open sourced: Real Time

Realtime is a time tracking tool made from scratch for the needs of Code Yellow employees. At Code Yellow we want to track time with few steps, and see what others are working on / have been working on. Toggl got close, but we don’t want to rely on external services. This is why we built our own Open Source variant.

Checkout the code at public Github Repo

Open sourced: MobXspine

A frontend package built upon MobX to add models and collections. It has first-class support for relations and can communicate to a backend. By default it comes with a “communication layer” for Django Binder, which is Code Yellow’s Python backend framework. It is easy to add support for another backend. Mobx-spine is highly inspired by Backbone and by the package we built on top of Backbone, Backbone Relation.

Checkout the code at public Github Repo

Open sourced: Django Binder

Code Yellow backend framework for SPA webapps with REST-like API. This framework is a work-in-progress. There is no complete documentation yet. We are using it for a couple of projects and fine-tuning it.

Checkout the code at public Github Repo