https://waveformer.replicate.dev
Text to music using MusicGen. Save your generations as audio of waveform video.
This is a Next.js project that uses Replicate’s API.
It also uses:
Install dependencies:
npm installAdd your Replicate API token to .env.local:
REPLICATE_API_TOKEN=<your-token-here>Run the development server:
npm run devOpen http://localhost:3000 with your browser.