Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 960 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 960 Bytes

sampled-in

Overview

sampled-in is a proof-of-concept web application for tracking and exploring music sampling relationships. It allows users to document and discover how songs sample or are sampled in other tracks.

Note: This project is currently a work in progress and not ready for production use.

Tech Stack

  • Next.js
  • TypeScript
  • Prisma
  • PostgreSQL
  • Shadcn UI
  • Supabase

Features (Planned)

  • Add and edit songs
  • Establish sampling relationships between songs
  • View song details and their sampling connections
  • User authentication

Getting Started

  1. Clone the repository
  2. Install dependencies: pnpm install
  3. Set up your environment variables (see .env.example)
  4. Run the development server: pnpm dev

Contributing

As this is a proof of concept, we're not currently accepting contributions. Feel free to fork the project for your own explorations.

License

MIT