Collect user feedback with one line of code. Dashboard, CSV export, REST API. Nothing more, nothing less.
Just $1/month • Buy credits as needed • No subscriptions
Click the button to open the feedback form:
Literally just add the script tag.
Title, message, optional email. That's it.
View all feedback in one place.
GET and POST endpoints for your backend.
OneDollar.feedback.open() for custom triggers.
Download all your feedback anytime.
<script src="https://onedollar.dev/feedback/YOUR-WIDGET-ID/widget.js"></script>
// Set these in your OneDollar dashboard: // // Button: // - Show/hide floating button // - Position: bottom-left or bottom-right // - Button text and color // // Form: // - Form position: center, bottom-right, bottom-left // - Form title and description // - Required/optional fields // - Submit button text // // Changes apply instantly. No code changes needed.
// Only needed if you disable the floating button // and want custom triggers // Open feedback form OneDollar.feedback.open(); // With pre-filled data OneDollar.feedback.open({ title: 'Bug in checkout', message: 'Payment fails on mobile' }); // Example: custom button <button onclick="OneDollar.feedback.open()">Report Issue</button>
// Get all feedback entries (requires API key) GET https://onedollar.dev/api/v1/widgets/YOUR-WIDGET-KEY/entries Authorization: Bearer YOUR-API-KEY // Get single feedback entry (requires API key) GET https://onedollar.dev/api/v1/widgets/YOUR-WIDGET-KEY/entries/:id Authorization: Bearer YOUR-API-KEY // Submit feedback (public, no auth required) POST https://onedollar.dev/api/v1/widgets/YOUR-WIDGET-KEY/submit Content-Type: application/json { "message": "Your feedback here", "email": "user@example.com" // optional }
Ship your MVP without building a feedback system. Focus on your core product.
Let testers report bugs directly from your app. No more lost emails.
Was this page helpful? Let readers tell you what's confusing.
Get project inquiries without exposing your email to spam.
Validate ideas by letting visitors tell you what they actually want.
Let your team report issues without leaving the app.
"Spent 2 days trying to build this myself. Should have just used OneDollar from the start."
"My users actually use it. Simple form, no friction. Exactly what a feedback tool should be."
"$1/month vs 8 hours of dev time? This was a no-brainer for our MVP."
BUILD IT | ONEDOLLAR | "SOLUTIONS" | |
---|---|---|---|
MONEY | Week of dev salary | $1/month | $49-299/month |
TIME TO SHIP | "Next sprint" | 30 seconds | After sales call |
ACTUAL WORK | Design, code, test, deploy | Paste 1 line. Done. | Learn their API |
MAINTENANCE | Your problem forever | Our problem | "Contact support" |
WHAT YOU GET | Tech debt | Working widget | 100 features you don't use |
30 seconds. Copy script tag, paste in HTML, done.
A feedback widget for one month. Includes dashboard, CSV export, and REST API. Buy credits as needed - no subscriptions.
Yes, from your dashboard. Button appearance, form position, fields, text - all configurable. Changes apply instantly.
Nope. Just add the script tag. Use OneDollar.feedback.open() only if you want custom triggers.
Yes. Simple POST endpoint. Also GET endpoints to retrieve feedback.
Check your dashboard. We keep it simple - no email notifications. You can poll the API if you need programmatic access.
Nope. Unlimited feedback submissions. Each widget costs 1 credit per month to run.
This is a minimal tool. If you need enterprise features, look elsewhere. We keep it simple and cheap.
Your users want to help. Give them a way.