WIP: AI Podcast Maker and YouTube Creator Studio integration

This commit is contained in:
ajaysi
2025-12-10 09:37:55 +05:30
parent 31f078c763
commit 81590cf4db
75 changed files with 11879 additions and 1380 deletions

View File

@@ -49,11 +49,11 @@ export const toolCategories: ToolCategories = {
},
{
name: 'Podcast Maker',
description: 'Generate research-grounded podcast scripts and audio',
description: 'Create professional podcast episodes with AI-powered research, scriptwriting, and voice narration',
icon: React.createElement(AudioIcon),
status: 'beta',
path: '/podcast-maker',
features: ['Research Workflow', 'Editable Script', 'Scene Approvals', 'WaveSpeed Audio'],
features: ['AI Research', 'Smart Scripting', 'Voice Narration', 'Export & Share', 'Episode Library'],
isHighlighted: true
},
{
@@ -305,12 +305,12 @@ export const toolCategories: ToolCategories = {
features: ['Visual Descriptions', 'Hashtag Strategy', 'Story Content']
},
{
name: 'YouTube Content Writer',
description: 'Video scripts and descriptions',
name: 'YouTube Creator Studio',
description: 'AI-powered YouTube video creation with scenes and rendering',
icon: React.createElement(SocialIcon),
status: 'premium',
path: '/youtube-writer',
features: ['Video Scripts', 'SEO Descriptions', 'Engagement Hooks']
status: 'active',
path: '/youtube-creator',
features: ['Video Planning', 'Scene Generation', 'AI Video Rendering', 'Cost Estimation']
}
]
},