Back to browse
I built a conditional political donation system (demo)

I built a conditional political donation system (demo)

by powerback·Feb 26, 2026·1 point·1 comment

AI Analysis

MidBold BetBig Brain

Conditional escrow for politics is clever, but the demo doesn't process real money or verify conditions work.

Strengths
  • Novel escrow mechanics applied to campaign finance—publicly-defined conditions create leverage clarity.
  • Thoughtfully designed around a specific legislative goal (H.J.Res.54) rather than generic donation aggregation.
Weaknesses
  • Demo is a walkthrough only—no real payment processing, account auth, or live condition resolution means core mechanics are unverified.
  • Faces existential regulatory risk around conduit donations and FEC compliance; unclear if this model survives legal scrutiny.
Category
Target Audience

Political activists, small-dollar donors, campaign finance reformers

Similar To

Act Blue · Donor Choose · Kickstarter (conditional funding model)

Post Description

Over the past few years I’ve been building POWERBACK, a web platform that experiments with applying conditional escrow mechanics to campaign finance.

Instead of donating directly to a campaign, users commit funds under a publicly defined condition. Funds are intended to be collected up front and released only if the condition is met. (If the condition is not met, funds are not refunded and instead support the platform.)

Conditions must be externally verifiable and rule-based.

The current v1 focuses on a single condition: whether H.J.Res.54 (a proposed constitutional amendment from Congresswoman Jayapal to overturn Citizens United) receives a floor vote in the House.

This demo does not collect funds, create accounts, or process payments. It is an interactive walkthrough of the mechanics and UI flow.

The intended full version includes authentication, payment via Stripe, and automated condition resolution.

Technical stack: MERN (MongoDB, Express, React, Node), VPS deployment with Nginx reverse proxy, JWT auth in the full build, and background watchers for legislative updates.

The hard problems have been structural rather than technical: defining objective conditions, avoiding discretionary fund control, ensuring neutrality, and designing something that does not resemble a quid pro quo.

I’m interested in feedback on the escrow model, incentive alignment, legal edge cases, and whether the mechanism is clear.

Demo: https://demo.powerback.us

Happy to answer questions.

Similar Projects