Packages
4763 resultsHoneybadger API
Honeybadger — developer-friendly error monitoring and uptime monitoring platform with a simple REST API for querying errors, faults, and managing monitors for web applications.
Infisical
Open-source secrets management platform with end-to-end encryption, secret versioning, and multi-cloud sync — self-hostable or cloud-hosted.
Next.js
The most popular React full-stack framework. Server-side rendering, static generation, App Router (React Server Components), API routes, middleware, image optimization, and edge runtime support. Provides the React meta-framework for building production web applications. Deployed on Vercel or self-hosted.
Sendcloud European Shipping Automation API
Sendcloud European shipping automation REST API for e-commerce merchants to compare carrier rates, create shipping labels, print parcel labels, track shipments, and manage returns across 80+ carriers in the Netherlands, Belgium, Germany, France, UK, Italy, Spain, Austria, and other European markets — a Zendesk-backed shipping software platform serving 25,000+ European online retailers. Enables AI agents to manage carrier selection for multi-carrier rate comparison automation, handle parcel creation for shipping label automation, access label printing for fulfillment workflow automation, retrieve tracking data for shipment status automation, manage return portal for reverse logistics automation, handle address validation for delivery accuracy automation, access brand tracking page for customer communication automation, retrieve carrier announcement for service alert automation, manage warehouse integration for pick-pack-ship automation, and integrate Sendcloud with Shopify, WooCommerce, Magento, and ERP systems for end-to-end European e-commerce shipping automation.
Spring Cloud
Suite of tools for building distributed Spring Boot microservice systems. Spring Cloud provides: service discovery (Eureka, Consul, Zookeeper), API gateway (Spring Cloud Gateway replacing Zuul), distributed configuration (Spring Cloud Config), client-side load balancing (Spring Cloud LoadBalancer), declarative HTTP clients (OpenFeign), circuit breakers (Resilience4j via Spring Cloud Circuit Breaker), distributed tracing (Micrometer Tracing + Zipkin/Jaeger), and messaging (Spring Cloud Stream for Kafka/RabbitMQ). The umbrella project that adds cloud-native patterns on top of Spring Boot.
TypeGraphQL
TypeScript-first GraphQL framework using decorators and classes to define GraphQL schemas. Write TypeScript classes with @ObjectType, @Field, @Resolver, @Query, @Mutation decorators — TypeGraphQL generates the GraphQL schema automatically. Eliminates duplication between TypeScript types and GraphQL SDL definitions. Works with Apollo Server, express-graphql, and other GraphQL servers.
AWS SAM (Serverless Application Model)
AWS framework for building serverless applications with simplified CloudFormation syntax, local testing via sam local, and fast Lambda deployments.
CourtListener API
Free REST API providing access to millions of US federal and state court opinions, oral arguments, dockets, judge data, and legal citations maintained by the nonprofit Free Law Project.
Fireworks AI API
Fireworks AI provides high-throughput, low-latency inference for open-source LLMs (Llama 3, Mixtral, Gemma, etc.) via an OpenAI-compatible REST API with support for function calling, JSON mode, and custom model deployment.
Google Cloud Logging API
Google Cloud's fully-managed log ingestion, storage, and querying service for structured and unstructured logs from GCP services, applications, and external sources via a REST/gRPC API.
Guardrails AI
LLM output validation framework that wraps LLM calls with typed validators, reasks on failure, and provides a hub of community-built validators for format, content, and semantic constraints.
Hanami
Modern Ruby web framework built on clean architecture principles — an alternative to Rails for teams that want explicit dependencies, interactors, repositories, and strict separation of concerns. Hanami 2.0 (2022) was a near-complete rewrite: dry-rb ecosystem integration (dry-container, dry-auto_inject), ROM (Ruby Object Mapper) for data persistence instead of ActiveRecord, functional core/imperative shell patterns. No magic, no monkey patching — Hanami apps are plain Ruby objects with explicit wiring. Better testability, smaller memory footprint, faster boot times than Rails.
IQAir Air Quality Data API
IQAir air quality data REST API for health apps, environmental platforms, smart home devices, and enterprise applications to access real-time air quality index (AQI), PM2.5, PM10, ozone, NO2, SO2, CO concentration data for 10,000+ cities globally, including nearest station lookup, historical data, and weather correlation through IQAir's network of 30,000+ sensors and satellite data fusion. Enables AI agents to manage city AQI retrieval for air quality monitoring automation, handle nearest station detection for hyperlocal air quality automation, access pollutant concentration for health advisory automation, retrieve historical AQI data for environmental trend automation, manage country and state listing for regional air quality automation, handle health recommendation for outdoor activity planning automation, access weather correlation for air quality forecasting automation, retrieve sensor data for IoT device integration automation, manage indoor/outdoor comparison for home air quality automation, and integrate IQAir data with health apps, smart devices, and environmental intelligence platforms for end-to-end air quality awareness automation.
Jimeng AI MCP Server
MCP server for Jimeng (即梦) — ByteDance's AI creative content platform offering AI image and video generation. Enables AI agents to generate images, create AI videos, and access ByteDance's creative AI capabilities through the Jimeng API — integrating generative media production into AI workflows.
OpenFeature
CNCF sandbox project providing a vendor-neutral specification and SDKs for feature flag evaluation. OpenFeature defines a standard API for feature flag evaluation that works with any feature flag backend via provider plugins — LaunchDarkly, Unleash, Flagsmith, CloudBees, Flipt, or custom flagd. Write feature flag code once, switch backend providers without code changes.
ParadeDB
Postgres-native search engine built on Elasticsearch's BM25 algorithm, implemented as a PostgreSQL extension. ParadeDB adds full-text search (pg_search extension with BM25 ranking), vector search (pg_vectorize), and hybrid search capabilities directly inside PostgreSQL — eliminating the need for a separate Elasticsearch cluster. Search queries run as standard SQL with PostgreSQL's ACID guarantees, joins, and type system. 'Elasticsearch alternative for PostgreSQL users'.
SEON Fraud Intelligence REST API
SEON fraud intelligence REST API for e-commerce merchants, fintech companies, and online platforms to detect fraudulent users, assess risk signals, and prevent account takeover, payment fraud, and bonus abuse — combining email intelligence, phone intelligence, IP analysis, device fingerprinting, and social media lookup to build a digital footprint risk score for each user — enabling automated fraud prevention, user risk scoring, and suspicious activity detection through SEON's machine learning fraud detection platform. Enables AI agents to manage email intelligence for email domain, breach, and social media profile automation, handle phone intelligence for phone carrier, type, and social presence automation, access IP analysis for IP geolocation, proxy/VPN/Tor detection automation, retrieve device fingerprinting for browser and device identity automation, manage AML screening for basic PEP and sanctions check automation, handle fraud scoring for composite risk score calculation automation, access transaction monitoring for payment fraud signal automation, retrieve case management for fraud investigation and review automation, manage whitelist/blacklist for trusted and blocked entity management automation, and integrate SEON with payment gateways, onboarding flows, and risk platforms for layered fraud prevention automation.
Saleor
GraphQL-first headless e-commerce platform built on Django/Python with a rich webhook system and extensible app framework.
Slint
Declarative GUI toolkit for Rust (and C++/JavaScript) with a proprietary .slint DSL for UI definitions. Targets embedded systems (microcontrollers), desktop applications, and web. Slint's custom DSL enables design-time previewing and separation of UI from logic. Positioned as a modern Qt alternative for Rust. Renders using custom GPU-accelerated renderer (femtovg or skia).
SuperAgent
Lightweight progressive AJAX HTTP library for Node.js and browsers. SuperAgent provides a fluent chainable API for HTTP requests with built-in JSON/form parsing, file upload, query string serialization, response type detection, and retry support. Still widely used for API testing in Mocha/Chai stacks via supertest (HTTP testing against Express apps without a running server).