Krypton Forge Labs Platform
The studio's underlying platform. Odoo 18 backend, Next.js frontends, anti-corruption layer, DB-per-tenant. Every vertical product runs on this.
Read case study
Infrastructure · 2024
A FastAPI service that ingests product photos, runs AI background removal, and assembles e-commerce-ready collages at scale. Stateless workers behind a queue, packaged in Docker.
Case study
E-commerce catalogues need consistent product imagery at volumes that don't justify per-image manual editing. SaaS providers in this space charge per call and bottleneck on rate limits when a brand wants to onboard a full catalogue in a weekend.
Python + FastAPI for the API surface, with image processing offloaded to worker containers running rembg and Pillow pipelines. Jobs go through a queue with idempotent processing so failed batches can resume without duplicating work. Dockerised so clients can self-host or call the hosted version.
Serving multiple clients. Catalogues of several thousand products process in hours rather than the weeks they used to take by hand.
Related work