This is a DEMO of az-civic-tools. Data shown may not be current. View on GitHub

AZ Civic Tools

Free, open-source tools for Arizona advocacy groups. Find legislators, track bills, and engage your community. Embed on your website or fork and make it your own.

View on GitHub →

Available Tools

Drop-in civic engagement components for your website.

District Finder

Interactive map of Arizona's 30 legislative districts. Search by address or click on the map to find your State Senator and Representatives with contact info.

Cactus Watch — Bill Tracker

Search and filter every bill in the Arizona Legislature. See sponsors, committee actions, and how every legislator voted. Updated daily.

Quick Start

Three ways to use these tools on your site.

1. Embed via iframe

Paste one line of HTML. Works on any website, no coding required.

<iframe src="https://az-civic-tools.github.io/az-civic-tools/tools/district-finder/district-finder.html" width="100%" height="900" frameborder="0" style="border: none;" ></iframe>

2. Fork & Customize

Clone the repo, edit the CSS and data, deploy to your own hosting.

git clone https://github.com/az-civic-tools/az-civic-tools.git cd az-civic-tools/tools/district-finder # Edit themes/default.css for your colors # Edit data/legislators.json for current data # Deploy to any static host

3. Download Files

Download individual tool files and add them directly to your existing site.

# Files you need: tools/district-finder/ ├── district-finder.html ├── district-finder.js ├── district-finder.css ├── themes/default.css └── data/ ├── legislators.json └── az-districts.geojson