Craft the Perfect Suno AI Prompt

A production-ready full-stack application designed to help you structure, format, and generate advanced prompts for AI music creation.

Suno Prompt Generator Dashboard UI
🎸

Advanced Tagging

Easily insert structural metatags like [Verse], [Chorus], and [Guitar Solo] directly into your lyrics with a single click. Includes auto-incrementing tags for complex arrangements.

🤘

Deep Metal Subgenres

Specific support for heavy music. Select from Deathcore, Symphonic Metal, Doom Metal and more to automatically lock in the right instrumentation and vocal styles.

Cyberpunk Aesthetic

A sleek, dark-mode, neon-infused user interface built with React that makes prompt engineering feel like hacking the mainframe.

🛠️

Enterprise CI/CD

Includes a comprehensive GitHub Actions orchestrator, Pre-Flight local validation, manual rollbacks, and advanced date-based versioning.

Quick Start with Docker

The fastest way to run the generator locally is using Docker Compose. Make sure Docker is running, then execute:

# Create a basic docker-compose.yml
cat <<EOF > docker-compose.yml
services:
  suno-prompt-gen:
    image: ghcr.io/eidolf/er-suno-promptgenerator:latest
    ports:
      - "13050:13050"
    restart: unless-stopped
EOF

# Start the application
docker compose up -d

Open http://localhost:13050 in your browser to start generating prompts!