LyricLab is a collaborative lyric-writing platform built with Ruby on Rails. It helps artists and music lovers create, edit, and share lyrics in an intuitive, distraction-free workspace. Users can draft new songs, revisit past works, and explore creativity through a clean and simple interface.
App home: https://lyric-lab-b7e35a4bb8a8.herokuapp.com/
Install gems
bundle install
Create .env file
touch .env
Inside .env, set these variables. For any APIs, see group Slack channel.
CLOUDINARY_URL=your_own_cloudinary_url_key
rails db:create
rails db:migrate
rails db:seed
rails s
- Rails 7 - Backend / Front-end
- Stimulus JS - Front-end JS
- Heroku - Deployment
- PostgreSQL - Database
- Bootstrap — Styling
- Figma — Prototyping
This app was built during our time at Le Wagon Tokyo Bootcamp. We’d like to thank our instructors, TAs, and peers who encouraged us through every step of the journey.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.





