// PIXEL TECH · 228K+ LOC · zero backend

The engineering of doing less, better.

No backend. No framework. No data team. One studio shipped a music player to iOS, Android, and the web — by saying no to every feature that did not deserve a yes.

The philosophy

Less is the architecture. Restraint is the feature.

Every engineering decision was the answer to one question: does the user need this — or do we? If the answer was the second, the feature was cut. The stack is the residue of that discipline.

No frameworks. No build tools. No backend. No analytics. No SDK forest. The bundle is small because the ambition was clear: a music player that loads in a heartbeat and works on a 2017 Android in a Tier 3 city as well as it does on a 2026 iPhone.

Simplicity is the ultimate sophistication — but only when you have earned the right to it. — Pixel Tech · Engineering note
By the numbers

Small bundle. Big reach. Quiet code.

228K+
lines of code
77
stream keys, rotating
1.92
service-worker version
0
backend servers
The stack

Boring tools, carefully chosen.

Every layer here is something a junior engineer can read on day one — and something a senior engineer trusts on year five.

Frontend

Vanilla JavaScript (ES6)

No React. No Vue. No build pipeline. A single app.js at 11K+ lines, modular by intent, debuggable from the browser without a sourcemap.

Data

localStorage

The only persistence layer. User taste, HEART log, saved records — all stored in the browser, never in a database. Zero infrastructure cost. Zero compliance burden.

Mobile

Capacitor (Swift Package Manager)

A thin native shell. iOS uses SPM for clean integration; Android uses Gradle. One web bundle ships to both stores plus play.creativepixels.in. One codebase. Three distributions.

Offline

Service Worker

Aggressive cache‑first strategy with versioned invalidation. The app opens offline as fast as it opens online — because the bundle is in your browser before you ask for it.

Source

Internet Music Tunnel

A continuous tunnel into the world’s music — wherever it already lives online, licensed and rights-cleared by the artists themselves. Seventy-seven stream keys rotate quietly behind the scenes to keep the quota generous and the listening uninterrupted.

Intelligence

HEART — on-device only

No model file. No remote inference. A handful of counters, thresholds, and decay functions — running in JavaScript, on the same thread as your taps, in the time between songs.

The choices

What we built. What we did not.

A product is the sum of every feature you ship — minus the cost of every feature you said yes to when you should not have. Here is the ledger.

Yes → localStorage

One persistence layer. Yours.

No → user accounts, OAuth, sessions

Accounts mean databases. Databases mean breaches. Breaches mean apologies. We skipped the chain.

Yes → on-device HEART

Intelligence that never travels.

No → server-side ML, telemetry, A/B

A model trained on you, for you, and then forgotten by everyone but you.

Yes → vanilla JS

One language. No transpile. No dance.

No → React Native, Flutter, Expo

Frameworks are great until the framework breaks. We chose the browser, the oldest and most reliable runtime ever shipped.

Yes → The open internet, as the library

Music, wherever the artists put it.

No → custom CDN, licensing deals, royalties

The world’s music already lives on the open internet, with the artists’ consent. Our tunnel meets it where it is and carries it to the listener — one continuous stream, no middleman pretending it owns the sound.

Yes → one Capacitor wrapper

Ship to two stores from one bundle.

No → separate native codebases

Two codebases means two bugs per fix. One bundle means one decision, three deliverables.

Yes → Saved Records (offline-aware)

Music that survives a reset.

No → cloud sync, social, sharing graph

You should not need to bring three friends to enjoy a song. We built for the single listener — the only one who matters.

For teams & partners

Pixel Tech, for your product.

The architecture behind Pixel Play — on-device intelligence, offline-first delivery, privacy-respecting design — is being packaged for partner products under the Pixel Tech umbrella. If your team is shipping a consumer app and refuses to harvest data to do it, we are open to a conversation.

Reach the studio at connect@creativepixels.in — or visit creativepixels.in to see the wider ecosystem.

Built small. Built honest.
Built to last.

If the engineering you read here is the engineering you would build, the player is one tap away.