A multi-AI powered lyric generation platform supporting OpenAI, Anthropic, and OpenRouter models.
- Multi-provider AI support
- Dynamic model discovery
- Secure API key management
- Genre-based lyric templates
- Responsive UI
- Lyric draft library for saving ideas
- Artist persona templates
- Built-in rhyme & cadence analyzer
- Node.js 16+
- NPM or Yarn
-
Clone the repository
-
Install dependencies
npm install
-
Copy
.env.exampleto.env.localand fill in your API keys -
Run development server
npm run dev
The application will be available at
http://localhost:3002.
- Add providers in the UI
- Select models dynamically
- Generate lyrics with custom prompts
- Fork the repository
- Create a feature branch
- Commit your changes
- Push and create a Pull Request
MIT License