Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category
Tags2
Sort:Used by Most Apps
React CodeMirror
A fully-typed React component and hook for embedding the CodeMirror 6 code editor with themes and language extensions.
Octokit REST
The official GitHub REST API client for JavaScript and TypeScript, with a typed method for every endpoint.
express-rate-limit
Basic IP rate-limiting middleware for Express to throttle repeated requests and protect public APIs and sensitive endpoints.
openapi-types
Type-safe TypeScript definitions for OpenAPI 2.0, 3.0, and 3.1 specification documents, covering paths, schemas, and components.
chi
A lightweight, idiomatic Go HTTP router built entirely on net/http, for composing middleware and mounting REST APIs without a framework.
Scalar API Reference
Interactive, embeddable API reference documentation generated from your OpenAPI or Swagger specs.
grpc-gateway
A protoc plugin that generates a reverse-proxy server, turning RESTful HTTP/JSON requests into gRPC calls from the same service definitions.
drf-spectacular
Sane, flexible OpenAPI 3.0/3.1/3.2 schema generation for Django REST Framework
swagger-ui-react
A React component that turns OpenAPI/Swagger specs into interactive, browsable API documentation.
utoipa
Compile-time generated OpenAPI documentation for Rust APIs
Fiber
An Express-inspired Go web framework built on Fasthttp for zero-allocation, extreme-performance HTTP servers.
hono-rate-limiter
Rate limiting middleware for Hono with pluggable memory, Redis, Cloudflare, and Unstorage backends, plus WebSocket support.
FOSRestBundle
Symfony bundle that turns controllers into format-agnostic REST endpoints with content negotiation and view layer
github3.py
A comprehensive, actively developed Python wrapper around GitHub's REST API v3.
Django Ninja
Fast, async-ready, OpenAPI-first REST framework built on Django and Python type hints