CanvaBulkClone
Automation system inspired by bulk content generation workflows, allowing users to generate large numbers of personalized designs/content.
- Year
- 2025
Stack
- Automation
- APIs
- AI
- Web Apps

01
Overview
Take one design template plus a dataset, and produce hundreds of personalised variants without human clicking.
02
Problem
Bulk personalised content is mechanical work that eats entire days.
03
Idea
Treat design generation as a data pipeline: map columns to fields, then batch render.
04
Architecture
A mapping layer feeds a job queue; workers render and export, and every run is logged for partial re-runs.
05
Design
Three screens: template, mapping, run. Progress is visible per item.
06
Development
Idempotent jobs and per-item retries mean a failed batch never restarts from zero.
07
AI / Technical Challenges
Rate limits and long-running batches required backpressure and resumable state.
08
Results
Hours of manual production collapsed into a single run.
09
What I learned
Automation succeeds or fails on failure handling.
10
Next steps
Scheduled runs and AI-written copy variants per segment.