🧩 Core Framework
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.
What's in this section​
| Get Started | Install, first app, next steps |
| Tutorials | Step-by-step learning path |
| Reference | Complete API reference |
| Guides | Deep dives into how things work |
| Advanced | ALS, boot metrics, project tuning |