| 开发者 | rafizsejim |
|---|---|
| 更新时间 | 2026年8月29日 15:11 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/roadmap page or any page you choose. Because the board is real content on your own domain, search engines can index every feature request and roadmap item, which brings organic traffic that a SaaS subdomain never sends to you. Your customer feedback stays in your WordPress database where you can query it, export it, and back it up like any other content.
Collect feature requests without forcing signups
The fastest way to kill feedback is to make people create an account first. SimpleBoards lets guests submit feature requests with nothing more than a name and email, so you capture ideas from the people who would never bother registering. Logged-in users submit too, and every submission, guest or member, lands in the same moderation queue so you approve, edit, or reject feature requests from the WordPress admin before they go public. Built-in spam protection keeps that queue clean with a hidden honeypot, a timing check, and a per-visitor hourly limit, all without showing your visitors a captcha.
Feature voting that drives real decisions
Every idea and roadmap item gets feature voting, so you build what people actually want instead of guessing. Sort by most voted, filter by category or status, and put your effort where the demand is loudest. Feature voting works for both logged-in users and guests, with one vote per identifier enforced at the database level, so the numbers you act on are real. Threaded comments on every item turn a flat request list into a conversation, and the top voted sidebar surfaces your highest-demand feature requests at a glance.
A kanban product roadmap your users can follow
The roadmap is a kanban board. Status columns such as Up Next, In Progress, and Released, or any columns you name, show progress so users stop emailing to ask what is happening. Drag and drop reordering, color coded statuses, and a Release stage flag for shipped work keep the product roadmap readable at a glance. Because the kanban roadmap is public, it doubles as an expectation-setting tool: customers see what is planned, what is being built, and what already shipped, which cuts support load and duplicate feature requests.
Rename the Roadmap and Ideas tabs to match your site
Not every team calls it a "roadmap" and an "ideas board." SimpleBoards lets you rename the Roadmap and Ideas tabs, per board, to anything that fits your site, for example Tasks, Scheduled, Suggestions, or Requests. The new name shows everywhere on the board: the tabs, the search box, the filters, and the item view, plus the WordPress admin, so the board speaks your language instead of the plugin's. The page URL follows the name too. Rename Roadmap to Tasks and the page becomes /tasks/ automatically, while your old /roadmap/ links keep working and redirect to the new address, so nothing you have shared or that Google has indexed ever breaks. It is a per-board setting, so different boards on the same site can use different names.
Turn your ideas board into a public changelog
Shipping is only half the value. SimpleBoards lets you move a roadmap item to Released and show it as done, so your ideas board becomes a living changelog your users can follow. With the Pro add-on you can add a dedicated Announcements tab and widget that publishes release notes as a proper changelog, complete with unread badges and dismissible cards, so the people who requested a feature find out the moment it ships.
A self-hosted LoopedIn and Frill alternative
If you are paying a monthly subscription for LoopedIn, Frill, or a similar SaaS feedback tool, SimpleBoards runs the same workflow, public roadmap, ideas board, feature requests, and feature voting, inside your own WordPress site with no recurring fee. You already pay for hosting and you already have an audience, so paying $30 to $400 a month to host your public roadmap on someone else's subdomain is money you can keep. SimpleBoards ships a LoopedIn CSV importer so you can migrate your existing feedback, titles, descriptions, statuses, dates, and vote counts, without starting over. The plugin is GPL licensed, so you can modify, extend, or audit it whenever you want.
Who SimpleBoards is built for
[sbir_board product="board-slug"] shortcode for any page or post./roadmap page.simpleboards-roadmap folder to /wp-content/plugins/, or install via Plugins > Add New > Upload Plugin.[sbir_board product="your-board-slug"] to any page or post.Create a board in SimpleBoards > Boards, then place [sbir_board product="board-slug"] on any page or post, replacing board-slug with your board's slug. That renders the full public roadmap and ideas board inside your theme. You can run separate boards for different products and reuse a board on multiple pages.
Yes. SimpleBoards is a self-hosted LoopedIn and Frill alternative that runs as a WordPress plugin. The free plugin covers a public ideas board, feature voting, threaded comments, and a kanban roadmap. The Pro add-on covers announcements, workflow automation, and design controls that competing SaaS feedback tools charge $30 to $300 a month for. If you need enterprise SSO or multi-team workspaces, those tools still have an edge; for everyone else, SimpleBoards replaces the subscription cleanly.
Yes. Enable Allow guest submissions in SimpleBoards > Settings. Guests provide a name and email, and their feature requests land in the same moderation queue as logged-in submissions for you to approve or reject. Built-in spam protection keeps the queue clean without showing visitors a captcha.
Yes. Filter the ideas board by category or status, and sort by newest, oldest, or most voted. Feature voting works for logged-in users and guests, with one vote per identifier enforced at the database level. Filter and sort controls can be shown or hidden per board.
Yes. Each board can show the roadmap tab, the ideas board tab, or both. Per-board settings control which view appears by default and whether filter and sort controls show on each tab, so one board can act as a public roadmap, a feature request board, or both at once.
Yes. Each board has a setting to rename the Roadmap tab and the Ideas tab to anything you want, for example Tasks, Scheduled, Suggestions, or Requests. The new label appears on the tabs, the search box, the filters, the item view, and the WordPress admin. The page URL updates to match the new name, and the old /roadmap/ and /ideas/ addresses keep working and redirect to it, so shared and indexed links never break. It is a per-board setting, so different boards can use different names.
Yes. The Settings > Import screen accepts LoopedIn CSV exports and preserves titles, descriptions, statuses, dates, and vote counts, so migrating your feature requests does not mean starting over. Choose whether to allow duplicate titles or overwrite existing items by title. You can also set a total vote count directly on the item edit screen when you are migrating aggregate numbers.
Yes. Admins can be notified of new feature requests, and submitters can subscribe to per-item status updates with one-click unsubscribe. Email subject lines and bodies are editable in Settings > Emails, so your notifications match your brand voice and language.
The public CSS is scoped and uses CSS custom properties, so theme styles cannot override the board's layout or contrast by accident. The roadmap and feedback board is tested on Twenty Twenty-X, Astra, Kadence, GeneratePress, and Blocksy. If you hit a theme conflict, contact support and we will look at it.
No. The plugin uses prepared SQL with proper indexes, batched meta priming, and an object-cache layer for vote counts. Boards with thousands of feature requests stay responsive, and no external HTTP requests happen during page render.
Yes. Pro adds private boards, announcements, workflow automation, design controls, custom CSS, outgoing webhooks, checklist progress, and the Torin AI assistant. Workflow automation auto-promotes a feature request when a vote threshold is hit, changes status when a checklist finishes, and sends overdue notifications by email. Outgoing webhooks post board activity to Discord, Slack, Microsoft Teams, make.com, or Zapier when an item ships or a status changes. See the pricing page for details.
uninstall.php corrupted the AJAX response. Cleaned the file per WordPress coding standards.