contribute

Contribute a vendor. Get Pro for free.

Found a tracker the master library doesn't know? Submit it. Approved by an admin, and you earn contribution credits toward metered scans and API usage. Contribute regularly and your intelligence quota can pay for itself.

01

Spot an Unmapped Vendor

While browsing, open the TechStacker dashboard. Any vendor without a master match shows up flagged as unmapped.

vendor.status === 'unmapped'

02

Click Submit

The extension pre-fills the script URLs you observed. You add the vendor name, category, and optional vertical tag. One click to send to the moderation queue.

POST /api/submissions

03

Earn Credits

An admin reviews in the live regex sandbox. On approval, the master library gets a new entry and your account is credited automatically — spend it on metered scans and API calls.

license.credits += 100

// pattern authoring

How to write a good pattern.

The matching engine uses boundary-checked regex compiled from substring patterns. A good pattern is specific enough to avoid false positives, generic enough to match all current and reasonable future URLs of the vendor.

QualityExampleWhy
Goodstatic.hotjar.comSpecific CDN host. No false positives.
Goodbrowser.sentry-cdn.comVendor-specific subdomain. Stable.
Riskyanalytics.jsMany vendors use generic names. High false-positive risk.
RiskycdnMatches every CDN. Useless.
Bad.Matches everything. Will be rejected.

Tips for high approval rates

  • Use the vendor’s official CDN domain (e.g. cdn.segment.com, not api.segment.io unless that’s the script host)
  • Include 2–3 example URLs where you observed the vendor in the wild
  • Pick the most specific category from the standard taxonomy
  • If the vendor is vertical-specific, add a vertical tag (e.g. v_ecommerce)
  • Skip fingerprinting and ad-serving vendors that don’t have a stable, public signature
// top contributors

Hall of fame.

The community library is what it is because of these people. Every name below corresponds to at least one approved vendor submission.

RankContributorApprovedCredits Earned
1SAAS shadowstack18418,400
2ECOM pixel-hunter14714,700
3MEDIA cdn-detective11211,200
4FIN adyen-eyes979,700
5USER you?00

Ready to start contributing?

Install TechStacker, browse for a few minutes, and submit your first unmapped vendor.