The official website for PluginStream - a free, ad-free music streaming app for Android.
This repository contains the source code for the PluginStream official website. PluginStream is a free, open-source music streaming application for Android that provides an ad-free experience by streaming music directly from YouTube Music.
The website serves as the official landing page for the PluginStream application, providing:
- Feature documentation and app information
- Download links and installation guides
- FAQ and support resources
- Privacy policy and terms of service
Pluginstream.github.io/
├── .github/ # GitHub workflows & CI/CD automation
├── assets/ # Static assets (CSS, JS, images, icons)
├── 404.html # Custom 404 Error page
├── ads.html # Advertisements policy or placement page
├── blog.html # Blog updates & articles
├── contact.html # Contact Us page
├── github.html # GitHub project info / integration page
├── graph.png # Open Graph / preview image
├── how-to-install.html # Installation guide for users
├── index.html # Main landing page (Home)
├── phone.html # Mobile views / application page
├── plugins.html # Plugins showcase page
├── plugins.json # Core data file for available plugins
├── portfolio.html # Project portfolio showcase
├── privacy.html # Privacy Policy page
├── psredirect.html # Deep-link redirection page for PluginStream App (Opens shared movies directly inside the app)
├── README.md # Project documentation
├── robots.txt # SEO Search Engine Crawler directives
├── rss.xml # RSS Feed for updates & blogs
├── sitemap.xml # SEO Sitemap for search indexing
├── support.html # Help & Support / FAQ page
├── sw.js # Service Worker (PWA implementation & website monetization configuration)
├── telegram.html # Telegram channel / community landing page
├── terms.html # Terms of Service page
├── todo.md # Development roadmap and pending tasks
└── tv.html # TV interface / large screen layout page
- A modern web browser
- Local web server (optional, for development)
-
Clone the repository:
git clone https://github.com/am-abdulmueed/pluginstream.github.io.git cd pluginstream.github.io -
Run locally:
Using Python:
python -m http.server 8000
Using Node.js:
npx serve .Using PHP:
php -S localhost:8000
-
Open in browser: Navigate to
http://localhost:8000
| Category | Technology |
|---|---|
| Markup | HTML5 (Semantic markup with accessibility features) |
| Styling | CSS3 (Flexbox, Grid, CSS Variables) |
| Scripting | Vanilla JavaScript (ES6+) |
| Typography | Google Fonts (Inter, Unbounded) |
| SEO | Schema.org structured data |
| Browser | Minimum Version |
|---|---|
| Chrome/Chromium | 80+ |
| Firefox | 75+ |
| Safari | 13+ |
| Edge | 80+ |
| Mobile browsers | Latest versions |
- Use semantic HTML5 elements for structure
- Follow BEM methodology for CSS class naming
- Write clean, commented JavaScript code
- Maintain WCAG 2.1 AA accessibility standards
- Optimize images and assets for web delivery
- Fork the repository
- Create a feature branch:
git checkout -b feature/description - Make your changes and test thoroughly
- Commit with clear messages:
git commit -m 'Add feature description' - Push to your fork:
git push origin feature/description - Open a Pull Request with detailed description
See CONTRIBUTING.md for detailed guidelines.
- Update app name and meta descriptions in
index.html - Replace images in
assets/directory - Modify color scheme in
<style>tag withinindex.htmlCSS variables
- Edit feature descriptions in the Features section
- Update FAQ items in the FAQ section
- Modify contact information and external links
This website is designed with privacy as a core principle:
- No third-party tracking scripts
- No analytics cookies
- No personal data collection
- No external advertising networks
- Fully open source and auditable
This project is licensed under the MIT License.
Copyright (c) 2026 PluginStream
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Telegram: PluginStream Telegram
Built for the PluginStream community
