<h1>Canva AI + Code: Design Faster With Just Your Phone 🇳🇬</h1>
<p><b>Canva AI + Code</b> = Using Canva's AI tools to design faster, and sometimes adding a bit of code to make it smarter/automated.</p>
<h2>1. What is Canva AI?</h2>
<p>Canva AI is a set of tools inside Canva that do the designing for you. No laptop skills needed.</p>
<ul>
<li><b>Magic Design</b>: Type what you want → Canva makes full designs</li>
<li><b>Magic Write</b>: AI writing for captions, ads, CVs</li>
<li><b>Magic Media</b>: AI image generation</li>
</ul>
<h2>2. Copy-Paste AI Prompts</h2>
<p><b>Magic Design Prompt:</b></p>
<pre style="background:#f4f4f4; padding:10px; border-radius:5px;">
Create a YouTube thumbnail about Bing Copilot.
Green white background, bold text 'FREE AI ON YOUR PHONE',
phone mockup, Nigerian style, high contrast
</pre>
<p><b>Magic Write Prompt:</b></p>
<pre style="background:#f4f4f4; padding:10px; border-radius:5px;">
Write 5 Instagram captions in Nigerian Pidgin to promote my hair business in Enugu. Make them funny
</pre>
<h2>3. Automation Code Example</h2>
<pre style="background:#282c34; color:#61dafb; padding:15px; border-radius:8px;">
# Pseudo code - bulk create flyers
for customer in customer_list:
prompt = f"Create flyer for {customer.name} birthday party"
design = canva.magic_design(prompt)
design.export("PNG")
</pre>
<h2>4. Pro Tips</h2>
<ol>
<li>Be specific: <code>green and white</code></li>
<li>Add "for Nigeria": <code>"Church program flyer in Nigeria, A4 size"</code></li>
<li>Chain it: Magic Write → Magic Design → Magic Animate</li>
</ol>
<p><b>Free vs Pro</b>: Most Magic tools are free with limits. Pro gives unlimited.</p>