Run awards and elections with confidence.
CrownVote helps institutions, schools, organizations, awards brands, and developers manage secure voting from setup to results.
Live workspace
CrownVote election control
SRC Presidential Election
Remote + in-person voting
Voters
2,480
Cast
1,932
Status
Live
Awards voting
Paid voting campaigns.
API voting
Custom voting frontends.
Platform
One voting backend. Multiple ways to launch.
Elections
Run voter-based elections for schools, associations, unions, departments, and institutions.
Awards Voting
Launch public voting campaigns for awards, contests, pageants, and nominations.
Developer API
Build your own frontend while CrownVote handles voters, ballots, access, and submissions.
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.
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 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.
Use cases
Built for real voting operations.
Schools & campuses
SRC, departmental, house, class rep, hall, and association elections.
Organizations
Unions, professional bodies, clubs, boards, churches, and member groups.
Awards brands
Public voting, nominations, fan voting, pageants, and paid voting events.
Developers
Custom voting interfaces powered by CrownVote’s voting backend.
Help institutions adopt better voting.
CrownVote works with sales managers who can introduce elections, awards voting, and API voting to schools, associations, organizations, and event brands.
Create an account
Apply by email
Grow with CrownVote
How to apply
Create a CrownVote account
Use your real name, phone number, and email address.
Send your application
Email [email protected] with your name, location, and the institutions or markets you can reach.
Get reviewed
Approved sales managers receive access to submit leads and track progress.
Contact
Ready to run a voting project?
Tell us the kind of project you want to launch. We’ll help you choose the right CrownVote workflow.
Direct email
[email protected]For elections, awards voting, API integrations, custom deployments, partnerships, and sales manager applications.