Product / Content platform
MyPetNet
Content infrastructure for a social platform, with generation, moderation and image preparation running independently from the client.
01Content→02Moderation→03Storage→04Feed
Context
A social feed needs a continuous, safe content lifecycle, while direct AI calls from the app make prompts, limits, moderation and media processing difficult to control.
How it works
Moved content logic into three independent FastAPI services for post generation, AI moderation and image processing. Firestore controls templates and settings, while images are resized and assigned blurhash values before publication.
What it enables
The mobile app receives a controlled pipeline instead of a collection of direct integrations: text, moderation decisions and optimized images pass through predictable stages before reaching the feed.