Election & Awards Voting Infrastructure

Elections and Awards Voting made secure.

CrownVote helps schools, institutions, organizations, and event brands run secure elections, public awards voting, remote voting, in-person voting, and developer-powered voting experiences.

how_to_vote Elections

For SRC elections, school elections, associations, unions, departments, and institutions.

emoji_events Awards Voting

For awards, contests, pageants, fan voting, nominations, and public voting campaigns.

globe
globe
globe
globe
Digital voting interface
fingerprint
domain
200+
Institutions Served

Schools, organizations, associations, and event brands.

how_to_vote
10M+
Votes Processed

Across elections, awards voting, contests, and public campaigns.

hub
4
Voting Experiences

Managed voting, API voting, remote voting, and in-person voting.

Built for serious elections, high-volume awards voting, and developer-powered voting products.

One platform. Multiple voting experiences.

Managed when you want speed. API-powered when you want control.

CrownVote gives you the tools to run official elections, public awards voting, and custom voting applications without rebuilding the sensitive backend.

how_to_vote

Elections

Secure voter-based elections for schools, SRCs, associations, boards, unions, departments, and institutions.

  • check_circle Remote and in-person voting
  • check_circle Voter authentication and duplicate protection
emoji_events

Awards Voting

Public voting experiences for awards, contests, pageants, fan voting, nominations, and campaigns.

  • check_circle Contestants, categories, and leaderboards
  • check_circle Built for high-traffic public voting
api

Developer API

Build your own voting frontend while CrownVote handles ballots, access control, vote protection, and processing.

  • check_circle Public key election discovery
  • check_circle AI-readable llms.txt docs
code API Voting

Build the interface. CrownVote secures the election.

Configure voters, categories, candidates, and voting rules from CrownVote. Then use the Developer API to power your own voting frontend.

Remote voting

Voters authenticate and vote securely from their own devices.

In-person voting

Officers supervise voting with admin access, voter tokens, and protected sessions.

get-election.ts

Discover election

const res = await fetch('https://api.crownvote.com/api/v1/election', {
  headers: {
    'API-PUBLIC-KEY': PUBLIC_KEY,
  },
})

const { data } = await res.json()

const election = data.election

console.log(election.title)
console.log(election.votingMode)
submit-ballots.ts

Submit encrypted vote

await fetch('https://api.crownvote.com/api/v1/voter/submit-ballots', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'API-PUBLIC-KEY': PUBLIC_KEY,
    Authorization: `Bearer ${voterToken}`,
  },
  body: JSON.stringify({
    selections: [
      {
        categoryId,
        vote,
      },
    ],
  }),
})

Submit the encrypted vote value exactly as returned by CrownVote. Do not decrypt, edit, or regenerate it.

monetization_on Monetize Your Influence

Turn Influence into Income with Referrals

Why just organize? Earn from every vote. Share your promo code with others to use and earn a commission on every paid vote cast using your code.

qr_code_2

Personalized Promo Codes

Signup to get a unique code like BOAT98 to track your impact.

account_balance_wallet

Instant Payouts

Track earnings in real-time and withdraw directly to your bank account.

Sample

Total Earnings

GHS 2,450.00

person

New Mexico Awards

Just now

₵60
star

New Oak Election

2 mins ago

₵200
schoolSCHOOL & INSTITUTIONAL ELECTIONS

Built for Real Election Workflows

Run SRC, class representative, house, departmental, association, and campus elections with remote or supervised in-person voting. CrownVote keeps the voting experience simple while protecting voter access, ballot integrity, and result processing.

verified_user

Voter-based access

Each voter can be verified before casting a ballot.

devices

Remote or in-person

Let voters vote online or at a controlled voting point.

ballot

Multiple positions

Handle presidents, secretaries, reps, houses, and more.

api

Managed or API-powered

Use CrownVote’s portal or build your own frontend.

Setup on CrownVote. Vote from anywhere. Process results with confidence.

Students using tablet for voting in a classroom setting
CV

Institutional Election

Remote + In-person • Secure Ballots

forum Talk to CrownVote

Planning an election or awards voting project?

Tell us what you want to run. We can help with elections, awards voting, in-person voting, API voting, custom deployment, and developer integration.

how_to_vote Elections

SRC, school, association, institutional, remote, and in-person elections.

emoji_events Awards Voting

Awards, contests, pageants, fan voting, nominations, and public campaigns.

api Developer API

Build your own frontend while CrownVote handles voter access, ballots, encrypted vote values, submission protection, and processing.

Start with your idea. CrownVote will help you shape the voting flow.

You can also email us directly at [email protected]