Product Architecture
The websites provided by SourceFlow consist of two parts: The static internet facing website, and the dynamic admin control panel and API. There are dynamic on-page javascript elements that interact with the API to provide a dynamic experience to users.
The static websites are precompiled and served directly from file storage to the user via a CDN, resulting in unparalleled speed and reliability.
The dynamic content is provided by a pool of containerised Ruby on Rails servers.