A self‑hosted music library and MP3 editor that lets you upload tracks, manage metadata and cover art, and arrange albums with drag‑and‑drop. Built on Next.js, Supabase, and TailwindCSS, it features theme‑aware UI, batch artwork updates, waveform previews, and easy sharing of public profiles.
MetaWave is a revolutionary MP3 editor and music hub designed specifically for independent artists and music collectors. It addresses common frustrations with managing music files, such as disorganized MP3s, outdated cover art, and cumbersome metadata handling. With its sleek and user-friendly interface, MetaWave provides a central location for users to upload their music, manage album artwork, and collaborate with others, making it an essential tool for anyone passionate about music creation and sharing.
This innovative platform allows users to organize their tracks seamlessly and offers features that enhance the user's experience while maintaining performance. By simplifying the tedious aspects of music management, MetaWave empowers creators to focus on what really matters—making and sharing great music.
Intuitive Album Management: Drag-and-drop functionality for organizing tracks into easily manageable albums.
Batch Artwork Updating: Quickly upload and replace cover art for multiple tracks at once, saving time and effort.
Rich Metadata Handling: Manage detailed information about your tracks with canonical metadata fields and controlled editing options.
Public Profiles: Create a visible presence by sharing your music tracks and albums without the hassle of zip attachments.
Dynamic Waveforms: Enjoy visually appealing and theme-aware waveform canvases that adapt to your chosen styles.
Collaborative Features: Work with others seamlessly, allowing for shared editing and curation of music projects.
Fast & Responsive Interface: Built with a modern tech stack that ensures a quick and fluid user experience.
Lightweight Self-Hosted Solution: Keep full control over your music library with MetaWave’s self-managed platform, minimizing reliance on third-party services.
MetaWave brings together the necessary tools for music enthusiasts and creators into one elegant package, tackling the challenges of music management with style and efficiency.
Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Supabase is an open source Firebase alternative. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage.
A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.
A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.
Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.