Introduction
Tymber is a batteries-included framework for building TypeScript applications.
Features
Dependency injection
Build modular apps with a lightweight but powerful DI system. Declare dependencies with the INJECT symbol and let Tymber construct a type-safe, ordered graph of components.
Database migrations
Keep your schema in sync with deterministic, ordered SQL migrations applied on startup.
Internationalization
Ship multilingual experiences by externalizing strings and formatting content per locale with a simple, file-first workflow.
Security
Secure your application with built-in authentication, role-based access control, input validation, and CSRF protection.
Admin interface
Jump-start back-office needs with a configurable admin interface.