FEEDBACK WIDGET

DEAD SIMPLE FEEDBACK COLLECTION

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

LIVE DEMO - TRY IT!

Click the button to open the feedback form:

EVERYTHING YOU NEED

01

ONE LINE SETUP

Literally just add the script tag.

02

SIMPLE FORM

Title, message, optional email. That's it.

03

DASHBOARD

View all feedback in one place.

04

REST API

GET and POST endpoints for your backend.

05

JS API

OneDollar.feedback.open() for custom triggers.

06

CSV EXPORT

Download all your feedback anytime.

INTEGRATION OPTIONS

STEP 1: ADD SCRIPT
<script src="https://onedollar.dev/feedback/YOUR-WIDGET-ID/widget.js"></script>
STEP 2: CONFIGURE IN DASHBOARD
// 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.
JAVASCRIPT API (OPTIONAL)
// 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>
REST API (OPTIONAL)
// 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
}

PERFECT FOR

SOLO DEVS & SMALL TEAMS

Ship your MVP without building a feedback system. Focus on your core product.

BETA TESTING

Let testers report bugs directly from your app. No more lost emails.

DOCUMENTATION SITES

Was this page helpful? Let readers tell you what's confusing.

PORTFOLIO SITES

Get project inquiries without exposing your email to spam.

LANDING PAGES

Validate ideas by letting visitors tell you what they actually want.

INTERNAL TOOLS

Let your team report issues without leaving the app.

WHAT DEVELOPERS SAY

01

"Spent 2 days trying to build this myself. Should have just used OneDollar from the start."

Sarah C.
Full-stack Developer
02

"My users actually use it. Simple form, no friction. Exactly what a feedback tool should be."

Marcus J.
SaaS Founder
03

"$1/month vs 8 hours of dev time? This was a no-brainer for our MVP."

Alex R.
Technical Co-founder

THE HONEST MATH

ONEDOLLAR

Money:
$1/month
Time:
30 seconds
Work:
Paste 1 line. Done.
Maintenance:
Our problem
You Get:
Working widget

BUILD IT

Money:
Week of dev salary
Time:
"Next sprint"
Work:
Design, code, test, deploy
Maintenance:
Your problem forever
You Get:
Tech debt

"SOLUTIONS"

Money:
$49-299/month
Time:
After sales call
Work:
Learn their API
Maintenance:
"Contact support"
You Get:
100 features you don't use

FREQUENTLY ASKED

How long does setup really take?

30 seconds. Copy script tag, paste in HTML, done.

What exactly do I get for $1?

A feedback widget for one month. Includes dashboard, CSV export, and REST API. Buy credits as needed - no subscriptions.

Can I customize it?

Yes, from your dashboard. Button appearance, form position, fields, text - all configurable. Changes apply instantly.

Do I need to write any JavaScript?

Nope. Just add the script tag. Use OneDollar.feedback.open() only if you want custom triggers.

Can I submit feedback via API?

Yes. Simple POST endpoint. Also GET endpoints to retrieve feedback.

How do I get notified of new feedback?

Check your dashboard. We keep it simple - no email notifications. You can poll the API if you need programmatic access.

Is there a limit on feedback?

Nope. Unlimited feedback submissions. Each widget costs 1 credit per month to run.

What if I need more features?

This is a minimal tool. If you need enterprise features, look elsewhere. We keep it simple and cheap.

INTEGRATIONS

Web dashboard CSV export REST API (GET/POST) JavaScript method (open)

STOP LOSING FEEDBACK

Your users want to help. Give them a way.

✓ Just $1/month ✓ Buy credits as needed ✓ No subscriptions ✓ Credits never expire