Packages
4946 resultsAbly
Real-time messaging infrastructure providing WebSocket, MQTT, and SSE transports with guaranteed message ordering, persistence, and 99.999% uptime SLA.
Chromatic
Provides automated visual regression testing and UI review for Storybook component libraries by capturing pixel-level snapshots, detecting visual diffs, and managing human approval workflows through a SaaS platform.
Cloudflare R2
Provides S3-compatible object storage with zero egress fees, integrating natively with Cloudflare Workers and supporting standard AWS S3 SDKs pointed at a custom endpoint.
DeepEval
LLM evaluation framework with 14+ built-in metrics (hallucination, answer relevancy, bias, toxicity, etc.) that integrates with pytest for CI/CD pipelines and optionally syncs results to the Confident AI cloud dashboard.
Exposed
JetBrains' SQL ORM library for Kotlin — provides two APIs: DSL (type-safe Kotlin SQL DSL) and DAO (ActiveRecord-style entity objects). The DSL API maps Kotlin operations to SQL: SchemaUtils.create(Users), Users.select { Users.name eq "agent" }.firstOrNull(). The DAO API provides Entity classes (similar to Hibernate) with automatic CRUD. Supports PostgreSQL, MySQL, SQLite, Oracle, H2, SQL Server, and MariaDB. Designed for Kotlin-first usage (coroutine support, Kotlin data types). The go-to database library for Ktor backend services.
Honeybadger 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.