Onboarding Guide
Get DebugGo up and running in less than 5 minutes
- A GitHub account (for repository integration)
- Write access to your repository (for adding workflows)
- Access to your website's code (for widget installation)
Navigate to debuggo.dev/connect and create your account using GitHub OAuth or email/password.
Screenshot: Create Account Screen
After signing in, you'll be prompted to connect your GitHub account. Select the repositories you want to integrate with DebugGo.
Screenshot: GitHub Repository Selection
Create a project for each application or website. Each project gets a unique Project ID for the embed script.
Screenshot: Create Project Dialog
In Claude, run the following command to install the GitHub App:
Screenshot: Claude GitHub App Installation
Download our pre-configured GitHub Actions workflows and add them to your repository.
Auto-Fix Workflow
Automatically attempts to fix issues when triggered
Auto-Labeler Workflow
Automatically labels issues based on content
Add the DebugGo widget to your website with a single line of code. Choose the appropriate method for your framework:
Check that the widget is loading and events are being tracked:
Check Network Tab
Open DevTools → Network tab and look for `widget.js` loading successfully
Test Widget
Click the feedback button and submit a test message
Check Dashboard
Visit your DebugGo dashboard to see the test feedback
Troubleshooting
🎉 Congratulations!
You've successfully set up DebugGo! Your application is now collecting feedback and ready for automated issue management.
Next Steps
- Create your first GitHub issue from feedback
- Invite team members to collaborate
- Customize the widget appearance to match your brand
- Set up notification preferences