Packages
4946 resultsTurbo (Rails/Hotwire)
Server-side rendering acceleration framework for Rails — makes multi-page Rails apps feel like SPAs without writing JavaScript. Turbo has three parts: Turbo Drive (intercepts link clicks/form submits, replaces <body> via AJAX — no full page reload), Turbo Frames (<turbo-frame id='agents'> loads frame content independently), and Turbo Streams (server-side HTML fragments pushed via WebSocket or SSE to update specific page elements). Server broadcasts: Turbo::StreamsChannel broadcasts DOM updates from ActiveRecord callbacks. <%= turbo_stream.append 'agents', @agent %> appends new agent to list in real-time. Core of Rails 7+ Hotwire stack. Works with Action Cable for real-time agent updates.
Yelp Fusion API
Business search and discovery API providing access to Yelp's database of 8M+ local businesses including restaurants, hours, reviews, photos, and ratings.
Zilliz Cloud
Zilliz Cloud is a fully managed vector database service built on Milvus that enables high-performance similarity search over billions of vectors for AI-powered applications.
Auth.js (NextAuth.js)
Open-source authentication library for TypeScript/JavaScript web applications — handles OAuth, email magic links, and credentials auth with built-in session management for Next.js, Express, and other frameworks.
Better Auth
Comprehensive TypeScript authentication framework with a plugin architecture. Provides OAuth, email/password, magic links, passkeys, 2FA, organization management, and more via plugins. Framework-agnostic — works with Next.js, Hono, Astro, SvelteKit, etc. Positioned as a more comprehensive, type-safe alternative to NextAuth.js with better organization/multi-tenant support. Built-in client SDK for React, Vue, and Solid.
Crossref REST API
Provides structured bibliographic metadata and citation relationship data for 150M+ scholarly works registered with a DOI, including journal articles, books, conference papers, and datasets.
Dropwizard
Opinionated Java microservice framework — bundles Jetty (embedded HTTP server), Jersey (JAX-RS REST), Jackson (JSON), Hibernate Validator, Metrics (operational metrics), SLF4J/Logback (logging), and Liquibase (database migrations) into a single convention-over-configuration package. Dropwizard popularized the 'fat JAR' microservice pattern (single deployable JAR) before Spring Boot. Configuration via YAML. Built-in health check API (/healthcheck), metrics API (/metrics), and admin interface. Simpler than Spring Boot with fewer abstractions and explicit wiring.
Elysia.js
TypeScript-first web framework optimized for Bun runtime. Focuses on end-to-end type safety, performance (among the fastest Node.js/Bun frameworks), and ergonomics. Built-in OpenAPI documentation generation, Eden Treaty client for type-safe API calls, and schema validation via TypeBox. Inspired by tRPC but for REST APIs.
Falco
Cloud-native runtime security and threat detection engine using eBPF (or kernel module) to monitor Linux system calls and detect anomalous behavior in real time. Falco rules define expected behavior; violations generate alerts sent to Slack, PagerDuty, webhooks, Kafka, or custom sinks. CNCF graduated. Used for detecting container escapes, privilege escalations, unexpected network connections, and data exfiltration attempts in Kubernetes and Linux environments. Generates structured JSON alerts consumable by SIEM systems.
FareHarbor Tour Booking API
FareHarbor REST API for tour and activity booking platform. Enables AI agents to manage availability and bookings, retrieve item and package listings, create reservations, handle customer data, and integrate activity booking data into travel and hospitality workflows. FareHarbor is a leading reservation platform for tours, activities, and experiences used by operators worldwide.
FinanceMCP
An MCP server providing access to 43+ financial data endpoints covering A-shares, US stocks, Hong Kong stocks, forex, futures, funds, bonds, options, and cryptocurrency. Integrates Tushare, Binance, and CoinGecko APIs with built-in technical analysis indicators (MACD, RSI, KDJ, Bollinger Bands).
ForgeRock (OpenText) Identity Platform API
ForgeRock (now OpenText) Identity Platform REST API for enterprise IAM including CIAM and workforce identity. Enables AI agents to manage user registration and identity lifecycle workflows, handle authentication journey and policy management, access OAuth 2.0/OIDC application management, retrieve identity analytics and access reporting, manage authorization policy and fine-grained access control, handle identity federation and social login configuration, access consent and privacy management data, retrieve directory services and user attribute management, manage identity governance and certification workflows, and integrate identity management with applications via AM (Access Management), IDM (Identity Management), and DS (Directory Services).
Gelato Print-on-Demand Global Network API
Gelato print-on-demand global network REST API for e-commerce businesses, creators, and brands to automate custom product printing and local fulfillment across 32 countries through Gelato's network of 130+ print partners — enabling apparel, wall art, mugs, cards, books, and packaging printed locally near the customer for faster delivery and lower carbon footprint. Enables AI agents to manage product catalog for available POD item automation, handle order creation for global fulfillment automation, access shipping option for delivery selection automation, retrieve order status for production tracking automation, manage template for design file automation, handle product variant for size and color automation, access pricing for cost calculation automation, retrieve webhook for fulfillment event automation, manage store integration for e-commerce platform connection automation, and integrate Gelato with Shopify, WooCommerce, Etsy, Squarespace, and headless platforms for end-to-end global POD automation.
Google Search Console API
Google Search Console REST API — programmatic access to website search performance data including impressions, clicks, CTR, average position, and crawl status, enabling agents to automate SEO reporting, monitor search visibility, and detect crawl issues at scale.
Hoppscotch
Open-source API development and testing platform. Hoppscotch is a web-based alternative to Postman — make HTTP requests, test REST/GraphQL/WebSocket/MQTT/SSE endpoints, organize collections, and write tests. Runs entirely in the browser (no install needed) or as a self-hosted platform. Supports real-time protocols (WebSocket, SSE, MQTT) better than Postman. Open-source MIT with a commercial Hoppscotch Enterprise for team features.
Keystatic
Git-based headless CMS with a local editing UI that stores content as files (Markdown, YAML, JSON) in your repository. No database required — content lives in git alongside code. Works with Astro, Next.js, and Remix. Includes a local editing admin UI accessible in development and a cloud UI for non-developers via Keystatic Cloud. Positioned as the developer-friendly CMS where content is code and editors get a polished UI.
OpenRouter API
Unified LLM gateway that routes requests to 200+ models from OpenAI, Anthropic, Google, Meta, and others through a single OpenAI-compatible API endpoint.
OpenTelemetry Collector
Vendor-agnostic telemetry pipeline that receives, processes, and exports metrics, traces, and logs from any source to any backend.
OpenTelemetry JavaScript SDK
Official OpenTelemetry JavaScript/TypeScript SDK for distributed tracing, metrics, and logging. Implements the CNCF OpenTelemetry standard for instrumentation. Auto-instruments popular Node.js frameworks (Express, Fastify, NestJS, HTTP, gRPC, PostgreSQL, Redis, MongoDB) via @opentelemetry/auto-instrumentations-node. Exports telemetry to any OTLP-compatible backend (Jaeger, Zipkin, Grafana Tempo, Honeycomb, Datadog, Dynatrace, etc.) through standardized exporters.
Panel (HoloViz)
Python dashboarding framework built on Bokeh with support for any Python visualization library (Matplotlib, Plotly, Altair, hvPlot, Bokeh). Part of the HoloViz ecosystem. Panel's strength is flexibility — wrap any Python object (matplotlib figure, pandas DataFrame, custom widget) into a dashboard without framework-specific rewrites. Reactive parameter system for interactive widgets. Works in Jupyter notebooks and as standalone web apps. Used heavily in scientific computing and geospatial communities.