Issue Tracking Made Simple
A lightweight, embeddable issue tracker for SaaS applications. Let customers report bugs and request features without leaving your app.
Everything You Need
Powerful features without the complexity
Simple Issue Tracking
Create, organize, and resolve issues with an intuitive interface that gets out of your way.
Embeddable Widget
Drop our React component or NPM package into any app. Customers submit issues without leaving your product.
Team Collaboration
Assign issues, add comments, and track progress. Keep your whole team on the same page.
Flexible Labeling
Organize issues with custom labels and categories. Find what you need instantly.
Status Tracking
Move issues through your workflow: Open, In Progress, Resolved. Always know where things stand.
Stay Notified
Get updates on issues that matter to you. Never miss important customer feedback.
Easy Integration
Drop-In React Component
Add issue tracking to your React app with just a few lines of code. Our component handles everything from submission to display.
- ✓NPM package for React apps
- ✓Styled with Tailwind CSS
- ✓Full control over appearance
- ✓TypeScript support
import { SupportPage } from
'@byscott-io/issuesbyscott_client';
function App() {
return (
<SupportPage
apiKey="your-api-key"
orgId="your-org-id"
/>
);
}