Minima.js API
Minima.js API
Packages
| Package | Description |
|---|---|
| @minimajs/auth | Authentication and authorization utilities with session management and guard support |
| @minimajs/aws-s3 | AWS S3 storage driver for @minimajs/disk—use web-native File APIs instead of AWS SDK |
| @minimajs/azure-blob | Azure Blob Storage driver for @minimajs/disk — use web-native File APIs instead of Azure SDK |
| @minimajs/cookie | Type-safe cookie management for Minima.js |
| @minimajs/disk | Web-native File API for any storage provider. Interact with filesystem, S3, Azure Blob, and more using consistent APIs—forget provider-specific SDKs. |
| @minimajs/multipart | Multipart/form-data handling with file upload support, validation, and schema integration |
| @minimajs/openapi | OpenAPI 3.1 specification generator for MinimaJS with Zod schema integration |
| @minimajs/schema | Schema validation powered by Zod for request/response validation with type safety |
| @minimajs/server | High-performance HTTP framework built for node/bun with context-aware request handling and zero boilerplate |