Skip to content

๐ŸŒ‰๐ŸŽต Soothing Lofi for the ADHD mind ๐ŸŽต๐ŸŒ‰

License

Notifications You must be signed in to change notification settings

GDG-DD/Loficity-Basic-iOS

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

48 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

  • ๐ŸŽจ Beautiful retro TV-style interface
  • ๐ŸŽฌ YouTube integration for endless lofi streams
  • ๐ŸŽ›๏ธ Multiple sound effects to enhance your experience
  • ๐ŸŒˆ Theme customization
  • ๐Ÿ“ป Channel management (add, edit, delete custom channels)
  • ๐ŸŽš๏ธ Independent volume controls for music and effects
  • ๐Ÿ’พ Persistent settings with localStorage
  • ๐Ÿ“ฑ Responsive design for all devices

๐ŸŽต 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:

  • โ˜• Cafe ambience
  • โŒจ๏ธ Keyboard typing
  • ๐Ÿ”ฅ Fireplace crackling
  • ๐ŸŒง๏ธ Rain sounds
  • ๐ŸŒซ๏ธ White noise
  • ๐ŸŒช๏ธ Wind ambience

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

  • Node.js (v16 or higher)
  • npm or yarn

Known Limitations

  • Mobile Volume Control: Due to security restrictions in mobile browsers (Safari, Chrome on iOS, etc.), programmatic volume control may not work. Users will need to use their device's physical volume buttons to adjust the audio level. This is a limitation imposed by mobile browsers to prevent unwanted audio experiences and cannot be circumvented via JavaScript.

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

  • Channel Navigation: Use the channel buttons to switch between different lofi streams
  • Sound Effects: Toggle various ambient sounds (rain, cafe, birds, etc.) to create your perfect atmosphere
  • Volume Control: Adjust both music and effects volume independently
  • Custom Channels: Add your own favorite lofi YouTube streams
  • Theme Customization: Switch between different visual themes

๐Ÿ› ๏ธ 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

  • All the amazing lofi music creators
  • The open source community
  • Coffee โ˜•

โšก From the Creators of

You-TLDR Banner

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

About

๐ŸŒ‰๐ŸŽต Soothing Lofi for the ADHD mind ๐ŸŽต๐ŸŒ‰

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.9%
  • CSS 14.3%
  • Other 0.8%