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
Kind3
Category1
Sort:Used by Most Apps
Express
The fast, unopinionated, minimalist web framework for Node.js
Uvicorn
A lightning-fast ASGI server for Python, built on uvloop and httptools.
FastAPI
A modern, high-performance Python web framework for building APIs with automatic validation, serialization, and interactive docs.
Hono
A small, ultrafast web framework built on Web Standards that runs identically everywhere.
aiohttp
Asynchronous HTTP client and server framework for Python's asyncio, covering both API calls and building web/WebSocket services.
tRPC Server
Build end-to-end typesafe APIs in TypeScript with no schemas, no code generation, and zero runtime bloat.
Gunicorn
A fast, lightweight pre-fork WSGI and ASGI HTTP server for running Python web apps in production on UNIX.
axum
Ergonomic and modular HTTP routing and request-handling framework for Rust, built on Tokio, Hyper, and Tower.
NestJS
A progressive Node.js framework for building efficient, scalable, and maintainable server-side applications in TypeScript.
Fastify
A fast and low-overhead web framework for Node.js, built around schema-based validation and a plugin architecture
Gin
A high-performance HTTP web framework for Go, built on a zero-allocation radix-tree router with an Express.js-style API.
Laravel
The expressive, elegant PHP framework for building modern web applications
Starlette
A lightweight ASGI framework/toolkit for building async web services and apps in Python
Flask
A lightweight WSGI web framework for Python that scales from a single file to complex applications.
vercel_runtime
The official Rust runtime for writing and deploying serverless functions on Vercel.
grpc-gateway
A protoc plugin that generates a reverse-proxy server, turning RESTful HTTP/JSON requests into gRPC calls from the same service definitions.
Django
The high-level Python web framework that turns database models into secure, working web applications in record time.
django-rest-framework
The most widely-used toolkit for building Web APIs on top of Django, with serializers, viewsets, and a built-in browsable API.
@apollo/server
Spec-compliant, production-ready GraphQL server for Node.js
Koa
Koa is an expressive, minimal Node.js web framework built on async functions for cleaner middleware and better error handling.
Echo
A minimalist, high-performance Go web framework with a radix-tree router, built-in middleware chain, and first-class HTTP/2 support.
Actix Web
A powerful, pragmatic, and extremely fast web framework for Rust
@nestjs/serve-static
Official NestJS module for serving static files and single-page apps from an Express or Fastify server
Livewire
Build dynamic, reactive UI components for Laravel without leaving PHP