# PollMybdc > Single-question reaction polls for websites and email. Get customer feedback in minutes, with optional AI summary of free-text responses. ## Primary pages - [Landing](https://poll.mybdc.ca/) : Main product page — pricing tiers, live demo embed, feature list - [Signup](https://poll.mybdc.ca/signup.php) : Create a free account (100 responses/month) - [Sign in](https://poll.mybdc.ca/login.php) : Existing-account login - [Dashboard](https://poll.mybdc.ca/dashboard/index.php) : Multi-tenant dashboard (requires login) - [Account](https://poll.mybdc.ca/dashboard/account.php) : Account settings (requires login) ## Embed - [Embed runtime](https://poll.mybdc.ca/embed.js) : ~8KB vanilla JS — drop-in poll widget ## API (public, CORS open) - Poll config: `GET https://poll.mybdc.ca/api/poll.php?slug=<12-char-id>` returns the poll question, options, and submit URL - Response ingest: `POST https://poll.mybdc.ca/api/responses.php` body `{ slug, selected, free_text?, email? }` ## How it works 1. Sign up at https://poll.mybdc.ca/signup.php 2. Create a poll: a question plus 2–4 multiple-choice options 3. Copy the embed snippet from the dashboard: one `