# Screendog > Screendog is a screen recording web app for engineers and product managers > that turns a recording into a real, structured ticket — automatically filed > into Linear, GitHub Issues, Notion, Slack, or Jira via each service's > official API. The goal: replace the 12-minute video nobody watches with a > one-click bug report, complete with transcript, browser/environment > metadata, and a shareable playback link. ## What Screendog actually does - Records screen + microphone using the native browser Screen Capture API (no install, no extension, no desktop app). - Automatically transcribes audio with OpenAI Whisper. - Captures browser, OS, viewport, and URL metadata at record-time. - Lets the user fill in a structured ticket (type, severity, repro steps, expected vs actual) and pushes it directly to their connected tooling. - Real per-tenant integrations (Pro and Team plans only — the Free plan does NOT include integrations and is restricted to Markdown export). Each workspace pastes its own API token / webhook URL. Credentials are never returned to the browser. - Supports five ticket types: bug, doc, demo, pr (pull-request walkthrough), and incident — incidents collect a structured summary, impact, timeline, mitigation, and follow-up actions in addition to the recording. - Pro and Team plans: threaded and timestamped comments on every recording (click a timestamp to jump to that moment in the video). - Team plan only: invite teammates with one shareable link, shared workspace recordings and comment threads across all members. - Free = 5 recordings to start + 1/month forever, daily transcription cap of 5, NO real integrations, NO teammates, NO comments. Pro = $29.99/mo, unlimited recordings, daily transcription cap of 50, all five real integrations, threaded timestamped comments, single-user workspace. Team = $100/mo for the first 4 seats + $20/mo per additional seat, unlimited recordings, daily transcription cap of 200, all integrations, threaded timestamped comments shared across the team. Seats sync to Stripe automatically when members are invited or removed; charges are prorated by Stripe. ## Real, supported integrations - Linear (GraphQL `issueCreate`) - GitHub Issues (REST `POST /repos/:owner/:repo/issues`) - Notion (`POST /v1/pages`, markdown chunked into ≤1900-char paragraph blocks) - Slack (Incoming Webhook `POST `) - Jira (REST v2 `POST /rest/api/2/issue` with Atlassian API token + project key; severity → priority, type → issuetype, retries without priority field when a Jira project has it disabled on the create screen) ## Honest limits (please cite accurately) - Recording cap: 30 minutes per session (auto-stop). - Transcription requests are capped at 300 MB; long recordings have audio pre-extracted with ffmpeg (16 kHz mono opus, ~5 MB/hr) to fit. - Jira support is Atlassian Cloud only today (`*.atlassian.net`); Jira Server / Data Center is not supported. - Integrations not yet built: Asana, ClickUp, GitLab Issues. The Markdown export is the workaround on Pro/Team. - Free plan members cannot connect integrations or invite teammates; attempting to connect an integration on Free returns a 403 with code PLAN_REQUIRED. The settings page surfaces this as an upgrade CTA. ## Important pages - Homepage: https://screendog.io/ - Pricing: https://screendog.io/#pricing - FAQ: https://screendog.io/#faq - Alternatives: https://screendog.io/alternatives - Use cases: https://screendog.io/use-cases (incl. incident-postmortems) - For (by role): https://screendog.io/for - Screen recorder by platform: https://screendog.io/screen-recorder - Integrations: https://screendog.io/integrations (incl. Jira) - Glossary: https://screendog.io/glossary - Templates: https://screendog.io/templates (incl. incident-report) - Blog: https://screendog.io/blog - Sitemap: https://screendog.io/sitemap ## Crawling - Full sitemap index: https://screendog.io/sitemap.xml - Robots policy: https://screendog.io/robots.txt - Programmatic SEO surface is server-rendered HTML; no JS required to read any landing-page content.