Polls
Single-choice polls in one line
Add single-choice polls to any site with no build step and no backend. One vote per signed-in user (changeable any time), with live results shown as percentage bars. Options are set right on the embed. Every site gets free monthly votes; you only pay one credit per vote beyond that, from your shared credit wallet.
Demo
One vote per user · live results
Set up
Or drive it from code — login uses the shared Google identity, so the same account and credit wallet work across every service:
BootSignalPolls.init({ siteId: 'YOUR_SITE_ID', threadId: 'q1', question: 'What next?', options: 'Yes|No|Maybe', lang: 'en' })
BootSignalPolls.signIn() // Google popup → shared uid
BootSignalPolls.onAuthChange((user) => console.log(user)) Set the poll on the embed with data-options (pipe-separated) and an optional data-question, e.g. <div data-bootsignal="polls" data-thread-id="q1" data-question="What next?" data-options="Yes|No|Maybe"></div>. Voting requires sign-in; the same widget powers polls across the whole family.
Pricing
Each site gets a monthly free allowance. Nothing is charged within it; beyond it, each additional vote debits one credit from your shared wallet. Credits are shared across all BootSignal services and never expire. See pricing details →