Software as Craft: a First Look at Syntropy
Summary
The article offers an overview of Syntropy, a Ruby-based web framework that emphasizes file-based routing, modular code loading (import/export), and middleware. It contrasts Syntropy’s approach with Rails, discusses how routing trees can be generated from the directory structure, and outlines typical controller patterns and error handling. It's a useful read for developers exploring lightweight, modular frameworks and SMB-friendly web app design.