Packages

4946 results

Devise

Developer Tools

The most widely-used authentication library for Ruby on Rails. Devise provides a modular authentication solution with 10 configurable modules: database_authenticatable (password hashing), registerable (user signup), recoverable (password reset), rememberable (remember me cookies), trackable (login tracking), validatable (email/password validation), confirmable (email confirmation), lockable, timeoutable, and omniauthable (OAuth via OmniAuth). Generates migrations, routes, views, and controllers.

Free tier ruby rails authentication
63

FiftyOne

AI & Machine Learning

Computer vision dataset management and model evaluation platform — explore, evaluate, and curate CV datasets. FiftyOne features: fo.Dataset for loading images/videos with labels, fo.launch_app() interactive web UI (tags, filtering, similarity search), model evaluation (evaluate_detections, evaluate_classifications), dataset zoo (fo.zoo.load_zoo_dataset), label studio integration, COCO/YOLO/VOC import/export, brain plugins (compute_similarity for duplicate finding, compute_uniqueness, compute_hardness), active learning workflows, find_duplicates(), and dataset slices. Used for pre-training data curation, model failure analysis, and active learning for agent computer vision.

Free tier python fiftyone computer-vision
63

HTTPretty

Developer Tools

HTTP request interceptor library for Python testing. HTTPretty patches Python's socket library to intercept all HTTP connections — it doesn't require changing how HTTP clients are created. Supports all major Python HTTP libraries (requests, httpx, urllib3, boto3, aiohttp) and allows registering fake responses for specific URLs. Used for unit testing code that makes HTTP requests without mocking individual client instances.

Free tier python testing http
63

Home Assistant MCP Server

Agent Skills

MCP server that bridges Home Assistant smart home instances with LLMs, enabling natural language control and monitoring of smart home devices. Supports lights, climate, covers, switches, sensors, media players, fans, locks, vacuums, cameras, add-on management via Supervisor, HACS package management, automation creation/editing, and real-time SSE state updates.

MCP Priority Free tier home-assistant smart-home iot
63

Linear API

Developer Tools

Modern project management API for software teams covering issues, projects, cycles, roadmaps, and team workflows via a rich GraphQL interface.

Free tier project-management graphql issues
63

Medusa

Other

Open-source Node.js headless commerce engine with modular architecture for building custom e-commerce backends with full API control.

Free tier ecommerce headless nodejs
63

MoviePy

Developer Tools

Python video editing library built on FFmpeg. MoviePy provides a Pythonic API for cutting, concatenating, adding effects, compositing video clips, extracting audio, and rendering text/image overlays on video. Used for automated video generation pipelines, thumbnail creation, video summarization tools, and anywhere programmatic video manipulation is needed.

Free tier video editing python
63

NextAuth.js (Auth.js)

Developer Tools

Open-source authentication library for Next.js and other frameworks (SvelteKit, SolidStart, Express). Provides OAuth/OIDC integration with 50+ providers (Google, GitHub, Discord, etc.), magic links, credentials auth, and JWT/database sessions. Auth.js v5 is the framework-agnostic rewrite of NextAuth.js v4 — works in Edge Runtime, server components, and all modern JS frameworks. The most popular Next.js authentication solution.

Free tier auth oauth next-js
63

Nx (Numerical Elixir)

AI & Machine Learning

Numerical computing library for Elixir that provides multi-dimensional tensor operations with NumPy-like APIs. Nx supports multiple backends: EXLA (XLA/GPU accelerated), TorchX (LibTorch), and binary/BinaryBackend (pure Elixir). Core of the Elixir ML ecosystem — Axon (neural networks), Bumblebee (HuggingFace models), and Scholar (classical ML) are all built on Nx. Enables ML inference and data processing in Elixir without leaving the BEAM runtime.

Free tier elixir ml tensor
63

Open Exchange Rates

Finance

Open Exchange Rates provides a JSON REST API delivering real-time and historical currency exchange rates for 200+ currencies, updated hourly, using a USD base on the free tier.

Free tier currency forex exchange-rates
63

Socket.IO

Developer Tools

Real-time, bidirectional, event-based communication library for Node.js and browsers. Socket.IO provides WebSocket connections with automatic fallback to polling, rooms and namespaces for message grouping, reconnection handling, and acknowledgements. The de facto standard for real-time web applications (chat, live updates, collaborative tools, gaming).

Free tier websockets real-time node
63

SpiceDB

Developer Tools

Open-source, Google Zanzibar-inspired fine-grained authorization system. SpiceDB stores permission relationships in a schema and evaluates permission checks by traversing relationship graphs. Implements consistent, scalable permissions checks at the tuple level — enabling permissions like 'user:alice can view document:doc123 because she's in group:engineering which has viewer access to project:backend'. Built by AuthZed.

Free tier authorization permissions zanzibar
63

Spring Integration

Developer Tools

Spring's Enterprise Integration Patterns (EIP) framework — provides message channels, transformers, routers, filters, service activators, and adapters for building integration flows. Spring Integration implements patterns from Gregor Hohpe's 'Enterprise Integration Patterns' book. Core concepts: Message (header + payload), MessageChannel (pipe between components), MessageHandler (process/transform messages), Adapters (inbound/outbound for Kafka, RabbitMQ, AMQP, JMS, FTP/SFTP, HTTP, TCP, JDBC, WebSocket, Redis, AWS S3/SQS, email). Java DSL: IntegrationFlow.from(source).transform().filter().handle(handler).get(). Used for data integration pipelines, event-driven workflows, and system-to-system messaging.

Free tier java kotlin spring
63

Terraform Cloud/Enterprise REST API

Other

The Terraform Cloud and Enterprise REST API lets agents programmatically manage workspaces, trigger and monitor plan/apply runs, read and write state, configure variables, and manage organizations and teams.

Free tier terraform hashicorp iac
63

V7 Labs AI Training Data & Annotation API

Developer Tools

V7 Labs REST API for AI training data annotation and dataset management platform. Enables AI agents to manage dataset creation and image, video, and document annotation workflows, handle annotation job assignment and quality review automation, access model-assisted labeling and auto-annotation result retrieval, retrieve annotation export in COCO, YOLO, Pascal VOC, and custom ML formats, manage annotation team and reviewer assignment workflows, handle consensus and disagreement detection for annotation quality, access Darwin dataset versioning and lineage tracking, retrieve annotation statistics and labeling progress analytics, manage webhook-based annotation completion notifications, and integrate training data with PyTorch, TensorFlow, Hugging Face, and MLOps pipeline platforms.

Free tier v7labs data-labeling annotation
63

Weibo MCP Server

Social Media

MCP server for Weibo — China's dominant microblogging and social media platform. Enables AI agents to read Weibo posts, search content, retrieve user profiles, and monitor trending topics on Weibo — supporting social media monitoring and content analysis workflows for Chinese market teams.

MCP Free tier weibo social-media chinese
63

burp-mcp-agents

Security

Setup guides and helper scripts for connecting Burp Suite's MCP Server plugin to multiple AI backends (Codex CLI, Ollama, Gemini CLI, LM Studio). Provides 8 specialized security analysis prompt templates for passive vulnerability analysis of real captured traffic — not automated scanning.

MCP Priority Free tier burp-suite mcp security-testing
63

gRPC Python

Developer Tools

High-performance RPC framework for Python — generates client/server stubs from Protocol Buffer definitions for typed, efficient inter-service communication. gRPC Python features: grpc.server() and stub classes from protoc-generated code, unary/server-streaming/client-streaming/bidirectional streaming RPCs, grpc.secure_channel() with TLS, metadata for headers, interceptors for middleware, health checking (grpc_health_checking), reflection, grpc.aio for async support, channel credentials and call credentials, deadlines/timeouts, and grpc.StatusCode error codes. Standard choice for agent-to-agent and microservice communication.

Free tier python grpc protobuf
63

timm

AI & Machine Learning

PyTorch Image Models — largest collection of pretrained computer vision models for PyTorch. timm features: 1000+ pretrained models (ViT, EfficientNet, ConvNeXt, Swin Transformer, DeiT, EVA, MetaFormer), timm.create_model() factory with pretrained=True, feature extraction (features_only=True), custom classifier heads, timm.data.create_transform for optimal preprocessing per model, model listings (timm.list_models()), HuggingFace Hub integration (timm.create_model('hf-hub:timm/model')), and benchmark data for model selection. Maintained by Ross Wightman at Hugging Face. Premier library for vision transfer learning in PyTorch.

Free tier python timm pytorch
63

ws (WebSocket)

Developer Tools

Fast, low-level WebSocket server and client library for Node.js implementing the standard WebSocket protocol with ping/pong heartbeat and binary data support.

Free tier javascript typescript websocket
63
7052
Packages Evaluated
25606
Need Evaluation
194
Need Re-evaluation
Community Powered