← Texas Votes

Texas Votes is Open Source

This app is built transparently. Every line of code, every AI prompt, every design decision is public. We believe voting tools should be accountable to the voters who use them.

View Primary Results

Official election results

Why Open Source?

The Code

The full source code is available on GitHub: github.com/txvotes/txvotes

Texas Votes is a single-file progressive web app served directly from a Cloudflare Worker. There's no build step, no framework, no bundler. The entire app — HTML, CSS, and JavaScript — is generated server-side and delivered as one response.

Independent AI Code Reviews

We submitted our full codebase — including all AI prompts, the data pipeline, and our methodology — to four independent AI systems for review. Each was asked to evaluate the code for partisan bias, security issues, and overall code quality.

Last audit: February 24, 2026

ChatGPT Code Review

"Strong commitment to nonpartisanship and transparency in methodology." — 7.5/10

Read the full review →

Gemini Code Review

"The exceptionally detailed and comprehensive methodology export, alongside multiple public-facing transparency commitments, sets a high standard for accountability." — 7.5/10

Read the full review →

Grok Code Review

"Strong transparency with detailed methodology export and public audit resources." — 7.8/10

Read the full review →

Claude Code Review

"Exceptional transparency with complete methodology export and systematic nonpartisan safeguards at every level" — 8.2/10

Read the full review →

Automated Testing

648 automated tests across 11 test files covering interview flow, guide generation, routing, data validation, balance checks, bias testing, and audit automation. Tests run on every change to catch regressions before they reach voters.

How to Contribute

Contact us anytime: howdy@txvotes.app

License

Texas Votes is released under the MIT License. This means you're free to use, modify, and distribute the code for any purpose — including building your own voting guide for another state or city. The only requirement is that you include the original license notice.

Related