Automate Sleep Meditation Content Creation with ElevenLabs V3 & DeepSeek AI

Go to Workflow
240 views
Built by David Ashby David Ashby
Created on June 07, 2026

Description

Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?

Join the community

Automate the production of ad-friendly meditation content—from trend research to AI voiceover generation.
🌟 Key Features

Style-Specific Content Generation

Input a meditation style (e.g., "calming," "motivational") and generate tailored scripts.

Customize voice profiles using ElevenLabs.

Trend-Based Title Research

Scrape YouTube/Brave Search for popular video titles in your niche.

Remove duplicates, filter explicit content, and aggregate results.

AI-Powered Content Creation

Generate fresh video titles using aggregated trends.

Create 2500-character voiceover scripts with pacing cues (e.g., [sighs], ... pauses).

Structured Output Validation

Auto-fix malformed AI outputs with recursive parsing.

Enforce script constraints (no line breaks/comments).

Audio Production & Storage

Convert scripts to lifelike speech via ElevenLabs.

Auto-save audio to Google Drive with timestamps.

🛠️ Nodes Used

Data Prep: Brave Search → SplitOut → Remove Duplicates → Text Classifier (explicit filter)

AI Models: DeepSeek (title/script generation), Output Parsers (schema validation)

TTS: ElevenLabs (voice synthesis) → Google Drive (storage)

Utilities: Webhook trigger, Code node (input validation), Sticky Notes (instructions)

💡 Use Cases

Create ASMR/sleep meditation content at scale.

Repurpose trending topics into new videos.

Generate voiceovers for faceless YouTube channels.

🔗 Setup Notes

Required APIs:

ElevenLabs (voice synthesis)

Brave Search (video trends)

Google Drive (storage)

Input: Send style (e.g., "sleep meditation") and voice_id to the webhook.

Output: MP3 audio + metadata saved to Google Drive.

📌 Pro Tips

Use output parsers to enforce JSON schemas and avoid malformed AI responses.

Attach royalty-free visuals using the included background video.

Extend with video composition orthumbnail generation workflows.

✅ Ad-Friendly: Filters explicit titles and enforces YouTube-safe content guidelines.

Nodes Used (8)

AI Agent
@n8n/n8n-nodes-langchain.agent
Auto-fixing Output Parser
@n8n/n8n-nodes-langchain.outputParserAutofixing
Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Code
n8n-nodes-base.code
DeepSeek Chat Model
@n8n/n8n-nodes-langchain.lmChatDeepSeek
Google Drive
n8n-nodes-base.googleDrive
Structured Output Parser
@n8n/n8n-nodes-langchain.outputParserStructured
Text Classifier
@n8n/n8n-nodes-langchain.textClassifier