Listen to your users.
Build what matters.
Create an EchoForm board in minutes, let users vote on what they need, and ship the features that matter most.
No credit card required

How It Works
Up and running in minutes
Create a board
Spin up an EchoForm board for your product in under a minute.
Share the link
Send your board link to customers or embed it in your app.
Collect & prioritize
Watch feedback roll in, see what's most requested, and ship what matters.
Integrations
Drop into any app in minutes
Single Sign-On
Your users sign in once and land on their feedback board — no extra accounts, no friction.
Shareable Links
Every board gets a public URL. Share it anywhere or embed it directly in your app.
REST API
Submit feedback from any app with a single API call. Authenticate with your board's API key.
fetch("/api/feedback", {
method: "POST",
headers: {
Authorization: "Bearer fb_...",
"Content-Type": "application/json",
},
body: JSON.stringify({
title: "Dark mode",
description: "Add dark mode support",
}),
})Pricing
Simple, transparent pricing
Free
- 1 board
- 50 posts per board
- Admin dashboard
- Voting & Prioritization
Pro
- Unlimited boards
- Unlimited posts
- SSO Support
- REST API
- Admin dashboard
- Voting & Prioritization
FAQ
Frequently Asked Questions
EchoForm is a platform that helps you understand what your users want — collect ideas, let them vote, and prioritize what to build next.
Sign in, hit "Create Board" from your dashboard, and you're live in seconds.
Yes! EchoForm supports JWT-based single sign-on. Your app signs a token with your board's API key, and users land directly on the feedback board — no separate login required.
Yes! Every account starts with a free plan — 1 board and up to 50 posts, no credit card required. When you need unlimited boards and posts, upgrade to Pro for $19/month.
Only authenticated users from your app can vote, keeping results genuine. Posts are sorted by vote count so you can instantly see what your users want most.
Absolutely. Every board has a unique API key. Send a POST request to /api/feedback with your key in the Authorization header and EchoForm creates the post automatically.
Please contact us at div.solo@pm.me