Skip to main content

🧩 Core Framework

codecov version

Digital Alchemy Core is a batteries-included, low-dependency TypeScript framework for building Node.js applications. It provides dependency injection, a structured lifecycle, type-safe configuration, and testing utilities — with no magic, no decorators, and no reflection. Just plain functions.

The framework is runtime-agnostic (Node, Bun, Deno, tsx) and places a strong emphasis on ergonomics: your editor knows exactly what services are available in every function, without any extra tooling.

Interactive example​

The three files below form a complete Digital Alchemy application. Edit them — IntelliSense is live.

Loading...

What's in this section​

Get StartedInstall, first app, next steps
TutorialsStep-by-step learning path
ReferenceComplete API reference
GuidesDeep dives into how things work
AdvancedALS, boot metrics, project tuning