I wanted a tool to collect bugs on my websites but every other tool I could find would either want me to use their issue tracking platform or was too expensive. I just needed something simple for small websites, so I could receive issues straight into my GitHub Issues. I am able to use the issues in my current workflows. I scratched my own itch then a few friends asked to be able to use it too.
So here we are today, Issue Embed is on the GitHub Marketplace. I am launching a free plan. Any feedback is welcome.
Congratulations with your launch.
Question: must an end user (web site visitor) do a (Github or other) login? Or can they simply leave a comment?
Public repos: the reporter is given the link on successful submission, so to communicate further a GitHub account is required
Private repos: the reporter needs to supply an email (not shared with repo) which will be held by Issue Embed and handle communication from the issue to email (and visa-versa)
You can try a demo here: https://issueembed.dev/
Edit: formatting
For a private repo, I would probably also want people to be able to leave anonymous replies (to get 'as much feedback as possible'), but that's just my n=1 opinion.
Good luck.