Built for Developers

Debug faster with real context from your users

Stop asking users to describe bugs. Get automatic screenshots, console logs, and browser info with every feedback submission.

< 2 min integration
Zero dependencies
TypeScript ready

Built for your workflow

Everything you need to debug issues faster, without the back-and-forth.

Console Logs Captured

Every error, warning, and log message is automatically captured. See exactly what happened before the bug report – no more asking users to open DevTools.

Debug in Minutes, Not Hours

Screenshots show exactly what users see. Combined with console logs and browser info, you have everything to reproduce and fix issues fast.

Zero Dependencies

Just one script tag. No npm packages, no build steps, no bundler config. Works with any framework or plain HTML.

Works with Any Stack

React, Vue, Next.js, Svelte, Angular, WordPress, Shopify – if it runs in a browser, Fidolin works with it.

REST API

Powerful REST API

Build integrations, automate workflows, or create custom dashboards.

Zapier / Make

Automate workflows – create tickets, send notifications, or update your CRM when new feedback arrives.

Slack / Discord

Get notified instantly in your team chat when users report bugs or request features.

Custom Dashboard

Build your own analytics views, reports, or integrate feedback data into your existing tools.

CI/CD Pipeline

Block deploys when critical bugs are reported, or track feedback trends across releases.

API Endpoints
GET/api/v1/feedbacks

Retrieve all feedback with filtering, pagination, and sorting options.

// Response
{
"feedbacks": [
{ "id": "fb_abc123", "message": "...", "category": "bug" }
],
"pagination": { "total": 247, "page": 1 }
}
GET/api/v1/stats

Access aggregated metrics like feedback counts, resolution rates, and trends.

// Response
{
"total": 247,
"resolved": 189,
"resolutionRate": 0.76,
"byCategory": { "bug": 98, "feature": 112, "other": 37 }
}
POST/api/v1/tags

Create, update, and organize tags to categorize your feedback.

// Request
{ "name": "urgent", "color": "#ef4444" }

Ready to debug faster?

Add Fidolin to your project in under 2 minutes.