npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-gitdealflow

v0.1.0

Published

n8n community node for VC Deal Flow Signal — trending startup engineering signals, sector search, and breakout alerts powered by GitHub data across 20 sectors.

Readme

n8n-nodes-gitdealflow

n8n community node for VC Deal Flow Signal — pipe trending startup engineering signals into any n8n workflow.

npm

What it does

Wraps the public API at https://signals.gitdealflow.com so you can pull weekly-updated startup engineering signals into Slack, Notion, Airtable, Google Sheets, Postgres, Pipedrive, HubSpot, or any of n8n's 400+ nodes — no auth, no rate limit gates.

Operations

  • Get Trending Startups — top 20 by engineering acceleration this period
  • Search by Sector — every tracked startup in one of 20 sectors, ranked
  • Find Startup by Name — look up a single startup's signal profile
  • Get Signals Summary — period metadata + sector counts + last update timestamp
  • Get Engineering Signals — every startup with a signal (deploy spike, infra buildout, framework migration), optional type filter

Install

In n8n (self-hosted or Cloud Pro+):

  1. Open Settings → Community Nodes
  2. Click Install
  3. Enter n8n-nodes-gitdealflow
  4. Agree to the risk warning and install

The GitDealFlow node will appear in the node panel. No credentials needed.

Example workflows

  1. Breakout Slack alertsSchedule Trigger (weekly Mon)GitDealFlow: Get Engineering Signals (filter: Deploy frequency spike)Slack: Send Channel Message to #deal-flow.
  2. Watchlist auto-update in NotionSchedule TriggerGitDealFlow: Get TrendingNotion: Create Database Item for each.
  3. Sector deep-dive in SheetsManual TriggerGitDealFlow: Search by SectorGoogle Sheets: Append Row.
  4. HubSpot research auto-enrichmentGitDealFlow: Find Startup by NameHubSpot: Create or Update Company.

Output fields

| Field | Type | Notes | |---|---|---| | name | string | Display name | | sector | string | Sector display name | | stage | string | Pre-seed / Seed / Series A/B / Growth | | geography | string | HQ region | | commitVelocity14d | int | 14-day rolling commit count | | commitVelocityChange | string | % change vs prior 14d | | contributors | int | Unique contributors | | contributorGrowth | string | % change | | newRepos | int | New repos in last 30d | | signalType | string | One of 4 signal categories | | githubUrl | url | GitHub org URL | | websiteUrl | url | Company homepage | | linkedinUrl | url | LinkedIn page (when known) | | profileUrl | url | gitdealflow.com profile page | | citation | string | Attribution string for use in your workflows |

License

MIT — free with attribution. Cite as VC Deal Flow Signal (signals.gitdealflow.com) per period.

Source

Built from kindrat86/vc-deal-flow-signal — public dataset, methodology at SSRN 6606558.

Issues

Open an issue at the repo above or email [email protected].