AI music player for personalized audio experiences
Top 62.0% on sourcepulse
Melodisco is an AI-powered music player designed for creating and discovering AI-generated music. It targets users interested in exploring novel music creation tools and provides a platform for sharing and experiencing AI-synthesized audio.
How It Works
Melodisco leverages a full-stack Next.js architecture, utilizing Tailwind CSS and shadcn/ui for its frontend. Authentication is handled by NextAuth.js, and internationalization is managed by next-intl. For database operations, it relies on node-postgres, with support for various PostgreSQL providers like Vercel Postgres and Supabase. Stripe is integrated for payment processing.
Quick Start & Requirements
sudo docker build -f deploy/Dockerfile -t melodisco:latest .
and sudo docker run -itd -p 127.0.0.1:8023:8080 --restart=always melodisco:latest
pnpm install
), and environment variables configured in .env.local
(including database URL, Stripe keys, Google OAuth credentials, and NextAuth secrets).pnpm dev --port 8023
Highlighted Details
Maintenance & Community
The project is developed by idoubi, a full-stack engineer. Further community or maintenance details are not explicitly provided in the README.
Licensing & Compatibility
The README does not specify a license. Compatibility for commercial use or closed-source linking is not detailed.
Limitations & Caveats
The project is presented as a personal project with a "buy me a coffee" link, suggesting potential limitations in dedicated support or long-term maintenance. The absence of a specified license raises concerns about usage rights and commercial viability.
10 months ago
Inactive