Overview:
The Suno Music Generator is an unofficial website based on NextJS for suno.ai music generation. Users can input prompts to generate songs in approximately one minute. The project utilizes JavaScript reverse engineering to analyze the suno.ai API for song generation and integrates Lemon Squeezy for payments. Token updates and maintenance functionalities are built into the project.
Features:
- Unofficial Suno Music Generator: Generates songs based on user prompts.
- JavaScript Reverse Engineering: Analyzes suno.ai API for song generation.
- Lemon Squeezy Integration: Handles payments within the project.
- Token Management: Includes token updates and maintenance features to prevent expiration.
Installation:
- Clone the project and install dependencies.
- Initialize the database using local PostgreSQL or online Vercel PostgreSQL.
- Copy the SQL commands from data/install.sql to create the necessary tables.
- Set environment variables in a
.env.local
file in the project root:SUNO_COOKIE=your_cookie_value
- For local development, preview the project at http://localhost:3000.
Summary:
The Suno Music Generator is an unofficial website developed using NextJS for music generation based on user prompts. It reverse engineers the suno.ai API using JavaScript and integrates Lemon Squeezy for payments. With built-in token management features, users can generate songs without worrying about token expiration. The project offers easy deployment with Vercel and provides detailed installation instructions for setting up the website.