Use Cases
Sales workflows and enrichment patterns for using Desktop Insights data in Clay.
Competitor poaching
Find apps using a competitor's SDK and target them for switching.
Example: Bugsnag targeting Sentry users
- Build a Clay table with 200+ desktop app names
- Enrich with Desktop Insights HTTP API
- Filter:
Error Tracking=Sentry - Result: a list of apps actively using Sentry — warm leads for Bugsnag
- Add enrichment: Apollo or Hunter to find VP Engineering contacts at each company
- Push to Outreach for personalized outbound
The outreach writes itself: "I noticed your desktop app uses Sentry for error tracking. We'd love to show you how Bugsnag handles [specific pain point]..."
Greenfield prospecting
Find apps that don't use any SDK in your category.
Example: PostHog targeting apps without analytics
- Enrich a table of desktop apps
- Filter:
Analytics= (empty/null) - Result: apps with zero analytics SDK — 65% of desktop apps have no analytics
- These are greenfield opportunities with no incumbent to displace
This is the killer feature. BuiltWith can't do negative search for desktop apps. No one can, except Desktop Insights.
Technology migration tracking
Detect when apps switch from one technology to another.
Example: Monitoring Electron-to-Tauri migration
- Filter:
Runtime=electron - Re-run monthly
- Compare: which apps dropped Electron? What did they switch to?
Investment due diligence
Evaluate a company's engineering stack before investing or acquiring.
- Look up the company's desktop app
- Check: modern frameworks (React, not jQuery)? Active dependencies? Recent version?
dependencyCountis a proxy for app complexityRuntimereveals the technology bet (Electron = web team, native = platform team)
Enrichment chain pattern
Combine Desktop Insights with other Clay enrichments for complete prospect profiles:
- Desktop Insights — Get app runtime, SDK stack, dependency count
- Apollo / Hunter / PeopleDataLabs — Find engineering leads at the developer company
- LinkedIn enrichment — Confirm title and seniority
- AI step — Generate personalized outreach based on their specific tech stack
- Push to CRM — Salesforce, HubSpot, or Outreach
Real data examples
Here's what Desktop Insights returns for well-known apps:
| App | Runtime | Error Tracking | UI Framework | State Mgmt | Database |
|---|---|---|---|---|---|
| Slack | electron | Crashpad | — | Redux | SQLite |
| 1Password | electron | — | React | Redux | SQLite |
| Discord | electron | Sentry | — | — | — |
| Notion | electron | — | React | Redux | SQLite |
| Linear | electron | Sentry | — | — | — |
| VS Code | electron | — | Angular | — | — |