Skip to content

Home

PartyProxy makes groups decisions easy.

Core principles of the tool are: * Encourage delegation. * Default to action. * Automate legal, financial and administrative tasks. * Design against known psychological pitfalls. * Simplify changes to group rules. * Default to best in class options.

We've taken the best parts of open source projects we love and applied them to make groups programable.

For example to create an HOA group, you can just copy the configuration file for a Board Member Group, insert your initial members and you're done. Note that any of the group rules that are created can be changed by the group with votes. A config file might look like this.

We've decided not to use blockchain because we need to iterate quickly and don't want extra and unknown legal implications.

Rules

    //defaults
    "default_config": "templates/boardmember.json"

    "initial_board_members_emails": ["bob@hoa.com", "sally@hoa.com", "sarah@hoa.com"]
    "initial_members_emails": [ ]

    // Delegates
    "delegation.enabled": true,
    "delegation.defaultDelegateMember": "random",

For an example you can create an HOA using the following configuration.

Rules

    // Delegates
    "delegation.enabled": true,
    "delegation.defaultDelegateMember": "random",