diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..d005c7f --- /dev/null +++ b/public/index.html @@ -0,0 +1,786 @@ + + +
+ + +Drop-in feedback widget that turns user reports into GitHub issues. Screenshots, annotations, system info - all automatic.
+ +Install our GitHub App and paste the widget script into your HTML. No build step required.
+A floating button appears on your site. Users can capture screenshots and annotate issues.
+Feedback is sent to your GitHub repo as a fully-formatted issue with screenshots and system info.
+Full page or element-specific screenshots with automatic capture.
+Draw, arrows, and rectangles to highlight exactly what's wrong.
+Bug, Feature, or Question - automatically tagged with GitHub labels.
+Browser, OS, viewport, and more captured automatically for debugging.
+Themes, colors, position, dismissible button - make it yours.
+No tracking, no cookies. URLs are redacted. Your data stays yours.
+Get up and running in under a minute.
+Install the GitHub App on your repository:
+ +Add the script to your website (replace owner/repo with your repo):
<script src="https://bugdrop.neonwatty.workers.dev/widget.js"
+ data-repo="owner/repo"></script>
+ That's it! Users can now submit feedback that becomes GitHub issues.
+| Attribute | +Values | +Default | +
|---|---|---|
data-repo |
+ owner/repo | +required | +
data-theme |
+ light, dark, auto | +auto | +
data-position |
+ bottom-right, bottom-left | +bottom-right | +
data-color |
+ Hex color (e.g. #FF6B35) | +#14b8a6 | +
data-button-dismissible |
+ true, false | +false | +
data-button |
+ true, false | +true | +
+ See the full documentation for all options including JavaScript API, submitter info collection, and version pinning. +
+Click the feedback button in the bottom-right corner to see BugDrop in action โ
+