Gig
$1 per ad Opt A, Opt B $2 per ad
TBD
Aug 13, 2026
Please include your preferred option in your application message.
Looking for someone to make static ads for Meta from reference or brief.
We will give you briefs with a reference ad image and you need to clone it and customize to our colors, copy, product images. We normally do 60-100 different ads per week, so if you're able to handle all of it we will assign them to you.
Payment is done every 2 weeks, calculated by approved briefs.
There are two ways of engagement
Opt A ( Canva or AI Gen, suitable for designers / prompters ):
We give you reference ad / brief, you give me copy to approve, you make it with Canva or AI gen (Nano banana, GPT2 etc)
Opt B ( HTML, suitable for developers, or vibecoders ):
We give you reference ad / brief, you use our system, you will need to use gemini or claude to translate from static image to blade (Php laravel html style) in this prompt and paste it back into our system
{
"name": "Product hero with rating",
"category": "review",
"description": "One sentence on when to use it",
"width": 1080,
"height": 1350,
"schema": [
{"key":"headline","label":"Headline","type":"text","default":"Real copy from the ad","max":60},
{"key":"features","label":"Features","type":"list","default":["First","Second"]},
{"key":"productImage","label":"Product","type":"image","default":""},
{"key":"barColor","label":"Bar colour","type":"color","default":"#000000"}
],
"html": "{{ $headline }}",
"css": ".wrap{padding:60px}"
}