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

v0.0.13

Published

JigsawStack API integration for n8n

Readme

JigsawStack n8n Node

This n8n node provides integration with JigsawStack's powerful AI and data processing APIs. It allows you to easily incorporate various AI capabilities into your n8n workflows.

Features

The JigsawStack node supports the following operations:

  • Text Processing

    • Translate text between languages
    • Generate text embeddings (supports text, images, audio, and PDF files)
    • Analyze sentiment
    • Check spelling
    • Detect profanity
    • Generate text summaries
    • Convert natural language to SQL queries
  • Speech & Audio

    • Text to Speech conversion
    • Speech to Text conversion with Whisper V3 (supports multiple languages, speaker identification, translation, and batch processing)
  • Image Processing

    • Generate images from text descriptions
    • Process images with AI-powered analysis
    • Detect objects in images
    • NSFW content detection
    • Visual OCR (VOCR) for extracting text and data from images
    • Translate text within images
    • Support for multi-page document processing
  • Web & Data

    • Web search with AI-powered results
    • AI-powered web scraping
    • HTML to Any conversion (screenshots, images, PDFs)
    • Web suggestions
    • Spam detection
  • AI & Machine Learning

    • Make predictions using trained models
    • Generate embeddings from multiple content types (text, images, audio, PDF)
    • Token overflow handling for large content

Prerequisites

  • n8n instance (self-hosted or cloud)
  • Node.js >=20.15
  • JigsawStack API key

Installation

  1. Install the node in your n8n instance:

    npm install n8n-node-jigsawstack
  2. Restart your n8n instance

Authentication

To use this node, you need to:

  1. Sign up for a JigsawStack account at jigsawstack.com
  2. Get your API key from the JigsawStack dashboard
  3. In n8n, add your JigsawStack credentials:
    • Go to Settings > Credentials
    • Click "New"
    • Select "JigsawStack API"
    • Enter your API key

Usage

  1. Add the JigsawStack node to your workflow
  2. Select the desired operation from the Resource dropdown
  3. Configure the operation-specific parameters
  4. Connect the node to other nodes in your workflow

Available Resources

  • Translate Text - Translate text between different languages
  • Translate Image - Translate text within images
  • Search Web - Perform web searches
  • Generate Embedding - Create text embeddings for AI applications
  • Analyze Sentiment - Analyze the sentiment of text
  • Text to Speech - Convert text to speech
  • Speech to Text - Convert speech to text
  • Image Generation - Generate images from text descriptions
  • NSFW Detection - Detect inappropriate content in images
  • Profanity Detection - Detect profane language in text
  • Spell Check - Check and correct spelling in text
  • Spam Detection - Detect spam content
  • Summary - Generate text summaries
  • Make Prediction - Make predictions using AI models
  • Convert to SQL - Convert natural language to SQL queries
  • Web Suggestion - Get web search suggestions
  • AI Scrape - Scrape websites using AI
  • HTML to Any - Convert HTML/URLs to images (PNG, JPEG, WebP) or PDFs with screenshots
  • Process Image - Process and manipulate images
  • Object Detection - Detect objects in images
  • Visual OCR (VOCR) - Extract text from images

Resources

Support

For support with this node:

License

MIT