Participate is a democratic participation plaftorm, based on LiquidFeedback, the open source system used at the Pirate Party for its internal decision making and policy creation, and on its principles.
Development is in its early stages.
The platform is made up of a ruby API built on Grape, the codebase for which you'll find in this repo, and a Ember.js front-end app that lives at another repo and gets run separately.
The API has endpoints essentially CRUDing the basic domain models (like Initiative, Vote and Delegation), and work will start soon on the core logic (such as Initiative states/phases, calculating voting weight, and harmonic ordering) implementing LF's algorithms. Work on the frontend app has just started.
See the CONTRIBUTING guide and the CHANGELOG.