The team of the Aqueduct project owns the catalog and feed management domain. We enable our customers to do product catalog-based advertisement by providing them with the tools to manage catalogs and their data across multiple social media platforms.
Over the years we’ve added support for more and more platforms, and it’s been getting harder to maintain them all. In the spring of 2023, we were asked to add support for Tiktok, and we decided to start rearchitecting the code base so that adding new platforms and features and maintaining the codebase would be easier in the future. In the new architecture we’ve clearly divided the social media platform specific code from the code that is shared across platforms using Shopify’s packwerk library, and it’s now time to migrate the next platform – Pinterest – on top of this architecture.
Our core technologies are: Ruby on Rails, PostgreSQL, React, and Typescript