kit is a web framework designed for growth 🚀
"Spend your time on building what your users need, not wondering how to do it."
kit provides comprehensive answers on how to write & organize your code at every level
You'll find an overview of what's provided in the framework below.
How to write codeLink to this section
The primitives you'll use to write & chain methods, describe higher lever operations (including happy & error paths) and document your code!
How to organize business logicLink to this section
What you need to create Bounded Contexts where most of you code will live. With Kit, bounded contexts include all your domain logic + a web UI + an API + an Admin UI
How to structure & deploy in productionLink to this section
No more monolith VS micro-services: deploy as 1 or N services without chaning a line of code in your bounded contexts!
Included bounded contextsLink to this section
Complete bounded contexts that can be added to your app or deployed as micro-services.