Skip to main content
V

Victor Manuel Lagunas Franco

3
Workflows

Workflows by Victor Manuel Lagunas Franco

Workflow preview: Create a daily visual journal from Discord chats with GPT-4, DALL-E and Notion
Free advanced

Create a daily visual journal from Discord chats with GPT-4, DALL-E and Notion

I wanted a journal but never had the discipline to write one. Most of my day happens in Discord anyway, so I built this to do it for me. Every night, it reads my Discord channel, asks GPT-4 to write a short reflection, generates an image that captures the vibe of the day, and saves everything to Notion. I wake up with a diary entry I didn't have to write. **How it works** 1. Runs daily at whatever time you set 2. Grabs messages from a Discord channel (last 100) 3. Filters to today's messages only 4. GPT-4 writes a title, summary, mood, and tags 5. DALL-E generates an image based on the day's themes 6. Uploads image to Cloudinary (Notion needs a public URL) 7. Creates a Notion page with everything formatted nicely **Setup** - Discord Bot credentials (read message history permission) - OpenAI API key - Free Cloudinary account for image hosting - Notion integration connected to your database **Notion database properties needed** - Title (title) - Date (date) - Summary (text) - Mood (select): 😊 Great, 😌 Good, 😐 Neutral, 😔 Low, 🔥 Productive - Message Count (number) Takes about 15 minutes to set up. I use Gallery view in Notion with the AI image as cover - looks pretty cool after a few weeks.

V
Victor Manuel Lagunas Franco
Personal Productivity
1 Jan 2026
7
0
Workflow preview: Create Anki language flashcards with GPT-4, DALL-E and ElevenLabs
Free advanced

Create Anki language flashcards with GPT-4, DALL-E and ElevenLabs

Turn any topic into a ready-to-study Anki deck. This workflow generates vocabulary flashcards with AI images and native pronunciation, then sends the .apkg file straight to your inbox. **What it does** 1. You fill out a simple form (topic, languages, difficulty) 2. GPT-4 creates vocabulary with translations, readings, and example sentences 3. DALL-E 3 generates a unique image for each word 4. ElevenLabs adds native pronunciation audio (word + example) 5. Everything gets packaged into a real .apkg file 6. The deck lands in your email, ready to import into Anki 7. A backup copy saves to Google Sheets **Why I built this** I was spending hours making flashcards by hand for language learning. Finding images, recording audio, formatting everything for Anki... it took forever. This workflow does all of that in about 3 minutes. **Setup (~15 min)** 1. Install npm packages: `jszip` and `sql.js` 2. Add OpenAI credentials (for GPT-4 + DALL-E) 3. Add ElevenLabs credentials 4. Connect Gmail and Google Sheets via OAuth 5. Update `OPENAI_API_KEY` in the DALL-E code node 6. Update the Spreadsheet ID in the Sheets node **Features** - 20 languages supported - 7 image styles (minimal icons, kawaii, realistic, watercolor, pixel art...) - 6 difficulty levels (A1 to C2) - Optional reverse cards (target→native AND native→target) - Works on Anki desktop and mobile

V
Victor Manuel Lagunas Franco
Content Creation
29 Dec 2025
17
0
Workflow preview: Generate illustrated stories with GPT-4, DALL-E 3 and Firebase
Free advanced

Generate illustrated stories with GPT-4, DALL-E 3 and Firebase

Generate complete illustrated stories using AI. This workflow creates engaging narratives with custom DALL-E 3 images for each scene and saves everything to Firebase. **How it works** 1. User fills out a form with story topic, language, art style, and number of scenes 2. GPT-4 generates a complete story with scenes, characters, and image prompts 3. DALL-E 3 creates unique illustrations for each scene 4. Images are uploaded to Firebase Storage for permanent hosting 5. Complete story data is saved to Firestore 6. Returns JSON with the full story and image URLs **Set up steps** (10-15 minutes) 1. Add your OpenAI API credentials 2. Add Google Service Account credentials for Firebase 3. Update 3 variables in the Code nodes: `OPENAI_API_KEY`, `FIREBASE_BUCKET`, `FIREBASE_PROJECT_ID` 4. Activate and test with the form **Features** - 12 languages supported - 10 art styles to choose from - 1-12 scenes per story - Automatic image hosting on Firebase - Full story saved to Firestore database

V
Victor Manuel Lagunas Franco
Content Creation
29 Dec 2025
77
0