Cogniart
AI content generation app for image creation using multiple AI models.
professional
C
Overview
Cogniart is an AI-powered mobile app that lets users generate images using multiple models (including Nano Banana and DALL-E 3). Built the backend APIs powering model selection, generation requests, in-app purchases, and social authentication — currently app-only, with no admin panel or public website yet.
Tech Stack
Laravel APIsIAPSocial OAuth
Challenges & Solutions
Challenge
Needed to support multiple AI image-generation models through a single unified API layer.
Solution
Designed a Laravel-based API architecture that abstracts model selection, letting the app switch between models like Nano Banana and DALL-E 3 without frontend changes.