Detect and validate tracking numbers for USPS, UPS, FedEx, and other major couriers.
Design with code, powered by your own component library
A lightweight wrapper that simplifies working with the Amazon Aurora Serverless Data API
Homebridge platform plugin — monitors UPS via NUT (Network UPS Tools) with live voltage, battery, load and runtime dashboard
The 2020 Most Modern Testing Framework For Node.JS With Test Contexts (Reusable BeforeEach / AfterEach Via Separate Files); Masks (Inputs/Outputs In Non-Js Files) And Fork Testing; Interactive Snapshots.
Emulate AWS λ and API Gateway locally when developing your Serverless project
Homebridge plugin for Network UPS Tools
Vector (*.svg) country flag icons in 3x2 aspect ratio.
The RIPE UPS API client
Native Bottom Sheet Implementations for iOS and Android. Toddler approved.
Pi extension. The /btw slash command, for putting a one-off side question to the same primary model without polluting the main conversation.
AMD compatible script for converting LL, UTM, USNG, and MGRS
Stylelint Plugin for Nx
Node-RED node that gets UPS data via NUT (Network UPS Tools)
Eye tracking module for browser and node.js
Regex to guess a shipping carrier.
Adapter to communicate with APC UPS via apcupsd
The Power of UPS on Your Digital Platform. Our APIs power the data connections needed to deliver value to customers through e-commerce platforms, supply chain visibility solutions and direct integrations.
Redux DevTools with hot reloading and time travel
Eye traking module for browser and node.js
Homebridge plugin to connect to an APC Back-UPS HS500 UPS device.
The Cypress plugin for generating HTTP Archive (HAR) files is a tool that allows developers and QA engineers to capture detailed information about network requests made during the execution of Cypress tests.
React hook that persist data in localStorage
Hash map of country ISO-3 codes to regular expression identifiers
Automatically report AI agent health, response times, and model info to your ups.dev status page.
pikuri-vectordb gives a pikuri-core agent a +vectordb_search+ tool over a local document corpus — agentic search, the agent decides when to retrieve. Ships a swappable backend (a pure-Ruby +Backend::InMemory+ for teaching and a thin +Backend::Chroma+ HTTP client for persistence), a chunker, an embedder wrapper over +RubyLLM.embed+, and an optional +Reranker::LlamaServer+ that speaks +/v1/rerank+ against a cross-encoder model. Text extraction goes through +Pikuri::FileType.read_as_text+ in pikuri-core, which handles plain text / Markdown / PDF; HTML extraction is a deferred follow-up. Hosts wire the feature via +c.add_extension Pikuri::VectorDb::Extension.new(...)+ inside the +Agent.new+ block — same opt-in shape as +pikuri-tasks+ / +pikuri-skills+. The bundled +Pikuri::VectorDb::LIBRARIAN+ persona is the privilege-separated sub-agent counterpart for hosts that want recall to flow through a child rather than the parent's context. Three model endpoints in the full setup — chat (via ruby_llm), an embedder (via +RubyLLM.embed+), and an optional reranker (HTTP +/v1/rerank+). A single +llama-server+ in router mode serves all three by default, loading each cached GGUF on demand; see the gem's README for details.