arraypress
@arraypress/referrer 1.0.0
Parse referrer URLs to detect traffic sources, search engines, social platforms, and UTM parameters.1 version - Latest release: about 1 month ago - 1 maintainer
@arraypress/text 2.0.0
Text utilities — truncation, CSV escaping, HTML escaping, and fuzzy-match normalisation. (slugify...3 versions - Latest release: 15 days ago - 1 maintainer
@arraypress/countries 1.0.0
Country data utilities — names, flags, continents, EU membership, and search. ISO 3166-1 alpha-2.1 version - Latest release: about 1 month ago - 1 maintainer
@arraypress/user-agent 1.0.0
Parse user agent strings to detect browsers, operating systems, device types, and bots.1 version - Latest release: about 1 month ago - 1 maintainer
@arraypress/format 1.2.0
Display-layer formatters with a shared null/empty fallback. Thin wrappers over @arraypress/date-u...1 version - Latest release: 15 days ago - 1 maintainer
@arraypress/edge-cache 1.0.0
Tiny Hono middleware that attaches Cache-Control headers to successful GETs so CDNs (Cloudflare, ...1 version - Latest release: 15 days ago - 1 maintainer
@arraypress/security-headers 1.0.0
Security response headers for Hono — CSP, HSTS, X-Frame-Options, Referrer-Policy, Permissions-Pol...1 version - Latest release: 15 days ago - 1 maintainer
@arraypress/db-migrate 1.0.0
Race-safe one-shot schema bootstrap for Kysely on D1 / SQLite / libSQL / Postgres.1 version - Latest release: 15 days ago - 1 maintainer
@arraypress/csv-importer 1.0.0
Parse → preview → commit scaffold for CSV imports with pluggable per-type handlers.1 version - Latest release: 15 days ago - 1 maintainer
@arraypress/admin-auth 1.0.0
Layered Hono middleware for admin auth — session cookie + API token + CF Access + hardened dev by...1 version - Latest release: 15 days ago - 1 maintainer
@arraypress/hono-utils 1.0.0
Small Hono context helpers — client IP resolution with opt-in proxy trust, absolute URL building ...1 version - Latest release: 15 days ago - 1 maintainer
@arraypress/admin-kit 0.12.0
Reusable React components for shadcn-style admin dashboards. PageHeader, UserCell, Pagination, So...1 version - Latest release: 15 days ago - 1 maintainer
@arraypress/captcha 2.0.0
Unified CAPTCHA verification — Turnstile, reCAPTCHA, and hCaptcha. Provider selection via setting...2 versions - Latest release: 15 days ago - 1 maintainer
@arraypress/dl-gate 1.0.0
Pure-function download access gate — limit + IP + reset-cutoff enforcement for digital-product st...1 version - Latest release: 15 days ago - 1 maintainer
@arraypress/markdown-editor 1.0.1
Lightweight markdown editor with visual and source modes. Minimal toolbar, two-way markdown/HTML ...1 version - Latest release: 17 days ago - 51 downloads last month - 1 maintainer
@arraypress/recaptcha 1.0.0 deprecated
Verify Google reCAPTCHA v2/v3 tokens. Zero dependencies, Web Fetch API.1 version - Latest release: 25 days ago - 1 maintainer
@arraypress/turnstile 1.0.1 deprecated
Verify Cloudflare Turnstile CAPTCHA tokens. Zero dependencies, Web Fetch API.2 versions - Latest release: about 1 month ago - 1 maintainer
@arraypress/email 1.1.0
Multi-provider email sending — Resend, Postmark, AWS SES, Cloudflare. Zero dependencies.2 versions - Latest release: 15 days ago - 1 maintainer
@arraypress/tax-calculator 1.0.0
Pure tax computation for ecommerce — exclusive/inclusive modes, per-line distribution with roundi...1 version - Latest release: 17 days ago - 1 maintainer
@arraypress/theme-injector 1.0.0
CSS custom property theme engine. Injects theme configuration as CSS variables on :root. Supports...1 version - Latest release: 18 days ago - 1 maintainer
@arraypress/hook-registry 1.0.0
Framework-agnostic event and hook system for plugin architectures. Supports actions, filters, and...1 version - Latest release: 17 days ago - 1 maintainer
@arraypress/lucide-icon-picker 1.0.0
Searchable, categorized icon picker for the full Lucide icon library. Popover + modal browser var...1 version - Latest release: 18 days ago - 1 maintainer
@arraypress/google-fonts 1.0.0
Google Fonts loader — 32 curated web fonts with on-demand loading, CSS font-family mappings, and ...1 version - Latest release: 18 days ago - 1 maintainer
@arraypress/stripe-urls 1.0.0
Generate Stripe Dashboard URLs for any resource. Auto-detects type from ID prefix. Supports test/...1 version - Latest release: 18 days ago - 1 maintainer
@arraypress/discount-calculator 1.0.0
Pure cart discount math for ecommerce — percent/fixed discounts, per-item distribution, and total...1 version - Latest release: 17 days ago - 1 maintainer
@arraypress/api-client 1.0.0
Lightweight API client with query building, JSON body serialisation, file uploads, and error hand...1 version - Latest release: 18 days ago - 1 maintainer
@arraypress/commission-calculator 1.0.0
Pure commission math for vendor marketplaces and affiliate programs. Supports percent and flat-ra...1 version - Latest release: 17 days ago - 1 maintainer
@arraypress/waveform-playlist 1.1.0
Playlist and chapter navigation for WaveformPlayer2 versions - Latest release: 6 months ago - 47 downloads last month - 0 stars on GitHub - 1 maintainer
@arraypress/in-view 1.0.0
React hook for detecting when an element enters the viewport using Intersection Observer. Trigger...1 version - Latest release: 21 days ago - 1 maintainer
@arraypress/count-up 1.0.0
React hook for animating numbers from 0 to target with easing. Handles suffixes, decimal places, ...1 version - Latest release: 21 days ago - 1 maintainer
@arraypress/price-utils 1.0.0
Price display utilities for e-commerce — recurring interval labels, discount percentage calculati...1 version - Latest release: 21 days ago - 1 maintainer
@arraypress/oembed-card 1.0.0
Generate self-contained HTML cards for oEmbed rich responses. All styles inline — safe for embedd...1 version - Latest release: 21 days ago - 1 maintainer
@arraypress/color-utils 1.0.0
Color utility functions — luminance calculation, contrast detection, hex manipulation, WCAG acces...1 version - Latest release: 21 days ago - 1 maintainer
@arraypress/condition-evaluator 1.0.0
Evaluate rule conditions against data objects. Supports nested field access, 12+ operators, AND/O...1 version - Latest release: 21 days ago - 32 downloads last month - 1 maintainer
@arraypress/query-keys 1.0.0
TanStack Query key factory for consistent cache key patterns. Generates .all, .list(params), and ...1 version - Latest release: 21 days ago - 1 maintainer
@arraypress/data-table 1.0.0
React hook for managing admin data table state — pagination, sorting, searching, column visibilit...1 version - Latest release: 21 days ago - 1 maintainer
@arraypress/stripe-tax-codes 1.0.0
Stripe tax code categories for e-commerce. Curated common categories with friendly labels, plus u...1 version - Latest release: 21 days ago - 1 maintainer
@arraypress/unit-converter 1.0.0
Weight and dimension unit conversion with formatting. Convert between grams, kilograms, ounces, p...1 version - Latest release: 21 days ago - 1 maintainer
@arraypress/cartesian-product 1.0.0
Generate all combinations from arrays of options. Perfect for e-commerce variant generation, conf...1 version - Latest release: 21 days ago - 1 maintainer
@arraypress/jsonld 1.0.0
JSON-LD structured data builders for SEO. Product, Article, Organization, WebSite, Breadcrumb, FA...1 version - Latest release: 25 days ago - 35 downloads last month - 1 maintainer
@arraypress/seo 1.0.0
HTML meta tag builder for SEO. Open Graph, Twitter Cards, canonical URLs, robots directives, href...1 version - Latest release: 25 days ago - 1 maintainer
@arraypress/storage-r2 1.0.0
Cloudflare R2 native bindings adapter for @arraypress/storage1 version - Latest release: 25 days ago - 1 maintainer
@arraypress/crypto 1.0.0
AES-256-GCM encrypt/decrypt with PBKDF2 key derivation. Zero dependencies, Web Crypto API.1 version - Latest release: 25 days ago - 1 maintainer
@arraypress/url-sanitize 1.0.0
URL sanitization and validation. Prevent XSS via javascript:, data:, and other dangerous URL sche...1 version - Latest release: 25 days ago - 1 maintainer
@arraypress/rbac 1.0.0
Role-based access control with numeric role levels, permission matrix, and scope clamping.1 version - Latest release: 25 days ago - 1 maintainer
@arraypress/llms-txt 1.0.0
Generate llms.txt files for AI agent discovery. The emerging standard for making sites AI-accessi...1 version - Latest release: 25 days ago - 1 maintainer
@arraypress/blocklist 1.0.0
Email, IP, and word blocklist matching. Supports domains, wildcards, and CIDR ranges.1 version - Latest release: 25 days ago - 1 maintainer
@arraypress/cron 1.0.0
Database-backed cron scheduling. Atomic task claiming, recurring and one-shot jobs, stale lock re...1 version - Latest release: 25 days ago - 1 maintainer
@arraypress/passkey 1.0.0
WebAuthn passkey authentication. Registration and login verification with ES256 ECDSA. Built on o...1 version - Latest release: 25 days ago - 1 maintainer
@arraypress/storage-local 1.0.0
Local filesystem storage adapter for @arraypress/storage (Node.js, Docker, dev)1 version - Latest release: 25 days ago - 1 maintainer
@arraypress/api-tokens 1.0.0
Prefixed API token generation, SHA-256 hashing, and scope validation. Zero dependencies, Web Cryp...1 version - Latest release: 25 days ago - 1 maintainer
@arraypress/sitemap 1.0.0
XML sitemap generation. Simple, fast, zero dependencies.1 version - Latest release: 25 days ago - 1 maintainer
@arraypress/audit-log 1.0.0
Generic audit trail logging. Log actions, query by actor/resource, retention cleanup. Storage-agn...1 version - Latest release: 25 days ago - 1 maintainer
@arraypress/rate-limit 1.0.0
Window-based rate limiting with atomic increment and probabilistic cleanup. Storage-agnostic.1 version - Latest release: 25 days ago - 1 maintainer
@arraypress/storage-s3 1.0.0
S3-compatible storage adapter for @arraypress/storage (AWS S3, R2 via S3 API, MinIO, DigitalOcean...1 version - Latest release: 25 days ago - 1 maintainer
@arraypress/storage 1.0.0
Storage interface + types + helpers for portable file storage across R2, S3, and local filesystem1 version - Latest release: 25 days ago - 1 maintainer
@arraypress/waveform-bar 1.2.1
Persistent bottom audio player bar for WaveformPlayer - queue management, page persistence, and s...4 versions - Latest release: about 1 month ago - 450 downloads last month - 0 stars on GitHub - 1 maintainer
@arraypress/stripe-currencies 2.1.0
Stripe currency formatting, conversion, and validation. All 136 currencies.2 versions - Latest release: about 1 month ago - 183 downloads last month - 0 stars on GitHub - 1 maintainer
@arraypress/email-validator 1.0.0
Practical email validation with provider detection. WordPress-inspired validation logic.1 version - Latest release: about 1 month ago - 52 downloads last month - 0 stars on GitHub - 1 maintainer
@arraypress/date-utils 1.0.2
Date utilities for dashboards — range presets, period formatting, and display formatting.3 versions - Latest release: about 1 month ago - 288 downloads last month - 0 stars on GitHub - 1 maintainer
@arraypress/multipart-upload 1.1.0
Chunked multipart upload routes for Hono + R2/S3. Server routes + client uploader + React hook.3 versions - Latest release: 30 days ago - 282 downloads last month - 0 stars on GitHub - 1 maintainer
@arraypress/waveform-gen 1.3.0
Generate waveform peak data from audio files. CLI and library for pre-computing waveform data for...4 versions - Latest release: about 1 month ago - 433 downloads last month - 1 maintainer
@arraypress/media-url 1.0.1
Build media URLs with optional Cloudflare Image Resizing transforms.2 versions - Latest release: about 1 month ago - 0 stars on GitHub - 1 maintainer
@arraypress/webhook-dispatcher 1.0.1
Dispatch webhook events with HMAC-SHA256 signing. Zero dependencies, Web Crypto API.1 version - Latest release: about 1 month ago - 0 stars on GitHub - 1 maintainer
@arraypress/safe-filename 1.0.1
Sanitize filenames for safe storage and Content-Disposition headers.2 versions - Latest release: 29 days ago - 0 stars on GitHub - 1 maintainer
@arraypress/file-metadata 1.0.0
Extract EXIF/IPTC metadata from images and ID3 tags from audio. Zero dependencies.1 version - Latest release: 29 days ago - 0 stars on GitHub - 1 maintainer
@arraypress/gravatar 1.0.0
Gravatar avatar URLs and profile API. SHA-256 hashing via Web Crypto API.1 version - Latest release: about 1 month ago - 1 maintainer
@arraypress/mime-types 1.0.0
Classify and label MIME types. Detect images, audio, video, documents, and archives.1 version - Latest release: about 1 month ago - 1 maintainer
@arraypress/slug 1.0.0
URL slug generation with transliteration, collision handling, and flexible options.1 version - Latest release: about 1 month ago - 1 maintainer
@arraypress/page-templates 1.0.0
Server-rendered HTML page templates and components for transactional pages — order success, downl...1 version - Latest release: about 1 month ago - 1 maintainer
@arraypress/pagination 1.0.0
Pagination math and SQL helpers — calculate offsets, page counts, and build paginated responses.1 version - Latest release: about 1 month ago - 1 maintainer
@arraypress/email-templates 1.0.0
Modern HTML email templates and components for transactional emails — order receipts, download li...1 version - Latest release: about 1 month ago - 1 maintainer
@arraypress/waveform-tracker 1.0.0
Simple analytics tracking for WaveformPlayer1 version - Latest release: 8 months ago - 14 downloads last month - 0 stars on GitHub - 1 maintainer
@arraypress/generate 1.0.0
Cryptographically secure generation utilities — license keys, short IDs, prefixed keys, codes, an...1 version - Latest release: about 1 month ago - 1 maintainer
@arraypress/password 1.0.0
Cryptographically secure password generation and strength analysis — configurable charsets, prono...1 version - Latest release: about 1 month ago - 1 maintainer
@arraypress/csv 1.0.0
CSV generation for edge runtimes — string, streaming, and Response helper.1 version - Latest release: about 1 month ago - 1 maintainer
@arraypress/file-size 1.0.0
Format byte counts as human-readable file sizes.1 version - Latest release: about 1 month ago - 1 maintainer
@arraypress/hmac-tokens 1.0.0
Create and verify HMAC-SHA256 signed tokens with expiry. Web Crypto API — works everywhere.1 version - Latest release: about 1 month ago - 1 maintainer
@arraypress/seed 1.0.0
Random data generators for seed scripts — names, emails, dates, IPs, and more.1 version - Latest release: about 1 month ago - 1 maintainer
@arraypress/waveform-player 1.4.0 💰
Lightweight, customizable audio player with waveform visualization17 versions - Latest release: about 1 month ago - 21 thousand downloads last month - 1 stars on GitHub - 1 maintainer