The ultimate Grateful Dead concert streaming app for iOS and Android
TheDeadly brings you thousands of live Grateful Dead concerts from the Internet Archive, delivered through modern, native mobile applications designed specifically for Deadheads.
This monorepo contains the native iOS (Swift) and Android (Kotlin) applications for TheDeadly. The app provides:
- Access to thousands of Grateful Dead live recordings from the Internet Archive
- Advanced search by songs, band members, cities, venues, dates, and tours
- Personal library with favorites, playlists, and listening history
- Curated experience with normalized data and intuitive navigation
- Pristine audio quality streaming
git clone https://github.com/ds17f/TheDeadlySite.git
cd deadly-monorepoThe repository includes comprehensive documentation powered by MkDocs. To view the documentation locally:
cd docs
pip install -r requirements.txt
mkdocs serveThen open your browser to http://127.0.0.1:8000/
The documentation includes:
- Developer guides and setup instructions
- CI/CD pipeline information
- Version management guidelines
- Legal information and privacy policy
For detailed information about:
- Building and running the iOS and Android apps
- Development guidelines and coding standards
- Testing requirements and coverage targets
- Contributing to the project
Please refer to the full documentation or run the docs locally as described above.
See project documentation for licensing information.