-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
246 lines (228 loc) Β· 11.4 KB
/
Copy pathindex.html
File metadata and controls
246 lines (228 loc) Β· 11.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OneMusic | Free Open Source Music Streaming App by OnePersonAI</title>
<meta name="description" content="OneMusic is a free and open-source music streaming app by OnePersonAI. No ads, no subscriptions, smart autoplay, dark UI, and direct APK download." />
<meta name="keywords" content="OneMusic, OnePersonAI, open source music app, Flutter music app, free music streaming app, Android music player, APK download" />
<meta name="author" content="Akshat Raj" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#ff7a18" />
<link rel="canonical" href="https://onepersonai.in/" />
<meta name="google-site-verification" content="PASTE_GOOGLE_VERIFICATION_CODE_HERE" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://onepersonai.in/" />
<meta property="og:title" content="OneMusic | Free Open Source Music Streaming App" />
<meta property="og:description" content="No ads. No subscriptions. Smart autoplay. Open-source music streaming by OnePersonAI." />
<meta property="og:image" content="https://onepersonai.in/assets/logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://onepersonai.in/" />
<meta name="twitter:title" content="OneMusic | Free Open Source Music Streaming App" />
<meta name="twitter:description" content="Modern open-source music streaming app with smart autoplay and premium dark UI." />
<meta name="twitter:image" content="https://onepersonai.in/assets/logo.png" />
<link rel="icon" type="image/png" href="assets/logo.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header class="header">
<div class="container nav">
<a href="#home" class="brand" aria-label="OneMusic Home">
<span class="brand-mark">◍</span>
<span>OneMusic</span>
</a>
<nav class="nav-links" aria-label="Primary navigation">
<a href="#features">Features</a>
<a href="#screenshots">Screenshots</a>
<a href="#promo">Promo</a>
<a href="#video">Video</a>
<a href="#download">Download</a>
<a href="#contact">Contact</a>
</nav>
<button class="nav-toggle" id="menuBtn" aria-label="Open menu">☰</button>
<a href="#download" class="btn btn-small">Download APK</a>
</div>
<div class="menu-panel" id="menuPanel">
<div class="container menu-links">
<a href="#features">Features</a>
<a href="#screenshots">Screenshots</a>
<a href="#promo">Promo</a>
<a href="#video">Video</a>
<a href="#download">Download</a>
<a href="#contact">Contact</a>
</div>
</div>
</header>
<main>
<section id="home" class="hero">
<div class="container hero-grid">
<div class="hero-content">
<p class="eyebrow">OnePersonAI presents</p>
<h1>OneMusic</h1>
<p class="hero-subtitle">
<span id="typing-text">Free. Open Source. Built for music lovers.</span><span class="cursor">|</span>
</p>
<p class="hero-text">
A premium open-source music streaming app with smart autoplay, clean dark UI, and direct APK download.
</p>
<div class="hero-actions">
<a href="#download" class="btn">Download APK</a>
<a href="https://github.com/AkshatRaj00/OneMusic" target="_blank" rel="noopener noreferrer" class="btn btn-outline">View Source</a>
</div>
<div class="hero-meta">
<span>No Ads</span>
<span>No Login</span>
<span>Open Source</span>
<span>Smart Autoplay</span>
</div>
</div>
<div class="hero-media">
<img src="assets/logo.png" alt="OneMusic logo" class="hero-logo" width="340" height="340" />
<div class="hero-card">
<strong>OneMusic</strong>
<small>First product under OnePersonAI</small>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container two-col">
<div class="about-box">
<h2>About OneMusic</h2>
<p>OneMusic is the first product under OnePersonAI. Designed to give users a fast, modern, and open music experience with a premium look and simple workflow.</p>
<div class="badges">
<span class="badge">Open Source</span>
<span class="badge">Flutter App</span>
<span class="badge">Music Streaming</span>
<span class="badge">Android APK</span>
</div>
</div>
<div class="info-box">
<h2>Why it matters</h2>
<p>No ads, no subscription walls, no account friction. Just open the app and start listening. Built with a clean UI and a strong focus on music lovers.</p>
<div class="download-row">
<a href="#download" class="btn">Get APK</a>
<a href="https://onepersonai.in/" target="_blank" rel="noopener noreferrer" class="btn btn-outline">OnePersonAI</a>
</div>
</div>
</div>
</section>
<section id="features" class="section">
<div class="container">
<h2 class="section-title">Features</h2>
<p class="section-subtitle">Built to feel modern, fast, and effortless from the first tap.</p>
<div class="grid cards">
<article class="card"><h3>Smart Queue</h3><p>Queue adapts to your listening mood and genre to keep the flow natural.</p></article>
<article class="card"><h3>Infinite Autoplay</h3><p>The same vibe keeps playing without stopping the experience.</p></article>
<article class="card"><h3>No Login Required</h3><p>Open the app and start listening instantly without signup.</p></article>
<article class="card"><h3>Dark Premium UI</h3><p>A modern interface crafted for a music-first experience.</p></article>
<article class="card"><h3>Liked Songs</h3><p>Save your favorite tracks for quick access later.</p></article>
<article class="card"><h3>Recently Played</h3><p>Return to your recent listening history in one tap.</p></article>
</div>
</div>
</section>
<section id="screenshots" class="section">
<div class="container">
<h2 class="section-title">Screenshots</h2>
<p class="section-subtitle">A quick look at the product UI.</p>
<div class="grid screenshots">
<div class="shot"><img src="assets/screenshot-1.png" alt="OneMusic screenshot 1" loading="lazy" /></div>
<div class="shot"><img src="assets/screenshot-2.png" alt="OneMusic screenshot 2" loading="lazy" /></div>
<div class="shot"><img src="assets/screenshot-3.png" alt="OneMusic screenshot 3" loading="lazy" /></div>
<div class="shot"><img src="assets/screenshot-4.png" alt="OneMusic screenshot 4" loading="lazy" /></div>
</div>
</div>
</section>
<!--
============================================================
PROMO GALLERY
Photo add karna ho: .promo-photos ke andar yeh copy karo:
<img src="assets/FILENAME.jpg" alt="caption" loading="lazy" class="promo-img" />
Video add karna ho: .promo-videos ke andar yeh copy karo:
<div class="video-box">
<video controls muted playsinline poster="assets/THUMBNAIL.jpg">
<source src="assets/FILENAME.mp4" type="video/mp4" />
</video>
</div>
============================================================
-->
<section id="promo" class="section">
<div class="container">
<h2 class="section-title">Promo Gallery</h2>
<p class="section-subtitle">Latest promotional photos and videos for OneMusic.</p>
<div class="promo-photos">
<img src="assets/promo-photo-1.jpg" alt="OneMusic promo photo 1" loading="lazy" class="promo-img" />
<img src="assets/promo-photo-2.jpg" alt="OneMusic promo photo 2" loading="lazy" class="promo-img" />
<img src="assets/promo-photo-3.jpg" alt="OneMusic promo photo 3" loading="lazy" class="promo-img" />
<!-- ADD MORE PHOTOS HERE -->
</div>
<div class="promo-videos">
<div class="video-box">
<video controls muted playsinline poster="assets/promo-photo-1.jpg">
<source src="assets/promo-video-1.mp4" type="video/mp4" />
</video>
</div>
<!-- ADD MORE VIDEOS HERE -->
</div>
</div>
</section>
<section id="video" class="section">
<div class="container">
<h2 class="section-title">Product Video</h2>
<p class="section-subtitle">A short product walkthrough of OneMusic.</p>
<div class="video-box">
<video controls muted playsinline poster="assets/logo.png">
<source src="assets/promo.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>
</div>
</section>
<section id="download" class="section">
<div class="container">
<div class="info-box center-box">
<h2 class="section-title">Download OneMusic</h2>
<p class="section-subtitle">Get the latest APK or check the GitHub release page.</p>
<div class="download-row center-row">
<a href="assets/OneMusic.apk" class="btn" download>Download APK</a>
<a href="https://github.com/AkshatRaj00/OneMusic/releases/tag/main" target="_blank" rel="noopener noreferrer" class="btn btn-outline">GitHub Release</a>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="info-box center-box">
<h2 class="section-title">Join the Community</h2>
<p class="section-subtitle">Suggest features, report bugs, and connect through Discord.</p>
<div class="download-row center-row">
<a href="https://discord.com/channels/1022587029789343805/1022587030275899394" target="_blank" rel="noopener noreferrer" class="btn">Join Discord</a>
</div>
</div>
</div>
</section>
<section id="contact" class="section">
<div class="container">
<h2 class="section-title">Connect</h2>
<p class="section-subtitle">Find OneMusic and OnePersonAI across the web.</p>
<div class="grid contact-grid">
<a href="https://onepersonai.in/" target="_blank" rel="noopener noreferrer" class="contact-card">OnePersonAI</a>
<a href="https://github.com/AkshatRaj00" target="_blank" rel="noopener noreferrer" class="contact-card">GitHub</a>
<a href="https://www.linkedin.com/in/akshatraj00/" target="_blank" rel="noopener noreferrer" class="contact-card">LinkedIn</a>
<a href="https://x.com/AkshatRaj00_" target="_blank" rel="noopener noreferrer" class="contact-card">X</a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<p>© 2026 OnePersonAI • OneMusic • Open Source • Built with Flutter</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html><!-- Built with passion -->
<!-- Co-authored with love -->