btahir / next-beats

A modern, open-source lofi experience powered by Next.js
https://nextbeats.vercel.app
MIT License
74 stars 4 forks source link

NextBeats Icon NextBeats

A modern, customizable lofi music player built with Next.js and TypeScript. Perfect for coding, studying, or just chilling. Try it out: demo.

NextBeats Demo

✨ Features

🎵 Customization

Adding Your Own Channels

Make NextBeats truly yours by adding your favorite lofi streams:

  1. Click the '+' button in the channel list
  2. Paste any YouTube lofi stream URL
  3. Add a name, description, and creator
  4. Save and enjoy your custom channel!

All your custom channels are saved locally and persist between sessions.

Mixing Sound Effects

Create the perfect atmosphere by mixing different ambient sounds:

Add your own sound effects:

  1. Click the '+' button in the sound effects panel
  2. Enter a name for your effect
  3. Provide any YouTube URL to add your sound file
  4. Adjust the volume to your liking

Each effect has its own volume control, so you can mix them perfectly with your music. All custom effects are saved locally for your next session!

🚀 Getting Started

Prerequisites

Known Limitations

Installation

  1. Clone the repository:
git clone https://github.com/btahir/next-beats.git
cd next-beats
  1. Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
  1. Open http://localhost:3000 in your browser to start vibing! 🎧

🐳 Using Docker

You can also run NextBeats using Docker:

# Build the Docker image
docker build -t next-beats .

# Run the container
docker run -p 3000:3000 next-beats

Open http://localhost:3000 in your browser to start vibing! 🎧

🎮 Usage

🛠️ Built With

🤝 Contributing

Contributions are what make the open source community amazing! Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgments

⚡ From the Creators of

You-TLDR Banner

Check out You-TLDR - AI-powered YouTube summaries that save you time!