v2.0 • AI insights coming soon

Feedback
that
ships.

A widget so simple, your users will actually use it. Bugs, ideas, love letters — all in one place.

// No credit card • Setup in 60 seconds • Cancel anytime

your-website.com
$ npm install feedbackly
Installing dependencies...
Widget ready!
// Add to your site:
<script src="feedbackly.js" />
Feedback
10K+
Widgets deployed
2M+
Feedback collected
99.9%
Uptime
<50ms
Load time
// FEATURES

Built for developers,
loved by users.

Everything you need to collect, organize, and act on user feedback.

01

One Line Setup

Copy. Paste. Done. Your feedback widget is live in seconds.

<script src="feedbackly.js">
02

Auto Screenshots

Users can capture exactly what they see. No more "it looks broken on my end".

screenshot: true
03

Real-time Alerts

Slack, Discord, webhooks. Know the moment something goes wrong.

notify: ["slack", "discord"]
04

Privacy First

Your data stays yours. Zero tracking. GDPR ready.

tracking: false
05

Team Inbox

Assign, tag, resolve. Keep everyone on the same page.

team: ["dev", "design"]
06

Smart Categorization

Bugs, ideas, questions — automatically sorted and prioritized.

types: ["bug", "idea"]
// HOW IT WORKS

Setup in
three lines.

01

Create project

Sign up and create your first project in seconds.

02

Copy snippet

Grab your unique widget code from the dashboard.

03

Collect feedback

Users click, type, submit. You get notified.

index.html
<!DOCTYPE html>
<html>
<head>
  <title>My App</title>
</head>
<body>
  <!-- Your content -->

  <script
    src="https://feedbackly.cc/widget.js"
    data-key="your-api-key"
  />
</body>
</html>
Integrates with your stack
Slack
Discord
Webhooks
API
// PRICING

Simple. Transparent.

Start free. Scale when ready.

STARTER

$0/forever
  • 1 project
  • 50 feedback/mo
  • Basic widget
  • Email support
Deploy Free
POPULAR

PRO

$9/month
  • ∞ projects
  • 500 feedback/mo
  • Slack + Discord + Email
  • Screenshots
  • Priority support
Contact Sales

SCALE

$29/month
  • Everything in Pro
  • ∞ feedback
  • API access
  • White-label
  • Custom integrations
  • Dedicated support
Contact Sales

Ready to ship better?

Join 10,000+ developers who use Feedbackly to build products their users actually want.

$ npx create-feedbackly@latest