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

@ainoflow/n8n-nodes-ainoflow

v1.0.7

Published

n8n community nodes for Ainoflow API - Document conversion (OCR/transcription), file storage, and JSON storage

Readme

n8n-nodes-ainoflow

n8n community nodes for Ainoflow API services.

Nodes

| Node | Description | |------|-------------| | Ainoflow Convert | Extract text or convert to PDF from documents, images, and audio (OCR & transcription) | | Ainoflow Files | Store and manage binary files in object storage | | Ainoflow Storage | Store and retrieve JSON documents in key-value storage |

Installation

Follow the installation guide in the n8n community nodes documentation.

npm install @ainoflow/n8n-nodes-ainoflow

Credentials

All nodes use the shared Ainoflow API credential:

| Field | Description | |-------|-------------| | API Key | Your Ainoflow API key | | Base URL | API endpoint (default: https://api.ainoflow.io) |

Ainoflow Convert

Extract text or convert to PDF from documents, images, and audio files.

Operations

| Operation | Description | |-----------|-------------| | Convert File | Extract text or convert to PDF from document, image, or audio | | Get Result | Get result of conversion job |

Input Sources

  • Binary Data - File from previous node
  • URL - Download from URL

Response Modes

| Mode | Behavior | |------|----------| | Direct | Wait and return content inline | | Persisted | Wait and return download URLs | | Polling | Return job ID immediately | | Webhook | Notify webhook URL when complete |

Models

| Model | Use Case | |-------|----------| | Auto | Auto-select based on file type (recommended) | | PaddleOCR | OCR for images | | Tesseract | OCR for PDFs | | Whisper (tiny/small/base) | Audio transcription |

Supported Formats

  • Documents: PDF, JPEG, PNG, TIFF, BMP, WebP, GIF, DOC(X), XLS(X), PPT(X), ODT, TXT, RTF
  • Audio: WAV, MP3, M4A, MP4, WebM, OGG, FLAC, AAC, Opus

Languages

60 languages supported including: English, German, French, Spanish, Italian, Portuguese, Dutch, Polish, Russian, Ukrainian, Chinese (Simplified/Traditional), Japanese, Korean, Arabic, and more.

Ainoflow Files

Manage binary files in object storage.

Resources & Operations

File: | Operation | Description | |-----------|-------------| | Create | Upload new file (auto-generated key) | | Create or Replace | Upload file with explicit key (upsert) | | Download | Download file content | | Delete | Delete file | | Get URL | Get pre-signed download URL | | Get Metadata | Get file metadata | | Get Many | List files in category |

Category: | Operation | Description | |-----------|-------------| | Get Many | List categories with file counts |

Input Sources (Create/Replace)

  • Binary Data - File from previous node
  • URL - Server downloads from URL

Features

  • Categories for organizing files
  • Pre-signed URLs with configurable expiry
  • TTL support via expiresAt
  • Max file size: 100MB

Ainoflow Storage

Store and retrieve JSON documents.

Resources & Operations

Record: | Operation | Description | |-----------|-------------| | Create | Create new record (fails if exists) | | Create or Replace | Create or replace record (upsert) | | Update | Partial update via JSON Merge Patch (RFC 7386) | | Get | Retrieve record by key | | Delete | Delete record | | Get Metadata | Get record metadata without content | | Get Many | List records in category |

Category: | Operation | Description | |-----------|-------------| | Get Many | List categories with record counts |

Data Input

  • Using Fields Below - Key/value pairs with expression support
  • Using JSON - Direct JSON object or array

Features

  • Categories for organizing records
  • TTL support via expiresAt or expiresMs
  • JSON Merge Patch for partial updates
  • Max record size: 10MB

Development

Prerequisites

  • Node.js v20.19+ to v24 (v22 LTS recommended)
  • npm

Commands

npm install        # Install dependencies
npm run dev        # Run n8n with hot reload
npm run build      # Production build
npm run lint       # Check for issues
npm run lint:fix   # Auto-fix issues

Resources

License

MIT - Copyright 2026 Ainova Systems