Intellect AI
Intellect AI is a full-stack media platform that combines AI image and video tools with storage, sharing, profiles, and collections.
Intellect AI was designed as a broader content studio instead of a single-purpose AI tool. It brings together image creation, restoration, generative fill, avatar generation, image-to-video, subtitling, and upscaling in one place.
Intellect AI was designed as a broader content studio instead of a single-purpose AI tool. It brings together image creation, restoration, generative fill, avatar generation, image-to-video, subtitling, and upscaling in one place.
The system is a full-stack Next.js app with MongoDB for user data, JWT-based auth, Replicate for model runs, and Cloudinary for storage and delivery. On top of that, it adds profiles, follows, sharing, and collections so outputs can be organized and discovered.
How It Was Built
The main technical choices behind the product, from system design to the parts that make it work day to day.
- Combined several media workflows in one app, including image generation, restoration, generative fill, avatar creation, image-to-video, subtitling, and upscaling.
- Connected Replicate model runs with Cloudinary storage and delivery so generated assets can be kept, shared, and revisited.
- Combined several media workflows in one app, including image generation, restoration, generative fill, avatar creation, image-to-video, subtitling, and upscaling.
- Connected Replicate model runs with Cloudinary storage and delivery so generated assets can be kept, shared, and revisited.
- Built the app as a full-stack Next.js product with auth and stored user state so accounts and content history persist across sessions.
- Added profiles, follows, posts, and collections so generated outputs can be organized and discovered.