Back to browse
Minima.js – a web-standards back end framework with req context via ALS

Minima.js – a web-standards back end framework with req context via ALS

by md-adil·Feb 27, 2026·1 point·0 comments

AI Analysis

●●SolidBig BrainShip It

Web standards-first backend with zero abstractions, but Express/Hono already own this space.

Strengths
  • File-based routing eliminates registration boilerplate—folder structure directly maps to API endpoints.
  • Native Web API throughout (Request/Response/File/Blob) means no Node.js buffer wrappers or proprietary abstractions.
  • Request context via ALS accessible anywhere without prop drilling or middleware chains.
Weaknesses
  • Competes directly with Hono, Express, and Elysia in a saturated Node.js framework space with no clear moat.
  • Ecosystem is early—no major third-party integrations or deployment success stories yet visible.
Target Audience

Full-stack JavaScript developers using Bun or Node.js

Similar To

Hono · Elysia · Express

Post Description

Hi HN — I’m building Minima.js, a backend framework that tries to feel “native” to the platform by leaning into Web standards and keeping request/response handling close to the primitives (e.g., Request/Response style APIs), instead of inventing a big framework-specific universe.

Intro: https://minimajs.com/intro.md

The five core ideas I’m most excited about:

1. Runtime-Native Support - Built from scratch for Bun and Node.js with zero abstractions

2. Web Standard First - Uses native Request, Response, File, Blob, and Uint8Array throughout — no Node.js-specific buffers or proprietary abstractions

3. File-Based Modules - Your folder structure defines your API structure

4. Context Functions - Access request data anywhere without prop drilling

5. Everything is a Plugin - Hooks, middleware, auth—all follow the same pattern

Docs: https://minimajs.com

LLM-friendly docs index: https://minimajs.com/llms.txt

Would love feedback from people who’ve shipped production Node/Fastify/Express apps: does “web-standards + ALS-first context” resonate, and what would you want to see before trying it?

Similar Projects

Developer Tools●●Solid

Production-Ready NestJS Back End (Multi-Tenancy, Event-Driven)

Concrete, hands-on demos — row-level multi-tenancy implemented with Prisma, async jobs via BullMQ/Redis, and tracing through OpenTelemetry/Jaeger — make this a useful reference for people building SaaS backends. It’s not reinventing the stack, but the repo bundles several production patterns and infra pieces together in a way that’s easy to explore; would be stronger with architecture diagrams, runnable quickstart scripts and example data.

Niche GemShip It
PkLavc
104mo ago