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. Flat per-site subscription, 30/mo or 300/yr in credits, paid with shared credits. 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 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
Pricing is a flat per-site subscription: 30/mo or 300/yr in credits (yearly ≈ two months free). Writing votes requires an active subscription; while subscribed, usage is unlimited with no per-use charges. Pay with shared credits (top up at accounts.mrlatte.net); auto-renew can be turned off in your dashboard. Credits are shared across all BootSignal services and never expire. See pricing details →