We are an open source, non-profit community, working to develop a democratic engagement web system.
- Democratically Contributed Media. As the name CiviWiki implies, our core content will be contributed by volunteers on our Wiki. Our topic format is modular. The structure allows both a community of volunteers to collaborate on a single political issue, and reserves space for dissenting opinions.
- Personalized Policy Feed. CiviWiki intelligently personalizes users' feed in two meaningful ways. First, the issues promoted to users' feed will be personalized to the user's expressed interests, and the timeliness of the issue. Second, the structure of the issue topics break policy positions into bite-sized contentions we call Civies. Each Civi is logically related to the rest of the topic. Based on the user's support, opposition, or neutrality to each Civi, CiviWiki promotes different relevant content.
- Citizen/Representative Engagement. CiviWiki's core goal is to engage citizens and their representatives, with the goal of making government more accountable. CiviWiki will achieve this goal in two ways. First, CiviWiki will organize user's policy profile and compare it to every political candidate in the user's district. This quick, detailed, comparison will help users make informed votes, and we believe increased voter confidence will increase voter turnout. Second, CiviWiki will collect anonymized user data and forward district level statistics to representatives. With a critical mass of users, we believe timely district level polling data will influence representatives' votes.
To install all required modules, complete the following steps:
- make sure you are in the repository root directory
- create a Python 3.7+ virtual environment (named
env
)python -m venv env
- use the following command in project dir:
pip install -r requirements.txt
Or, if you prefer, you can use Docker compose:
docker-compose up
Contact us on Twitter to join the team.
Join us on the following channels:
- development discussions on Loomio
- videos of our weekly planning meetings on Internet Archive
- live chat on Matrix
- @CiviWiki on Twitter
See our Contributing Guide for instructions on how to contribute code.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
See our Testing Guide for instructions on how to test code.