Getting Started β
Signalog is one script tag that adds four user-feedback channels to any website:
| Channel | What it captures |
|---|---|
| π Bug Reports | Users tell you what's broken β with screenshots |
| π¬ Feedback | General product feedback and praise |
| β¨ Feature Requests | What your users want next, with upvoting |
| π£ Changelog | What you shipped β broadcast to your users |
Everything routes to a single dashboard at app.signalog.co.
In 30 seconds β
html
<script src="https://cdn.signalog.co/widget.js" data-site-id="YOUR_SITE_ID"></script>That's the entire integration. Drop it before </body> and a floating action button (FAB) appears in the bottom-right of every page.
What you'll learn β
This guide walks through:
- Install Signalog β pick your platform
- Get your Site ID β one-minute setup
- Verify the install β confirm it's working
- Custom triggers β open panels from your own buttons
- JavaScript API β full programmatic control
- TypeScript support β type-safe usage
Architecture at a glance β
Your site Signalog CDN Signalog Dashboard
ββββββββββββββ ββββββββββββββ ββββββββββββββ
β β GET /js β β β β
β <script> ββββββββββββββΆβ widget.js β β β
β β β ~24kb gz β β β
β βββββββββββββββ β β β
β β ββββββββββββββ β β
β β β β
β User β ββββββββββββββ β β
β submits β POST /api β β β β
β feedback ββββββββββββββΆβ api. βββββββββββββββββββΆβ Inbox β
β β β signalog β β β
β β β .co β β β
ββββββββββββββ ββββββββββββββ ββββββββββββββThe widget JavaScript is served from cdn.signalog.co (Cloudflare edge). Submissions go to api.signalog.co (regional API). The dashboard at app.signalog.co is where you read, triage, and respond.
Privacy & data β
- No tracking. Signalog does not record sessions, set persistent cookies, or fingerprint users.
- No analytics. We don't tell you what pages users visit β only what they submit.
- GDPR-compliant. EU users see a consent prompt before submitting (configurable).
- Your data is yours. Export every submission via the dashboard or API. Delete on request.
Pricing β
Signalog is free forever for individuals and small teams (up to 1,000 submissions/month). See signalog.co/pricing for paid plans.