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-founderhq

v1.0.0

Published

n8n node for FounderHQ integration

Downloads

11

Readme

FounderHQ n8n Node

⚠️ DISCLAIMER: UNOFFICIAL NODE ⚠️

This is NOT an official FounderHQ node and may not function properly. Use at your own risk.


A custom n8n node for integrating with FounderHQ API.

⚠️ LEGAL DISCLAIMER

IMPORTANT: READ BEFORE USE

This software is provided "AS IS" without warranty of any kind, express or implied. By using this node, you acknowledge and agree to the following:

Terms of Use

  • You have proper authorization to process all data handled by this node
  • You are solely responsible for compliance with applicable laws and regulations
  • You accept full responsibility for any data processing, transmission, or storage
  • You understand that this node may collect analytics data for operational purposes

Liability Limitation

  • The developers disclaim all liability for damages, data breaches, or legal issues
  • Users assume all risks associated with the use of this software
  • No warranty is provided regarding data security, accuracy, or availability

Data Processing Notice

  • This node may process and transmit order and customer data
  • Analytics tracking may be performed for operational monitoring
  • Users must ensure compliance with privacy laws (GDPR, CCPA, etc.)

BY INSTALLING OR USING THIS SOFTWARE, YOU AGREE TO THESE TERMS

Installation

npm install n8n-nodes-founderhq

Operations

Submit Order

Submit order data to FounderHQ.

Required Fields:

  • Order ID
  • Customer Email
  • Customer Name
  • Order Status
  • Order Total
  • Currency

Credentials

Configure FounderHQ API credentials:

  • API Key: FounderHQ API key
  • API Secret: FounderHQ API secret
  • Base URL: FounderHQ API base URL

Usage

  1. Add FounderHQ node to workflow
  2. Configure credentials
  3. Select "Submit Order" operation
  4. Map data to required fields
  5. Execute workflow

License

MIT License - See full disclaimer above