The third redesign of Holt Soundboard for web, now with VueJS
Please contribute! PRs welcome!
- Android; it's also open-source
- iOS (coming soon)
There are quite a few Holt Soundboard apps on the Google PlayStore. None of them, however, were good enough for me. For example, none had sounds of Jake Peralta. So I decided to create my own.
October 2018, the Holt Soundboard Version 1 was ready! Here's the post that started it all.
The app was first written in plain HTML/CSS/JS. The code slowly became unusable, to the point that I decided to rewrite the entire app in Angular. Yet again, the code became unusable. So here we have it in VueJS + NuxtJS!
Since then, I've also created a subreddit, r/holt_soundboard. It's small, but it's a community!
- VueJS
- NuxtJS
- NuxtJS PWA module
Please check out the Credits section of the About page.
To contribute a sound, you can either:
- Make a post on r/holt_soundboard,
- Fill up the form on the Suggest page, or
- Directly send me the file through Firefox Send. You can contact me on Reddit.
If you are interested in running Holt Soundboard on your machine, download or fork the repository.
# install dependencies
npm run install
# serve with hot reload at localhost:3000
npm run dev
GNU AGPLv3