Stak is a task organizer split into two components: client and server. While the end result is the same; for scalability, we want to allow the option of self-hosting for multi-user systems, and portable mode for individual offline use. The server side is a simple REST api that handles all the data. The client side deals purely with graphical rendering and controls for Stak. It will forward all data requests to the server.
Interested in contributing? See the Stak Developers Guide on google drive.
Also take a look at the global documentation list for a reference to every feature in existence for Stak.