SMM Turbo: Hybrid AI Instagram Editor via Gemma 4
SMM Turbo is a free, browser-based graphic editor designed for creating Instagram carousels with a hybrid AI co-pilot. It uses a DOM-based architecture with Svelte 5 for speed and integrates local AI and cloud-based LLMs to automate content creation. The tool leverages Gemma 4 31B via Google's Generative Language API to generate marketing-focused carousel structures despite technical timeout challenges.
- ▪SMM Turbo is a free, browser-based editor for Instagram carousels that uses a DOM-based architecture instead of canvas for performance.
- ▪The Hybrid AI Co-Pilot combines in-browser neural networks for tasks like background removal and cloud-based LLMs for content generation.
- ▪Gemma 4 31B was integrated via Google's API to generate full marketing carousels, requiring a custom fetch solution in an Edge Function to bypass 10-second timeout limits.
- ▪The project uses Svelte 5 runes for reactive state management and aims to provide a lightweight, fast alternative to tools like Photoshop and Canva.
- ▪A live demo and open-source code are available at smm.shcho-i-yak.pp.ua and GitHub repository bodikinf/smm-turbo-open.
- ▪The editor focuses on automating the SMM workflow with AI-generated hooks, pain points, solutions, proof, and CTAs in a cohesive structure.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3897149) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Aribu js Posted on May 16 • Originally published at shcho-i-yak.pp.ua SMM Turbo: Hybrid AI Instagram Editor via Gemma 4 #devchallenge #gemmachallenge #gemma Gemma 4 Challenge: Build With Gemma 4 Submission This is a submission for the Gemma 4 Challenge: Build with Gemma 4 What I Built I developed SMM Turbo - a blazing-fast, completely free graphic editor for creating Instagram carousels that works directly in the browser.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).