ElectiusElectius
How it worksContact
Sign inGet started

Legal

Privacy policy

Last updated: 12 September 2026.

Document in preparation for publication

Electius has not launched yet and the legal entity that will act as controller is not yet registered. Everything below describes how the application actually works today — every data item, retention period and processing operation was read off the code. The controller details in “Who we are” will be completed before publication, and the document is reviewed by a data-protection lawyer before then.

This policy explains how Electius handles personal data. It is written for organization admins — the people who create an account and run elections. If you are a voter who received a voting link, your position is legally different and is explained in “For voters” at the bottom of this page.

Contents

  1. 1. Who we are
  2. 2. What Electius does
  3. 3. What we collect
  4. 4. Why we process data, and on what basis
  5. 5. Ballot secrecy
  6. 6. Cookies
  7. 7. Service providers
  8. 8. How long we keep data
  9. 9. Security
  10. 10. Your rights
  11. 11. Transfers outside the EEA
  12. 12. Children
  13. 13. Changes to this policy
  14. 14. Contact
  15. 15. For voters

Who we are

The controller for organization admin data is:

Legal name
— to be completed before publication —
Registered address
— to be completed before publication —
Contact
contact@electius.com

For voter data Electius is not the controller but a processor. The controller is the organization running the election — see “For voters”.

What Electius does

Electius is an electronic voting platform. An organization — a university, a union, a company or an association — prepares an election, uploads a voter list and publishes it. Each voter receives a unique link by email and votes without creating an account, a password or a registration. Once voting closes the system computes the results and seals the record with a cryptographically verifiable Merkle structure.

What we collect

Organization admin

We collect this directly from you, or from Google if you sign in with a Google account.

Organization admin
DataWhere it comes from
NameSign-up and initial account setup
Email addressSign-up or Google sign-in
Password — as a scrypt hash onlySign-up. We never store or log the password in readable form.
Email-verified flagOne-time code verification
Profile picture, if you set oneYour upload or your Google profile
Interface languageProfile settings
Plan flag and Stripe subscription identifiersPayment, Pro plan only
IP addressSign-in — stored with the session, for security
Browser details (user agent)Sign-in — stored with the session, for security
Google access tokensOnly if you sign in with a Google account
Organization name, type, contact email and logoInitial setup and profile settings

Voter

We do not collect voter data. Your organization enters it — manually or by importing a CSV file — and decides which fields to enter.

Voter
DataWhere it comes from
Email addressThe voter list entered by the organization
First and last name — optionalThe same list. An election can be run on email addresses alone, with no names.
Invitation status: pending, sent, votedThe system
Delivery-failure markerFeedback from the email provider when a message is rejected or reported
Voting link — as a SHA-256 hash onlyThe system. The link in readable form exists only in the email you received, and nowhere else.

What we deliberately do not collect

  • No analytics that profiles you. Page views are counted by Vercel Web Analytics: it sets no cookie, stores nothing on your device, and recognises a visit through a temporary hash that is discarded after 24 hours. No Google Analytics, no Plausible, no Sentry.
  • No advertising, no cross-site tracking, no third-party cookies.
  • No email open or click tracking. Both are off and must stay off: click tracking would rewrite the link that is itself the secret voting token.
  • No payment card data. Payment happens entirely on Stripe's pages and no card field exists in Electius.
  • No precise location. We do not even derive a country from your IP address — it is stored for session security only.
  • No address books, contact lists or device identifiers.

Why we process data, and on what basis

Each processing operation has exactly one purpose and exactly one legal basis.

Why we process data, and on what basis
PurposeLegal basis
Creating and running your account, and providing the servicePerformance of a contract — Art. 6(1)(b) GDPR
Transactional email: one-time code, password reset, account-deletion confirmation, password-change noticePerformance of a contract — Art. 6(1)(b)
Payment and invoicing for the Pro planPerformance of a contract — Art. 6(1)(b)
Rate limiting, abuse prevention, and the IP address and browser details stored with your sessionLegitimate interest — Art. 6(1)(f): security of the service
Marketing emailWe do not send any. If we ever start, we will ask for separate consent — never bundled into sign-up.

We process voter data solely on the documented instructions of the organization running the election (Art. 28(3)(a) GDPR). That organization determines and states its own legal basis for the processing.

Ballot secrecy

This is the product's central promise, so we state it precisely — not one word stronger than what actually holds.

Ballot secrecy
ClaimHolds?Why
We cannot find out how anyone voted.YesA vote record in the database has no field pointing at a voter and no relation to the voter table. That link does not exist in the database, so no query, export, backup or court order can produce it.
The order of the records does not reveal the order of voting.YesEvery vote is given a cryptographically random sequence number, and the leaves of the Merkle structure are sorted lexicographically. Time order disappears.
We do not know whether you voted.NoA voter's status changes to “voted”. Your organization can see who voted — and has to, or it cannot chase the people who have not.
We do not store your identity at all.NoYour email address is stored. It is how the ballot is delivered to you.

The confirmation code you receive after voting proves that your vote is included in the sealed record. It does not reveal — to you or to us — how you voted.

Cookies

Electius sets two cookies. Both are strictly necessary for the dashboard to work, and both appear only once an administrator signs in. Public pages and the entire voting flow set none. There are no analytics or advertising cookies: the analytics we use sets none, and we use no advertising tool.

Cookies
CookiePurposeDurationHow to avoid it
__Secure-better-auth.session_tokenKeeps the administrator signed in.Until you close your browser; 7 days if “Keep me signed in” was ticked at sign-in.Sign out, or clear your browser data. The dashboard cannot work without it.
__Secure-better-auth.dont_rememberRecords that you did not ask to stay signed in, so the session ends when you close your browser.Until you close your browserTick “Keep me signed in” at sign-in — this cookie is then not set, and the session lasts 7 days.
  • Public pages, public results and the entire voting flow set no cookie at all. A voter can complete a ballot with cookies fully blocked.
  • No analytics or advertising cookies, no cross-site tracking, no third-party cookies — none of the providers listed under “Service providers” sets a cookie on an Electius domain.
  • We do not use browser local storage either: accessibility settings are tied to your account, not to your device.
  • Both cookies are sent with HttpOnly, Secure and SameSite=Lax, and every request is additionally checked against a fixed list of permitted origins; together those two mechanisms are what prevent CSRF attacks.
  • Do Not Track: we do not track you across sites, and our analytics stores nothing on your device, so there is nothing for that signal to switch off.

That is why we show no cookie consent banner. A cookie strictly necessary for a service you explicitly requested is exempt from consent, and there are no other cookies.

Service providers

Electius relies on the following providers, which process data on our behalf. We update this list before adding a new provider.

Service providers
ProviderWhat it doesWhat data reaches it
VercelServing the application, content delivery and page-view measurementAll traffic to the application and the corresponding access logs. Analytics additionally receives the page address, with voting links and all tokens removed before it is sent.
NeonPostgreSQL databaseEverything listed under “What we collect”
Cloudflare R2File storage: logos and profile pictures in a public bucket, PDF election reports in a private oneImages and generated reports
ResendSending transactional emailRecipient address, election title, organization name and the voting link
UpstashRate limiting and background-job schedulingIP addresses and email addresses, as short-lived keys that expire automatically
StripePayments, Pro plan onlyEmail address and billing details. Card data never passes through Electius.
GoogleGoogle sign-in, if you choose itEmail address, name and profile picture

How long we keep data

Every period below is a real value in the code, not a phrase such as “as long as necessary”.

How long we keep data
DataRetention
Voting linkUntil the election closes; 30 days from activation if the election has no closing date. Sending a reminder issues a new link and revokes the previous one, so only the newest link works.
One-time sign-in code10 minutes
Password-reset link1 hour, single use
Account-deletion confirmation link24 hours, single use
Session, including IP address and browser details7 days
Proof payload of a sealed election recordFree plan: one calendar year from sealing, after which it is deleted. Pro plan: kept indefinitely.
Root hash, result summary and PDF report of a sealed electionIndefinitely — this is the record of an election that was held
Admin account and all organization dataUntil you request deletion; erased as soon as you confirm the emailed link

The retention of the proof payload is re-checked at the moment of deletion, not at the moment of sealing. An organization that moves to the Pro plan in the meantime does not lose a payload that was previously marked for pruning.

Deleting your account also deletes that organization's sealed election records. If you need a record after closing your account, download it first — the data export and the PDF reports are available in the application.

Security

We claim only what is actually implemented.

  • All traffic goes over TLS, with HSTS and security headers (CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy) on every route.
  • Passwords are stored as scrypt hashes only. They are never stored or logged in readable form.
  • Voting links are stored as SHA-256 hashes only. The link in readable form exists solely in the email received.
  • Every dashboard query is restricted to your organization in the query condition itself. A request for another organization's election returns the same answer as a request for one that does not exist, so not even the existence of other organizations' data can be established.
  • Ballot secrecy follows from the structure of the database, not from an internal rule — see “Ballot secrecy”.
  • Sealed election records are protected by a Merkle structure, so any later change to a result is detectable.
  • Sign-in attempts, exports, file uploads and voting are rate limited.
  • Two-factor confirmation by one-time code over email.

We report a personal data breach to the supervisory authority within 72 hours (Art. 33 GDPR), and notify affected individuals where the risk to their rights is high (Art. 34). Where a breach concerns voter data, we notify the organization running the election without undue delay, because it is the controller.

We hold no ISO 27001 or SOC 2 certification and do not claim to.

Your rights

Two of these rights are already built into the application and take a few clicks, with no message to write.

Your rights
RightHow to exercise it
Access — Art. 15Covered by the export in the next row
Portability — Art. 20Settings → Data export: your whole organization in a single JSON file
Erasure — Art. 17Settings → Delete account. Confirmed by an emailed link, after which stored files are deleted too.
Rectification — Art. 16Profile. Voter data is corrected by the organization, in the voter list.
Restriction — Art. 18Send us a message
Objection — Art. 21Send us a message
Automated decision-making — Art. 22We perform none. No decision about you is made automatically.

We respond within one month. For complex requests that period may be extended by a further two months, and we will tell you within the first month if it is.

Supervisory authority

If you believe we are not handling your data lawfully, you may complain to the Croatian Personal Data Protection Agency (AZOP), Selska cesta 136, 10000 Zagreb, azop.hr.

If you are a voter, send your request to the organization running the election first. It is the controller and we assist it. Deleting a voter in the middle of an open election changes the electorate and can create or destroy a quorum, so we cannot act on such a request on our own.

Transfers outside the EEA

We choose providers so that, wherever possible, data is processed in the European Union. Resend sends email from the eu-west-1 region (Ireland). Where a provider processes data outside the European Economic Area, the transfer relies on the European Commission's Standard Contractual Clauses (Implementing Decision (EU) 2021/914) and on the safeguards set out in that provider's data processing agreement.

We confirm the exact processing regions for every provider in the table above before this policy is published, and will list them individually here at that point.

Children

Electius is a business tool for organizations and is not directed at children. You must be at least 16 to create an admin account; if we find an account created by someone younger, we delete it.

Voters create no account and give us nothing — their data comes from the list the organization enters. In Croatia the age of consent under Art. 8 GDPR is 16, and that question belongs to the organization running the election, not to Electius.

Elections in secondary schools and at universities are a real use case, so an organization running an election among minors must assess its own legal basis and inform those voters itself.

Changes to this policy

When we change this policy we also change the date at the top of the page. We notify admins by email about material changes. If we ever want to process your data for a new purpose, we will tell you before that processing begins, not after.

This policy is not a contract you accept — it is a notice we owe you. We therefore do not treat continued use of the service as acceptance of a change.

Contact

For any question about this policy, or to exercise your rights, write to us at:

contact@electius.com

We have not appointed a data protection officer, because the law does not require one for our processing. Messages are answered by the person responsible for data protection at Electius.

If you are not satisfied with our answer, you may contact AZOP — the details are under “Your rights”.

For voters

If you received a voting link, your controller is not Electius but the organization running the election — a university, a union, a company or an association. It decided to hold the election, it entered your address, and it is answerable for that decision.

Electius is a processor: we handle your data solely on that organization's instructions. About you we hold an email address, an optional first and last name, an invitation status and a hash of your voting link — nothing else.

We do not know how you voted and cannot find out. That you voted is visible to your organization.

Send questions and requests — rectification, erasure, objection — to the organization running the election. If you contact us, we will refer you to it.

The notice Article 14 GDPR owes you is published separately, on behalf of your organization — it is short and written for you. The organization remains responsible for it being accurate for its own election.

Privacy notice for voters

ElectiusElectiuscontact@electius.com