Replies: 1 comment
Early POC evidence — 1 customer (n=1)Before capture, the core mechanic was already validated hands-on for a real user — a kid's phone upgrade (Galaxy S22 → S24, 232 worlds). The full loop works end-to-end:
What this de-risks: "can it be done + what exactly to move" is answered. Remaining risk is productizing access without a technician (Shizuku / share-sheet UX) and the legal/privacy gates (EULA, COPPA) — not feasibility. Detailed technical runbook (folder/file framework, include-vs-skip, permission workarounds) lives in our internal notes: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem
Kids sink hundreds of hours into Minecraft Bedrock worlds that live in a single fragile on-device folder. A new phone, a cracked screen, or a bad update wipes them — there's no undo, no history, and no simple device-to-device move. Phone-transfer tools (e.g. Samsung Smart Switch) often copy the data in a state that corrupts and crashes the game. Realms is paid hosted multiplayer, not preservation of a player's local world library.
Why now: Bedrock is ubiquitous on cheap/hand-me-down kid devices, cloud storage is cheap, and we've just proven the migration mechanics firsthand — 232 worlds moved S22→S24 by hand, which took ADB + a Chromebook + most of a day. Most families just lose the worlds instead.
Target user & JTBD
JTBD: "When I get a new device or a world corrupts, help me keep every world I've built — and let me rewind to an earlier save — without any technical work."
Rough impact / effort
.mcworldshare-sheet baseline (everyone), Shizuku (ADB, no root) "power mode" for automatic full-library backup, desktop companion for big migrations, official Mojang API as the long-term holy grail.Open questions
.mcworldshare-sheet baseline durable as OS storage rules keep tightening?Concept brief (private, richer): https://claude.ai/code/artifact/2af6d5ab-71e8-44f2-8647-6e44fb8ebe9b — working name "BlockVault". Captured from a real S22→S24 world-migration exercise (2026-07-12).
All reactions