I BUILT my own Content Remixer
What a time it is to be alive. Within minutes I used Replit to build a content remixer and YouTube video transcriber.
I literally don’t know how to write any code.
Check this out
What a time it is to be alive. Within minutes I used Replit to build a content remixer and YouTube video transcriber.
— Kevin Bell 🍩 (@kevinasrx) May 12, 2025
I literally don’t know how to write any code.
Check this out pic.twitter.com/Gv3B8VpDqt
For those wondering the HOW, here’s what I did:
Talked this out with Chat GPT before starting anything
Went back and forth to figure out what I wanted
Asked it to generate a prompt that I could paste into Replit.
Pasted this prompt 👇
Content Remixing Tool
Objective:
Build a simple, fast, and expandable content remixing tool using React. Users will be able to apply a remix style to input content, send it to an AI API endpoint, view the remixed result, and take further actions like tweeting or saving the content.
Features
Input/Output Workflow:
User types or pastes content into an input box.
User clicks a button to apply the desired "remix" formatting.
Content is sent to an AI API (starting with Claude API).
Remixed content is displayed in an output box.
Actions and Expansions:
Support for different remix styles triggered by buttons.
UI styling and polish with TailwindCSS.
Future enhancements:
Upload audio files for transcription.
Click to Tweet or schedule a Tweet from the output.
Save remixed content to a database for future use.
Tech Stack Frontend: React
Styling: TailwindCSS
Deployment: Vercel
AI Integration: Claude API (expand to others later)
Future Challenges Integrate multiple AI APIs for broader remixing options.
Add audio file upload + transcription support.
Enable "Click to Tweet" and Tweet scheduling from the output.
Build a simple database layer to save remixed content.
I build and then I share.
Follow along here 👇