Skip to content

Minima.js API


Minima.js API

Packages

PackageDescription
@minimajs/authAuthentication and authorization utilities with session management and guard support
@minimajs/aws-s3AWS S3 storage driver for @minimajs/disk—use web-native File APIs instead of AWS SDK
@minimajs/azure-blobAzure Blob Storage driver for @minimajs/disk — use web-native File APIs instead of Azure SDK
@minimajs/cookieType-safe cookie management for Minima.js
@minimajs/diskWeb-native File API for any storage provider. Interact with filesystem, S3, Azure Blob, and more using consistent APIs—forget provider-specific SDKs.
@minimajs/multipartMultipart/form-data handling with file upload support, validation, and schema integration
@minimajs/openapiOpenAPI 3.1 specification generator for MinimaJS with Zod schema integration
@minimajs/schemaSchema validation powered by Zod for request/response validation with type safety
@minimajs/serverHigh-performance HTTP framework built for node/bun with context-aware request handling and zero boilerplate