Documentation
Integrate Simple Product into your app to collect feedback, track customers, and display your changelog.
Feedback Collection
Collect customer feedback from your app with widgets, forms, or API calls.
People & Customers
Track and identify your customers with the People API.
Releases & Changelog
Display your changelog and release notes in your app.
API Reference
Complete reference for all Simple Product API endpoints.
MCP Setup
Connect Simple Product to Claude Code, Cursor, or other AI coding tools.
Quick Start
Get your API key from Settings → API Keys in your workspace, then start integrating.
# Install the SDK (optional)npm install @simple-product/sdk# Or use the API directlycurl -X POST https://simpleproduct.dev/api/v1/feedback \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"title": "Feedback", "content": "Great product!"}'