-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
326 lines (314 loc) · 15.2 KB
/
Copy pathindex.html
File metadata and controls
326 lines (314 loc) · 15.2 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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<script>
// Trusted Types default passthrough policy — MUST be the first script
// in <head> so Cloudflare's bot-management challenge inject (which
// assigns script.innerHTML / script.src before any module loads) flows
// through this default policy instead of logging TT violations. Every
// HTML/script source in this app is built from internal data, never
// from user input, so passthrough is correct. See src/trusted-types.ts.
try {
window.trustedTypes &&
window.trustedTypes.createPolicy('default', {
createHTML: function (s) {
return s;
},
createScript: function (s) {
return s;
},
createScriptURL: function (s) {
return s;
}
});
} catch (e) {}
// Pre-paint topbar mode: if the URL is a content-page slug, flip
// <html> into story mode BEFORE the bundle paints so the topbar
// boots in chip-rail layout instead of flickering from main-nav
// → chip-rail mid-render.
try {
if (
/^\/(?:about|process|theology|credits|press|contact|support|merch)\/?$/.test(
location.pathname
)
) {
document.documentElement.classList.add('is-story-mode');
}
} catch (e) {}
</script>
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover" />
<meta name="color-scheme" content="dark" />
<title>Panda Desiiignare — bZ presents the cyan flag album</title>
<meta
name="description"
content="Click anywhere. Every region of the screen plays a different bZ track. Web Audio FFT visualizer, Chromecast-ready, hustle-gospel hard but holy."
/>
<link rel="canonical" href="https://music.megabyte.space/" />
<link
rel="alternate"
type="application/rss+xml"
title="bZ — hustle gospel (new drops)"
href="https://music.megabyte.space/feed.xml"
/>
<meta name="robots" content="index,follow,max-image-preview:large" />
<meta name="theme-color" content="#060610" />
<meta name="application-name" content="bzmusic" />
<meta name="apple-mobile-web-app-title" content="bzmusic" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- real-favicongenerator standard link block. v=4 cache-bust forces
every browser + OS to refetch the icons since previous deploys
baked stale bytes into the favicon URL. -->
<link rel="manifest" href="/site.webmanifest?v=4" />
<link rel="icon" href="/favicon.ico?v=4" sizes="any" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=4" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=4" />
<link rel="icon" type="image/png" sizes="48x48" href="/favicon-48x48.png?v=4" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png?v=4" />
<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png?v=4" />
<link rel="icon" type="image/png" sizes="512x512" href="/android-chrome-512x512.png?v=4" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=4" />
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png?v=4" />
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png?v=4" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png?v=4" />
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png?v=4" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png?v=4" />
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png?v=4" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png?v=4" />
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png?v=4" />
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=4" color="#00E5FF" />
<meta name="msapplication-TileColor" content="#060610" />
<meta name="msapplication-TileImage" content="/mstile-150x150.png?v=4" />
<meta name="msapplication-config" content="/browserconfig.xml?v=4" />
<meta property="og:type" content="music.album" />
<meta property="og:title" content="Panda Desiiignare — bZ" />
<meta
property="og:description"
content="bZ + Suno + the Holy Spirit. Click anywhere on the screen — every region plays a different track."
/>
<meta property="og:url" content="https://music.megabyte.space/" />
<meta property="og:site_name" content="Panda Desiiignare" />
<meta property="og:locale" content="en_US" />
<meta property="og:image" content="https://music.megabyte.space/og/album-desiiignare.jpg" />
<meta
property="og:image:secure_url"
content="https://music.megabyte.space/og/album-desiiignare.jpg"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:alt" content="Panda Desiiignare — branded album card by bZ" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Panda Desiiignare — bZ" />
<meta
name="twitter:description"
content="Hustle-gospel music. Click anywhere on the screen — every region plays a different track."
/>
<meta name="twitter:image" content="https://music.megabyte.space/og/album-desiiignare.jpg" />
<meta name="twitter:image:alt" content="Panda Desiiignare — branded album card by bZ" />
<!-- og:audio + twitter:player wired to the flagship single. Discord and
Slack autoplay these on link preview; X plays via the iframe embed
pointing at the standalone /embed/desiiignare/chef-lu-stew widget. -->
<meta property="og:audio" content="https://music.megabyte.space/audio/Chef_Lu_Stew.mp3" />
<meta
property="og:audio:secure_url"
content="https://music.megabyte.space/audio/Chef_Lu_Stew.mp3"
/>
<meta property="og:audio:type" content="audio/mpeg" />
<meta
name="twitter:player"
content="https://music.megabyte.space/embed/desiiignare/chef-lu-stew"
/>
<meta name="twitter:player:width" content="480" />
<meta name="twitter:player:height" content="160" />
<meta
name="twitter:player:stream"
content="https://music.megabyte.space/audio/Chef_Lu_Stew.mp3"
/>
<meta name="twitter:player:stream:content_type" content="audio/mpeg" />
<link
rel="alternate"
type="application/json+oembed"
href="https://music.megabyte.space/api/oembed?url=https%3A%2F%2Fmusic.megabyte.space%2F&format=json"
title="bZ — oEmbed JSON"
/>
<link
rel="alternate"
type="text/xml+oembed"
href="https://music.megabyte.space/api/oembed?url=https%3A%2F%2Fmusic.megabyte.space%2F&format=xml"
title="bZ — oEmbed XML"
/>
<link rel="dns-prefetch" href="https://www.gstatic.com" />
<link rel="preconnect" href="https://www.gstatic.com" crossorigin />
<!-- Font preconnect — Google Fonts CSS is on fonts.googleapis.com; the
actual woff2 binaries are on fonts.gstatic.com. Both preconnected
so the font handshake overlaps with HTML parse. -->
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="dns-prefetch" href="https://fonts.googleapis.com" />
<link rel="dns-prefetch" href="https://fonts.gstatic.com" />
<!-- Observability DNS prefetch — observability.ts loads on idle so the
actual fetches happen well after FCP, but the DNS round-trip can
start earlier on the network thread for free. -->
<link rel="dns-prefetch" href="https://us.i.posthog.com" />
<link rel="dns-prefetch" href="https://us-assets.i.posthog.com" />
<link rel="dns-prefetch" href="https://sentry.io" />
<!-- LCP image preload — the hero album cover. fetchpriority=high pushes
the image up the network queue so the first painted frame already
carries the visualizer-art crossfade target. -->
<link
rel="preload"
as="image"
href="/art/cover-panda-desiiignare-v2.jpg"
fetchpriority="high"
/>
<!-- Speculation Rules — prerender same-origin nav targets on hover/focus.
`moderate` eagerness keeps bandwidth sane while delivering instant
in-site navigation on click. Chrome 121+ ships; other browsers ignore. -->
<script type="speculationrules">
{
"prerender": [
{ "source": "document", "where": { "href_matches": "/*" }, "eagerness": "moderate" }
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "MusicAlbum",
"name": "Panda Desiiignare",
"byArtist": { "@type": "MusicGroup", "name": "bZ" },
"image": "https://music.megabyte.space/art/cover-panda-desiiignare.jpg",
"url": "https://music.megabyte.space/",
"description": "Hustle-gospel music album by bZ. Christian-gangster ethic. Hard but holy."
}
</script>
<!-- Person + MusicGroup with sameAs — EEAT signal that boosts authority
in core updates and gives LLMs a verified-identity anchor for "who
is bZ?" queries. sameAs covers every public distribution channel. -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "MusicGroup",
"name": "bZ",
"alternateName": ["Brian Zalewski", "Megabyte"],
"url": "https://music.megabyte.space/",
"logo": "https://music.megabyte.space/art/bzmusic-icon-512.png",
"image": "https://music.megabyte.space/art/cover-panda-desiiignare.jpg",
"description": "Hustle-gospel artist. Christian-gangster ethic. Built with Suno + handwritten lyric direction.",
"genre": ["Hustle gospel", "Christian rap", "Electronic gospel"],
"sameAs": [
"https://open.spotify.com/artist/0Iiv5ohOcyXBKBWBC8E1eP",
"https://music.apple.com/us/artist/bz",
"https://music.youtube.com/channel/UC-bZ-music",
"https://bz.bandcamp.com",
"https://soundcloud.com/bz-music",
"https://www.instagram.com/heymegabyte",
"https://twitter.com/heymegabyte",
"https://www.tiktok.com/@heymegabyte",
"https://github.com/HeyMegabyte"
]
}
</script>
<!-- WebSite + SearchAction so Google + AI-search engines surface a
site-wide search box and understand the URL grammar for tracks. -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "music.megabyte.space",
"url": "https://music.megabyte.space/",
"publisher": {
"@type": "MusicGroup",
"name": "bZ",
"url": "https://music.megabyte.space/"
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://music.megabyte.space/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<!-- FAQPage — highest AI-citation rate of any schema across
ChatGPT / Perplexity / Google AI Overviews. Mirrored by visible
body text so direct-read crawlers (Claude / ChatGPT browsing
tools) see the answers in plain HTML too — JSON-LD-only FAQ
entries don't ship in retrieval contexts. -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Who is bZ?",
"acceptedAnswer": {
"@type": "Answer",
"text": "bZ is the artist name for Brian Zalewski, a Newark, NJ-based hustle-gospel producer. Christian-gangster ethic. Hard but holy. Albums are built one prompt at a time using Suno + handwritten lyric direction."
}
},
{
"@type": "Question",
"name": "What is Panda Desiiignare?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Panda Desiiignare is bZ's flagship 2026 album — a JC-inspired hustle gospel built one prompt at a time. The album cover is a cyan-flag panda; the visualizer color signature is brand cyan #00E5FF."
}
},
{
"@type": "Question",
"name": "How do I listen?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Open https://music.megabyte.space and click anywhere on the screen — every region of the screen plays a different track. Also available on Spotify, Apple Music, YouTube Music, and Tidal via DistroKid distribution."
}
},
{
"@type": "Question",
"name": "Does music.megabyte.space work offline?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Install the PWA (Chrome/Edge: install icon in the URL bar; iOS Safari: Share → Add to Home Screen). Tracks you have played are cached by the service worker and stay playable offline."
}
},
{
"@type": "Question",
"name": "Can I cast bZ to a TV?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes — tap the Cast button in the top bar to send playback + the live visualizer to any Chromecast on your network. AirPlay is also supported in Safari on macOS and iOS."
}
},
{
"@type": "Question",
"name": "What does the AI DJ do?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Press Cmd+I (or click the floating chat button) to open the AI DJ. It's a Claude Haiku 4.5 chat with 8 personas (DJ, Coach, Theologian, Producer, Friend, Brand, Historian, Critic) that knows the full bZ catalog, the current track, and slash commands like /lyric, /critique, /setlist, /mood."
}
},
{
"@type": "Question",
"name": "Is there a podcast or newsletter?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes — newsletter signup is on the homepage. Subscribers get first listen on every drop, plus the production notes behind each track. Powered by Listmonk; we never sell or share email addresses."
}
}
]
}
</script>
</head>
<body>
<!-- WCAG skip-link — keyboard users land here first; tab once → focus
transport play button so the screen-reader announcement reads "Skip
to player" and routes the listener straight into the audio surface. -->
<a href="#app" class="skip-link">Skip to player</a>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script type="module" src="/src/observability.ts"></script>
</body>
</html>