https://github.com/stratifyjs/core
Architectural Framework for Fastify
https://github.com/stratifyjs/core
architecture fastify nodejs stratify
Last synced: 3 months ago
JSON representation
Architectural Framework for Fastify
- Host: GitHub
- URL: https://github.com/stratifyjs/core
- Owner: stratifyjs
- License: mit
- Created: 2025-10-04T16:11:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-12-14T16:11:18.000Z (3 months ago)
- Last Synced: 2025-12-16T23:58:57.636Z (3 months ago)
- Topics: architecture, fastify, nodejs, stratify
- Language: TypeScript
- Homepage: https://stratifyjs.github.io/
- Size: 247 KB
- Stars: 61
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Stratify
**Stratify** is an architectural framework built on [**Fastify**](https://fastify.dev/) that introduces clear structural boundaries and a robust **Dependency Injection** system.
Applications are defined through **modules, providers, controllers, hooks, installers, and adapters**, while maintaining Fastify’s performance and encapsulation model.
The suffix _-ify_ acknowledges its Fastify heritage, and _strata_ expresses its guiding principle of modular layering and clear separation of concerns.
Stratify remains fully compatible with the Fastify ecosystem.
> Early stage: open to community feedback as the API matures toward stability by late 2025.
Read the documentation here: https://stratifyjs.github.io/