← All projects

Intellect AI

Intellect AI is a full-stack media platform that combines AI image and video tools with storage, sharing, profiles, and collections.

Overview

Intellect AI consolidates image and video tools: generation, restoration, generative fill, avatar creation, image-to-video, auto-subtitling, and upscaling in a single platform.

How It Was Built

The main technical choices behind the product, from system design to the parts that make it work day to day.

  • Integrated 7 Replicate models (Stable Diffusion, GFPGAN, CodeFormer, etc.) with unified input/output interfaces and error handling.
  • Implemented async job processing: requests queue in MongoDB, workers poll Replicate for completion, results stored in Cloudinary with CDN caching.

Impact

  • Consolidated image and video tools into one platform, reducing context switching from multiple SaaS subscriptions.
  • Cloudinary CDN with 30-day cache reduced latency by 60% for repeated asset access.

Tech Stack

Next.jsReplicateTypeScriptCloudinary