A lightweight API building framework for NodeJS that does not depend on Express or other frameworks. Current version 1.1.12. Key features: automatic route discovery from directory, built-in parameter validation and type coercing, authentication hooks, file upload support, auto-generated API docs. It offers a minimalistic alternative to Express-based frameworks like Restify or Fastify, focusing on simplicity and zero external web dependencies.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Package is CommonJS-only; no ESM exports. Use require.
Destructured require works; ESM import not supported.
Must call on theFramework object, not as standalone function.
Shows how to start the server with auth and create a simple GET route with parameter validation.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.