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.
- Next.js
- TypeScript
- Prisma
- PostgreSQL
- Shadcn UI
- Supabase
- Add and edit songs
- Establish sampling relationships between songs
- View song details and their sampling connections
- User authentication
- Clone the repository
- Install dependencies:
pnpm install
- Set up your environment variables (see
.env.example
) - Run the development server:
pnpm dev
As this is a proof of concept, we're not currently accepting contributions. Feel free to fork the project for your own explorations.