This is a video creation tool that you can generate fake iMessage styled text story videos with text-to-speech, sound effects, and customizable backgrounds. I'm pretty sure you came across those videos on tiktok and youtube shorts where two AI voice actors read out a fake text message conversation. This type of videos are fun and fairly engaging, but to make them either you need to pay for AI tools or edit videos yourself on tools like capcut, which costs money and very time consuming. That's why I created this website, to simply create fake text interface and render it into a video with voiceovers, background videos and sound effects. This tool will be helpful for those who looking for video automation tool for tiktok and youtube shorts. Try now and create your own viral shorts today. NO EDITING REQUIRED, PURE PROGRAMMING MAGIC 🧙
I deployed this python app on Google Cloud Run, which is abit slow but works completely fine. Try it out here and Go Viral today! 🚀
- 💬 Create realistic iMessage conversations - you can send both texts and images
- 🔄 Switch between sender and receiver messages
- ✏️ Edit, delete, or add messages above or below
- 🔊 Add sound effects to messages (Vine boom, notification, rizz, iMessage text sound)
- 🎭 Choose from multiple voice actors using ElevenLabs API
- 🎬 Select from various background video styles
- 👤 Customize profile image and name
- 🌓 Choose from two themes - light and dark
- 📥 Download as MP4 video
- Selenium for scraping the chat interface
- ElevenLabs for realistic tts voice over
- Google Cloud Run for hosting the app
- cloudinary for storing and serving background videos
- Install Python dependencies:
pip install -r requirements.txt- Run the Flask application:
python app.py- Open your browser and navigate to:
http://127.0.0.1:8080
-
Enter your ElevenLabs API key.
-
Customize the chat interface:
- Click profile image to upload a custom photo
- Click the name to edit it
- Select voice actors for sender and receiver
- Choose your preferred background style
-
Create messages:
- Type your message in the input field
- Use the ⇄ button to toggle between sender/receiver
- Use camera icon to upload image
- Press Enter or click Send to add message
-
Edit messages:
- Click any message to:
- Edit text
- Switch sender/receiver
- Add message above/below
- Add sound effects
- Delete message
- Swap images
- Click any message to:
-
Generate Video:
- Click "Generate Video" button
- Wait for processing
- Video will download automatically to your downloads folder