RINX PAC is an independent federal Super PAC built to primary fake Republicans and elect fighters who win on immigration, spending, and culture.
Opens secure Anedot • Auto-updates donor status & persists your amount
RINX PAC exists to eradicate weak Republicans from office through primaries and replace them with unstoppable winners. No talking. No compromises. Full speed.
Every verified donor vote increases the public “Seats at Risk” counter.
See the power of 100,000 patriots. Slide to project total raised, challengers funded, and RINOs defeated.
Live projection • 100,000 donors × selected amount • 66% primary success rate modeled
Live 270toWin forecast. Every donor vote increases the seat-risk total.
Seat risk = the number of House seats that could flip to Democratic control if these RINOs remain in office and continue their weak voting records on immigration, spending, and borders.
Client-side simulation of production KMeans clustering (MAGA primary targeting). Real backend available on request.
import pandas as pd
from sklearn.cluster import KMeans
voter_df = pd.DataFrame(candidates)
filtered = voter_df[(voter_df['upset'] > 0.72)]
kmeans = KMeans(n_clusters=3).fit(filtered[['votes', 'upset']])
target_list = filtered[kmeans.labels_ == 0]
target_list.to_csv('brevo_rino_strike_list.csv', index=false)
Download current top targets as CSV for internal use.