Featurevote 2.0 - Paste your URL, get a feature-voting board in 60 seconds

by
Featurevote returns with a full redesign and an AI-powered start: paste your product's URL and get a ready-to-share feature voting board in under a minute, seeded with starter requests. Users vote and comment without logging in, and you still know who they are. Track work on a roadmap, publish changelogs in minutes, and auto notify the exact people who asked when their request ships. Free to start.

Add a comment

Replies

Best

Hi Product Hunt! 👋

We first launched Featurevote here last November. Since then we rebuilt almost everything, and this felt worth sharing again.

What's new:
• A complete redesign, end to end
• An AI-powered start: paste your product's URL and you get a live, ready-to-share feature-voting board in about a minute, pre-seeded with starter requests your users can vote on right away — you can try this on the homepage without signing up
• A cleaner roadmap + changelog flow, so shipped work turns into an update in minutes

What hasn't changed: your users vote and comment without logging in (and you still know who they are), and when something ships, the exact people who asked for it are notified automatically.

Built with Supabase, Vercel, Resend, Makerkit's SaaS starter, and a Claude Code and Codex.


We are building Featurevote to help teams genuinely listen to their users and build what actually matters. I'd love your honest feedback especially on the paste-your-URL feature.

 Looks great! 🤩

One thing I'd love to see is a small embeddable widget for product pages so visitors can submit and upvote ideas without leaving the site. It would make collecting feedback way more natural and probably boost the number of real users weighing in on your board.

  Good news, that one already ships. You paste a div and a script tag on any page. A visitor clicks the button, your board slides in over the page, and they read and upvote what others have asked for without navigating away.

<div data-account="your-account" data-embed="panel" data-open="board"></div>

<script src="" async></script>

Upvoting is one click with no account and no email. Posting a new request asks for an email. If you want only the submit form and none of the other requests, use data-open="ask" instead. Full setup is at

Love how the no-login voting still captures identity cleanly, that's a tough UX balance to strike and you nailed it. The auto-notify on shipped requests is such a thoughtful touch too.