Zero Cloud Uploads · Verified Open Data · Pure Canvas Gaming
Engineering software that respects your privacy and machine.
Makecade is an independent software studio uniting three distinct open web platforms: high-precision browser utilities that process data locally on your device, interactive geospatial visualizers for UK civic records, and responsive HTML5 canvas games built without bloated runtimes.
Makecade Tools
High-performance browser-based developer, finance, and media utilities. Everything runs 100% inside your browser — zero sign-ups, zero server uploads, and complete cryptographic privacy.
GeospatialMakecade Map Portal
High-resolution UK open data visualizers powered by MapLibre GL JS and cloud-optimized PMTiles. Stream complex geospatial boundaries directly to your browser with zero server rendering.
GamesMakecade Arcade
Hand-crafted retro pixel action games and global competitive scoreboards built on pure HTML5 Canvas. Zero plugins, zero downloads, zero paywalls, and frame-accurate 60 FPS gameplay.
Core Standards
The Three Engineering Pillars of Makecade
We reject the modern web paradigm of gratuitous server surveillance, mandatory email walls, and fragile cloud dependencies. Every project published across the Makecade ecosystem adheres to three uncompromising architectural principles:
Local-First Client Computing
Calculators, formatters, and converters execute locally inside your browser using WebAssembly, Web Workers, and HTML5 Canvas. Financial records, sensitive PDFs, and internal databases never touch our servers.
Serverless Geospatial Streaming
By leveraging cloud-optimized PMTiles archives and MapLibre GL JS, our map visualizers stream vector slices on demand through HTTP byte-range requests. This delivers 60 FPS neighborhood-level exploration without spatial database tracking.
Artisanal Micro-Engine Gaming
Our arcade titles run on pure HTML5 Canvas 2D contexts with sub-millisecond input response, deterministic delta-time physics, and custom Web Audio synthesis. No 50 MB game engine downloads, no paywalls, and no intrusive tracking.
Architectural Contrast
Makecade vs Traditional Web Utilities
Examine how our zero-knowledge client execution eliminates common security and latency bottlenecks inherent in legacy software-as-a-service (SaaS) web tools:
| Architecture Characteristic | Traditional Cloud Utilities | Makecade Client-Side Suite |
|---|---|---|
| Data Privacy & Transmission | Files uploaded over wire to unknown remote servers | 100% In-Browser (Zero network uploads) |
| File Access & Security | Stored in temporary server disks or cloud buckets | Volatile RAM only; discarded on tab close |
| Processing Latency | Queued behind server workload & network speeds | Sub-millisecond local CPU & GPU execution |
| Account Requirements | Mandatory email capture, passwords, or paywalls | Zero accounts, zero logins, completely free |
| Offline Usability | Unavailable without continuous internet access | Full service worker caching for offline work |
| Compliance Suitability | High risk under corporate GDPR / HIPAA rules | Compliant with strict data isolation policies |
Why Does Makecade Exist?
The contemporary internet has become increasingly hostile to user autonomy. A simple task—such as compressing a family photograph, merging two pages of a medical document, or verifying an algebraic tax formula—now routinely requires handing confidential data to venture-backed websites that harvest user emails, track browsing behavior, and retain uploaded documents on remote infrastructure.
Makecade was founded to demonstrate an alternative: modern web browsers are sophisticated, highly-optimized operating environments capable of executing complex cryptography, digital signal processing, geospatial rendering, and high-performance physics locally. We publish software that treats your device as the computing center and your privacy as absolute.
Authoritative Open Data & Civic Transparency
Beyond utilities, Makecade actively contributes to UK civic transparency. Our geospatial portal transforms dense statistical releases from the Ministry of Housing, Communities & Local Government (MHCLG), the Department for Education (DfE), and local council outturn sheets into intuitive, interactive public visualizers. Whether tracking municipal insolvency risks or evaluating neighborhood deprivation deciles, we provide citizens, journalists, and researchers with verifiable tools to explore statutory public records.
Frequently Asked Questions
Platform Overview & Technical Inquiries
Learn more about our client-side architecture, open data compliance, and operational standards:
Every tool on Makecade is implemented with pure client-side web technologies such as WebAssembly (WASM), Web Workers, the HTML5 Canvas API, and JavaScript browser sandboxes. When you open a PDF, import a CSV, compress an image, or run a financial model, your files and inputs are parsed exclusively within your browser’s local memory heap. No telemetry, upload streams, or server endpoints are called during processing.