README badge
GitHub renders the SVG and links it back to the poll.
[](SITE/polls/demo-frameworks)This deployment cannot reach its API
One line of markdown renders a live SVG badge. One iframe accepts votes inline. Both stay in sync with the same poll.
A live poll, taking real votes
Every surface reads from the same poll, so results agree wherever you place them.
GitHub renders the SVG and links it back to the poll.
[](SITE/polls/demo-frameworks)An iframe that accepts votes inline, about 7 KB gzipped.
<iframe src="SITE/embed?id=demo-frameworks"
width="100%" height="380"
style="border:0" loading="lazy"></iframe>For Markdown that strips iframes, such as Hugo or Dev.to.
Privacy and abuse handling are decided on the server, not in the widget.
Sign in with GitHub, write a question and up to ten options. Choose single-choice, multi-select or quiz mode.
Copy one line for a badge or an iframe. The snippet carries your poll id and needs no build step.
Watch votes arrive in the dashboard, split by option, referrer and day. Export CSV or JSON.
Everything here runs on a stack you can host yourself: FastAPI, PocketBase and a static Astro front end.