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

@n8layer/n8n-nodes-name

v0.0.3

Published

This is an n8n community node. It lets you use Name in your n8n workflows.

Readme

n8n-nodes-name

This is an n8n community node. It lets you use Name.com in your n8n workflows.

Name.com is a domain registrar and web hosting company that provides domain registration, DNS management, email forwarding, and related services. This node enables comprehensive domain management automation through the Name.com API.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

This node supports the following operations:

Account

  • Create Account: Creates a new sub-account under your authenticated reseller account (reseller accounts only)

Account Info

  • Check Account Balance: Returns the current account credit balance for the authenticated user

Contact Verification

  • List Unverified Contacts: Returns a list of contacts requiring verification per ICANN procedures
  • Verify Contact: Verify a contact (reseller accounts only)

Domain

  • Check Availability: Check if domains are available for purchase (up to 50 domains)
  • Create Domain: Register a new domain with full contact and nameserver configuration
  • Get Auth Code: Retrieve the transfer authorization code (EPP code) for a domain
  • Get Pricing: Retrieve registration and renewal pricing for a domain
  • List Domains: Returns a paginated list of domains in the account with extensive filtering options
  • Purchase Privacy: Enable WHOIS privacy protection for a domain
  • Renew Domain: Extend domain registration before expiration
  • Set Nameservers: Update the nameservers for a domain
  • Update Domain: Modify domain settings (autorenew, privacy, lock status)

Domain Info

  • Get Specific TLD Requirements: Retrieve eligibility criteria and required fields for a specific TLD

Domain Name System (DNS)

  • Create Record: Add a new DNS record (A, AAAA, ANAME, CNAME, MX, NS, SRV, TXT)
  • Delete Record: Remove a DNS record by ID
  • Get Record: Retrieve a specific DNS record
  • List Records: List all DNS records for a domain
  • Update Record: Modify an existing DNS record

Email Forwarding

  • Create Email Forwarding: Create a new email forwarding rule
  • Delete Email Forwarding: Remove an email forwarding rule
  • Get Email Forwarding: Retrieve details of a specific forwarding entry
  • List Forwarding Addresses: List all email forwarding rules for a domain
  • Update Email Forwarding: Update the destination for an existing forwarding rule

Hello

  • Hello: Test API connectivity

Credentials

To use this node, you'll need to set up API credentials with Name.com:

  1. Log in to Name.com:

    • Go to name.com and sign in to your account
  2. Generate API Token:

    • Navigate to APIAPI Token ManagementAPI Tokens
  3. In n8n:

    • Create new credentials for "Name.com API"
    • Environment: Choose Production or Sandbox
      • Production: Live domain operations (real charges apply)
      • Sandbox: Safe testing environment (no real charges)
    • Username: Your Name.com username
      • For sandbox, append "-test" (e.g., myusername-test)
    • API Token: The token from step 2
    • Save the credentials

Sandbox Environment

Name.com provides a sandbox environment for testing. To use it:

  • Select "Sandbox" as the environment in credentials
  • Append "-test" to your username
  • Generate a separate API token for sandbox use at api.dev.name.com

Compatibility

This node is compatible with n8n version 1.0.0 and above.

Resources