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. Included in the BootSignal subscription ($20/mo or $200/yr, every widget on 1 domain, add more from the dashboard). Unlimited votes while subscribed.
Demo
One vote per user, live results
Set up
Or drive it from code, login uses the shared Google identity, so the same account works 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
Pricing is a single BootSignal subscription: $20/mo or $200/yr (2 months free). It unlocks every widget on 1 registered domain, and you can add more domains from the dashboard. Writing votes requires an active subscription; while subscribed, usage is unlimited with no per-use charges, and reading is always free for visitors. Manage the subscription at accounts.mrlatte.net. See pricing details →
Installation guides
Step by step, on the platform you actually use.