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
Sort:Used by Most Apps
p-map
Map over promises concurrently, with controlled concurrency, backpressure, abort signals, and error aggregation.
go-isatty
Cross-platform Go library that detects whether a file descriptor is connected to a terminal, including Cygwin and MSYS2 ptys on Windows.
@nestjs/config
The official NestJS configuration module for loading, validating, and injecting environment variables.
smol-toml
A small, fast, spec-compliant TOML parser and serializer for JavaScript
grpc-gateway
A protoc plugin that generates a reverse-proxy server, turning RESTful HTTP/JSON requests into gRPC calls from the same service definitions.
lipgloss
Lipgloss brings a CSS-like, declarative styling API to Go terminal apps, covering colors, borders, layout, and compositing for building polished TUIs.
go-cache
A thread-safe, in-memory key-value cache for Go with per-item expiration, atomic counters, and optional disk persistence.
dns
A low-level, spec-complete DNS library for Go covering client, server, DNSSEC, and zone-file parsing.
@nestjs/swagger
The official NestJS module that generates OpenAPI (Swagger) documentation from your controllers and DTOs
moby/moby/api
The independently-versioned Go module of shared request/response types for the Docker Engine API, used by both the daemon and third-party Go clients.
Mongoose
Schema-based MongoDB object modeling for Node.js, with built-in validation, middleware hooks, and typed models.
migrate
Database schema migrations for Go, usable as a CLI tool or an importable library with pluggable source and database drivers.
got
Human-friendly and powerful HTTP request library for Node.js, with retries, streams, pagination, and RFC 7234 caching built in.
Sprig
Over 100 template functions for Go's text/template and html/template, covering strings, lists, dicts, dates, math, crypto, and semver comparisons.
minio-go
The official Go client SDK for MinIO and any Amazon S3 compatible object storage service.
OTPAuth
HOTP and TOTP one-time password library for Node.js, Deno, Bun, and browsers
node-html-parser
A very fast HTML parser that builds a lightweight DOM tree with full CSS3 selector support.
@nestjs/passport
The official NestJS integration module for the Passport authentication middleware
jsoniter
A high-performance, 100% compatible drop-in replacement for Go's encoding/json.
Cacheable
High-performance layer 1 / layer 2 caching engine built on Keyv
sentry-go
The official Go SDK for capturing errors, panics, and performance traces and sending them to Sentry.
@nestjs/jwt
Official NestJS module for signing, verifying, and decoding JWTs
docker/docker
The legacy Go client library for the Docker Engine API, used to build and manage containers, images, and daemons programmatically.
Bubble Tea
A Go framework based on The Elm Architecture for building terminal UIs, from simple prompts to full-window, high-performance TUI applications.