Skip to content

Free civic engagement tools

The VoteAmerica tools are free for anyone to use. Just copy and paste the code below where you want the tools to appear. We recommend creating one page on your website for each tool so that you don’t overwhelm your visitors.

The code on this page is for people who don’t want or need access to the information that voters submit. If you need access to this data, you’ll need to sign up for a paid subscription to our premium tools. You can do this by visiting the VoteAmerica premium tools page. Premium tool users: please use the customized embed code found by logging in to the VoteAmerica tools admin.

Schools, see information about embedding in Learning Management Systems.

Verify tool

This tool helps people double-check their voter registration status. It's also our most popular tool. If you ask people to register to vote, about 7% will convert. If you ask people to check their registration status, about 85% will convert.

<script src="https://cdn.voteamerica.com/embed/tools.js" async></script>
<div
  class="voteamerica-embed"
  data-subscriber="public"
  data-tool="verify"
></div>

Register tool

This tool allows people to register to vote. It's our second most popular tool and works year-round. If you're looking for a permanent tool to register visitors to your site to vote, consider using the above Verify tool instead.

<script src="https://cdn.voteamerica.com/embed/tools.js" async></script>
<div
  class="voteamerica-embed"
  data-subscriber="public"
  data-tool="register"
></div>

Absentee tool and mail ballot tool

This tool allows end-users to request a mail-in ballot from their local election official.

<script src="https://cdn.voteamerica.com/embed/tools.js" async></script>
<div
  class="voteamerica-embed"
  data-subscriber="public"
  data-tool="absentee"
></div>

Where to vote tool

This tool allows users to find their polling location for both early-vote (if available) and day-of voting, as well as get the information they need about voting, such as the same-day registration rules of their state (if applicable.) This tool will only display data in the weeks leading up to an election.

<script src="https://cdn.voteamerica.com/embed/tools.js" async></script>
<div
  class="voteamerica-embed"
  data-subscriber="public"
  data-tool="locate"
></div>

Election reminders tool

This tool will allow users to signup to receive election reminders from VoteAmerica via email and SMS.

<script src="https://cdn.voteamerica.com/embed/tools.js" async></script>
<div
  class="voteamerica-embed"
  data-subscriber="public"
  data-tool="remind"
></div>

Local election office directory

This tool will let users look up the contact information for their local election official.

<script src="https://cdn.voteamerica.com/embed/tools.js" async></script>
<div class="voteamerica-embed" data-subscriber="public" data-tool="leo"></div>