Profile

Danish Khan

Full Stack Developer

Aiposters - Image Generation AI
All Projects
AI PlatformIn Progress

Aiposters - Image Generation AI

Brand accurate image generator with social media scheduling

ClientCatapult
Year2025
RoleFull-Stack Developer
DurationOngoing
// Impact

80%

Reduction in design-to-publish time

95%+

Brand consistency score across assets

4

Social platforms integrated

1K+

Image generations per day

Beta

// Overview

Aiposters bridges the gap between AI image generation and brand consistency. Marketing teams can generate on-brand visuals using natural language prompts, then schedule and publish them directly to their social channels — all from one dashboard.

// The Problem

Most AI image generators produce generic outputs that don't match a brand's visual identity. Marketing teams waste hours manually editing AI outputs to match brand guidelines, then switching to separate tools for scheduling.

// The Solution

We fine-tuned image generation models on brand assets (logos, color palettes, typography) so every output is on-brand. A built-in content calendar with social API integrations (Instagram, Twitter, LinkedIn) handles scheduling and publishing.

// How I Built It
01

Research

Studied how brand guidelines are structured — color tokens, typography rules, logo safe zones — and mapped these to generation model conditioning parameters.

02

Model Pipeline

Built a FastAPI backend that pre-processes brand assets into LoRA fine-tune datasets, then orchestrates Stable Diffusion inference with style conditioning.

03

Dashboard

Next.js frontend with a prompt editor, brand kit manager, and content calendar. Image generation results stream in via SSE for a real-time feel.

04

Integrations

Wired up OAuth flows for Instagram, Twitter, LinkedIn, and Facebook. Scheduling queue runs on Redis with a worker that handles retry logic and rate limits.

// Key Results
80% reduction in design-to-publish time
Brand consistency score of 95%+ across generated assets
Integrated with 4 major social media platforms
Processing 1,000+ image generations daily in beta
// Tech Stack
Next.jsPythonFastAPIStable DiffusionRedisAWS S3Social Media APIs
// Learnings & Reflection

Fine-tuning on brand assets is highly sensitive to dataset quality. A small, clean dataset of 30 high-quality brand images consistently outperformed a noisy 200-image dump. Quality over quantity is real — especially for generation models.

THANK YOU

" First solve the problem.
Then write the code."

~ John Johnson