{"id":48330899,"url":"https://github.com/mean-weasel/bugdrop","last_synced_at":"2026-06-08T02:01:11.357Z","repository":{"id":329780514,"uuid":"1119772484","full_name":"mean-weasel/bugdrop","owner":"mean-weasel","description":"In-app feedback → GitHub Issues. Screenshots, annotations, the works.","archived":false,"fork":false,"pushed_at":"2026-06-05T13:13:24.000Z","size":1452,"stargazers_count":28,"open_issues_count":3,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-05T15:06:55.861Z","etag":null,"topics":["bug-reporting","feedback-widget","github-app","in-app-feedback"],"latest_commit_sha":null,"homepage":"https://bugdrop.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mean-weasel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-12-19T20:30:11.000Z","updated_at":"2026-06-05T13:12:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mean-weasel/bugdrop","commit_stats":null,"previous_names":["neonwatty/feedback-widget","neonwatty/bugdrop","mean-weasel/bugdrop"],"tags_count":86,"template":false,"template_full_name":null,"purl":"pkg:github/mean-weasel/bugdrop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mean-weasel%2Fbugdrop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mean-weasel%2Fbugdrop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mean-weasel%2Fbugdrop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mean-weasel%2Fbugdrop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mean-weasel","download_url":"https://codeload.github.com/mean-weasel/bugdrop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mean-weasel%2Fbugdrop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34044919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bug-reporting","feedback-widget","github-app","in-app-feedback"],"created_at":"2026-04-05T01:02:44.760Z","updated_at":"2026-06-08T02:01:11.347Z","avatar_url":"https://github.com/mean-weasel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BugDrop 🐛\n\n[![CI](https://github.com/mean-weasel/bugdrop/actions/workflows/ci.yml/badge.svg)](https://github.com/mean-weasel/bugdrop/actions/workflows/ci.yml)\n[![Version](https://img.shields.io/badge/version-1.11.0-14b8a6)](./CHANGELOG.md)\n[![Security Policy](https://img.shields.io/badge/Security-Policy-blue)](./SECURITY.md)\n[![Live Demo](https://img.shields.io/badge/Demo-Try_It_Live-ff9e64)](https://bugdrop-widget-test.vercel.app)\n[![GitHub Marketplace](https://img.shields.io/badge/GitHub%20Marketplace-Install-2ea44f?logo=github)](https://github.com/marketplace/bugdrop-in-app-feedback-to-github-issues)\n[![Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1141615\u0026theme=light\u0026t=1778415221018)](https://www.producthunt.com/products/bugdrop-2?utm_source=badge-featured\u0026utm_medium=badge\u0026utm_campaign=badge-bugdrop-2)\n\nIn-app feedback → GitHub Issues. Screenshots, annotations, the works.\n\nFeatured on Product Hunt and ranked #6 Product of the Day on May 9, 2026.\n\n![bugdrop-demo-small](https://github.com/user-attachments/assets/22d234fa-aa0f-4d01-bc4f-4c3e8f107165)\n\n## Quick Start\n\n\u003e Works with both public and private repositories!\n\n**1. Install the GitHub App** on your repository:\n\nhttps://github.com/marketplace/bugdrop-in-app-feedback-to-github-issues\n\n**2. Add the script** to your website:\n\n```html\n\u003cscript src=\"https://bugdrop.neonwatty.workers.dev/widget.js\" data-repo=\"owner/repo\"\u003e\u003c/script\u003e\n```\n\nThat's it! Users can now click the bug button to submit feedback as GitHub Issues.\n\n\u003e **Important:** Do not add `async` or `defer` to the script tag — the widget needs synchronous loading to read its configuration.\n\n\u003e **CSP note:** If your site uses a Content Security Policy, add `https://bugdrop.neonwatty.workers.dev` to your `script-src` directive to enable the widget.\n\n\u003e **Branch protection:** BugDrop works with repos that have branch protection rules (required PRs, merge queues). Screenshots are stored on a dedicated `bugdrop-screenshots` branch that is auto-created on first use — no manual setup needed.\n\n\u003e **Security note:** BugDrop is not a spam or malware filtering service. Treat feedback and screenshots as unauthenticated user-generated content. Exclude `bugdrop-screenshots` from CI/deploy workflows, and self-host behind your own WAF/CAPTCHA/content controls for stricter environments.\n\n## Features\n\n- 🔒 **Privacy masking** — tag sensitive elements with `data-bugdrop-mask` and BugDrop visually covers them in supported screenshot modes before submission. Passwords and credit-card inputs are masked automatically.\n\n## Widget Options\n\n| Attribute                       | Values                                               | Default          |\n| ------------------------------- | ---------------------------------------------------- | ---------------- |\n| `data-repo`                     | `owner/repo`                                         | **required**     |\n| `data-theme`                    | `light`, `dark`, `auto`                              | `auto`           |\n| `data-position`                 | `bottom-right`, `bottom-left`                        | `bottom-right`   |\n| `data-color`                    | Accent color for buttons/highlights (e.g. `#FF6B35`) | `#14b8a6` (teal) |\n| `data-label`                    | Any string                                           | `Feedback`       |\n| `data-category-labels`          | JSON mapping for self-hosted category labels         | built-in labels  |\n| `data-button`                   | `true`, `false`                                      | `true`           |\n| `data-element-context-max-area` | Viewport-area multiplier for Select Element context  | `0`              |\n\nSee [full documentation](https://bugdrop.dev/docs/configuration) for all options including styling, submitter info, and dismissible button.\n\n## Documentation\n\n- [Full Documentation](https://bugdrop.dev/docs)\n- [GitHub Marketplace](https://github.com/marketplace/bugdrop-in-app-feedback-to-github-issues)\n- [Configuration](https://bugdrop.dev/docs/configuration)\n- [Styling](https://bugdrop.dev/docs/styling)\n- [JavaScript API](https://bugdrop.dev/docs/javascript-api)\n- [Version Pinning](https://bugdrop.dev/docs/version-pinning)\n- [CI Testing](https://bugdrop.dev/docs/ci-testing)\n- [Security \u0026 Rate Limiting](https://bugdrop.dev/docs/security)\n- [Self-Hosting](https://bugdrop.dev/docs/self-hosting)\n- [FAQ](https://bugdrop.dev/docs/faq)\n\n## How It Works\n\n```\nUser clicks bug button → Widget captures screenshot → Worker authenticates via GitHub App → Issue created in your repo\n```\n\n1. **Widget** loads in a Shadow DOM (isolated from your page styles)\n2. **Screenshot** captured client-side using html-to-image\n3. **Worker** (Cloudflare) exchanges GitHub App credentials for an installation token\n4. **GitHub API** creates the issue with the screenshot stored in `.bugdrop/` on a dedicated `bugdrop-screenshots` branch (auto-created on first use)\n\n## Live Demo\n\nTry it on [WienerMatch](https://bugdrop-widget-test.vercel.app) — click the bug button in the bottom right corner.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmean-weasel%2Fbugdrop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmean-weasel%2Fbugdrop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmean-weasel%2Fbugdrop/lists"}