Packages
4763 resultsElysia
TypeScript-first web framework built exclusively for Bun. Elysia leverages Bun's native HTTP APIs for performance exceeding Express by 20-30x. Key feature is end-to-end type safety via Eden Treaty — the client SDK is generated from the server's type definitions, providing RPC-like TypeScript safety across network calls without code generation. Built-in OpenAPI/Swagger documentation generation from TypeScript types.
Express.js
Minimal, unopinionated Node.js web framework that is the de facto standard for building HTTP APIs and servers in JavaScript, using a composable middleware pipeline.
FFmpeg
Wraps the FFmpeg command-line tool to enable programmatic video/audio transcoding, conversion, filtering, and streaming from Python or Node.js.
Konva
2D canvas library for HTML5 with an object-oriented scene graph API. Konva manages canvas elements as stage/layer/shape tree — enabling hit detection, drag-and-drop, animation, and event handling on canvas without manual coordinate math. React Konva provides React bindings for declarative canvas rendering. Used for diagram editors, image editors, games, and interactive visualizations.
Laravel Livewire
Full-stack component framework for Laravel — enables reactive, dynamic UIs without writing JavaScript by rendering PHP/Blade components that automatically sync with server state. Livewire components: PHP class extends Component (public string $search = ''; public function updatedSearch() { ... }), Blade view renders component, wire:model binds input to property, wire:click calls PHP method. Livewire intercepts browser events, sends AJAX request to re-render component, swaps DOM using Morphdom. Wire:loading shows loading states. Wire:poll for auto-refresh. Alpine.js for additional client-side behavior. Alternative to SPA frameworks (React/Vue) for Laravel teams who prefer PHP-centric development.
Linux DO MCP
MCP server for Linux.do — the popular Chinese tech community forum (Discourse-based). Enables AI agents to read posts, search discussions, access technical Q&A content, and interact with the Linux.do community platform. Useful for agents that need to access technical discussions, solutions, and community knowledge from the Chinese tech developer community.
MCP Unity
MCP server bridging Unity Editor to AI assistants, providing 30+ tools for GameObject manipulation, scene management, component editing, material handling, test running, and asset management via WebSocket.
Minikube
Local Kubernetes cluster for development — runs a single-node Kubernetes cluster on your local machine. Minikube features: minikube start (creates cluster), minikube stop/delete, multiple driver options (Docker, VirtualBox, HyperKit, Lima), minikube addons (ingress, metrics-server, dashboard), minikube tunnel for LoadBalancer service access, minikube image load for pushing local images, minikube service for accessing NodePort services, kubectl integration, multi-node cluster support, and configurable Kubernetes version. Used by agent developers testing Kubernetes deployments locally before pushing to staging.
Mockoon
API mocking tool with a desktop app and CLI for creating mock REST API servers. Mockoon lets you define mock endpoints with rules, response templates (Faker.js), and dynamic behaviors — no code required. Use it to mock external APIs during development and testing, enabling agent development and testing without hitting real paid/rate-limited APIs. Mockoon Cloud adds team collaboration and remote mocking.
SecurityScorecard Platform API
SecurityScorecard Platform REST API for continuous security ratings, attack surface management, and third-party risk. Enables AI agents to retrieve company security scorecards and grade history for portfolio monitoring, handle continuous third-party vendor risk assessment automation, access attack surface intelligence for exposed asset discovery, retrieve 10+ risk factor data including DNS health, patching cadence, network security, application security, and hacker chatter, manage vendor portfolio scorecards and peer benchmarking data, handle supply chain risk discovery and nth-party risk mapping, access MAX (Material Attack Surface eXposure) score for quantified cyber risk, retrieve actionable findings and remediation guidance data, manage alert configuration for grade change notifications, and integrate scorecard data with GRC, procurement, and cyber insurance platforms.
Stormglass Marine and Global Weather API
Stormglass marine and global weather REST API for maritime apps, fishing platforms, sailing tools, and outdoor recreation services to access point-based weather forecasts combining data from multiple meteorological sources (NOAA, ECMWF, Norwegian Meteorological Institute) with specialized marine parameters including wave height, wave direction, wave period, swell, wind speed, current, sea temperature, ice coverage, and tidal data. Enables AI agents to manage marine weather retrieval for boat and sailing route automation, handle wave forecast data for surf and water sports automation, access wind forecast for kite and sailing session planning automation, retrieve sea temperature for aquaculture and diving automation, manage tidal data for coastal navigation automation, handle astronomical data (sunrise, sunset, moon phase) for outdoor timing automation, access weather point forecast for fishing and outdoor recreation automation, retrieve historical marine data for backtesting and analysis automation, manage bio data (fish activity, solunar) for fishing optimization automation, and integrate Stormglass with maritime apps, fishing guides, and outdoor recreation platforms for end-to-end marine weather automation.
Swift OpenAPI Generator
Apple's official OpenAPI code generator for Swift. Given an openapi.yaml specification, generates Swift types for request/response models, and typed client code (or server stubs for Vapor/Hummingbird). Enables compile-time API contract enforcement for iOS and server-side Swift. Part of Apple's Swift open-source ecosystem, designed to work with async/await natively.
Tines Security Automation API
Tines security automation platform REST API for security operations teams, DevSecOps engineers, and enterprise security programs to build and manage no-code security workflows that orchestrate across security tools and automate SOC operations. Enables AI agents to manage story (workflow) creation and configuration for security automation deployment, handle action trigger and event-based workflow execution for SOC alert automation, access API action configuration for multi-tool security orchestration automation, retrieve story execution logs and audit trail for security workflow compliance automation, manage team and credential management for security workflow governance automation, handle webhook inbound event processing for security alert ingestion automation, access AI action integration for AI-powered security decision automation within Tines workflows, retrieve story performance analytics for security automation ROI reporting automation, manage template and story library for security automation standardization, and integrate Tines with SIEM, EDR, ticketing, and communication tools for end-to-end security operations automation.
Trello API
Trello's REST API for managing boards, lists, cards, members, and attachments in Trello's visual kanban-style project management platform.
Voucherify Promotions and Loyalty API
Voucherify promotions and loyalty REST API for product and marketing teams to build and manage coupons, promo codes, loyalty programs, referrals, gift cards, and cart-level promotions programmatically with real-time validation and redemption for e-commerce and SaaS automation. Enables AI agents to manage coupon and promo code creation for marketing promotion automation, handle loyalty program setup and points management for retention automation, access referral program tracking for viral growth automation, retrieve gift card issuance and redemption for gift commerce automation, manage cart-level promotion rules for checkout discount automation, handle promotion validation and redemption for real-time discount automation, access campaign analytics for promotion performance automation, retrieve A/B testing for promotion optimization automation, manage customer segment targeting for personalized promotion automation, and integrate Voucherify with e-commerce, CRM, and marketing platforms for end-to-end promotions automation.
YouTube Data API v3
Google's official REST API for reading and managing YouTube data including video search, channel and playlist metadata, video details, captions, comments, and content uploads.
Zuplo API Gateway
Provides a fully managed, OpenAPI-native API gateway with programmable request/response handlers, rate limiting, API key management, and an auto-generated developer portal deployed at the edge.
faster-whisper
Fast local speech recognition — CTranslate2-optimized implementation of OpenAI Whisper. faster-whisper features: WhisperModel class (model_size_or_path, device, compute_type), model.transcribe() returning (segments, info), word-level timestamps, language detection, beam_size parameter, VAD filter (voice activity detection) to skip silence, int8/float16/float32 quantization, CPU and GPU inference, batch transcription, and compatible models from HuggingFace Hub (ctranslate2-based). 4x faster than openai-whisper with 2x less memory. Primary library for high-throughput local speech transcription in agent pipelines.
Apache DataFusion
Fast, embeddable SQL query engine and DataFrame library written in Rust, built on Apache Arrow. DataFusion provides a high-performance query engine that can be embedded in Rust, Python, or other language applications to query local files (Parquet, CSV, JSON, Avro), in-memory data, or remote object stores without a separate server process. Powers tools like InfluxDB IOx, Comet (Spark accelerator), and Ballista (distributed query). The query engine DuckDB competitors claim to beat.
Ariadne
Python GraphQL library using SDL-first (Schema Definition Language) approach. Write your schema in .graphql files, then bind Python resolvers to it. Unlike Strawberry (code-first), Ariadne starts with the GraphQL SDL as source of truth. Supports Django, ASGI (Starlette/FastAPI), WSGI, and async resolvers. Developed by Mirumee Studio with a focus on SDL-first schema design principles.