Two kids creating a game together — sketching ideas on paper and building in Scratch

The AI era belongs to creators.
Yes, that's you.

Playing great games makes you smarter. Making them makes you even smarter.

Your game.
In your hands.

Pinocchio waited to become a real boy. Your Scratch projects waited 20 years to become real games. The wait is over.

FEATURES

How your game gets there.

Runs your Scratch projects — as they are

Export your project, hit compile, done. The Yu Compiler — an engine rebuilt from the ground up in Rust — takes the .sb3 you already have and turns it into a real console game. No rewrites, no ports, no "almost works": full Scratch compatibility is the floor, and everything that ran in your browser runs in your hands.

Boots in milliseconds, runs on almost nothing

Your project is compiled ahead of time into compact bytecode, so a whole game ships as a single file measured in megabytes — not a browser bundle measured in hundreds.* It boots in milliseconds, runs in a fraction of the memory, and sips battery. Press power, and you're playing.

One project, six targets

The same compile also ships your game to desktop, the web, Android, iOS — even microcontrollers that cost a couple of dollars.* Your work is never trapped on one device; MoDeck is simply its favorite home.

* Placeholder figures — file-size & cost estimates pending final product confirmation.

Five kids crowd around one MoDeck at night, faces lit by its screen — the maker grinning in the middle

Your fans are waiting.

One tap, and your game is on every MoDeck on Earth — played, commented on, and remixed by kids you've never met.

Join the creator waitlist
FEATURES

Your audience, built in.

One-tap publish, no gatekeepers

Finish your game, tap publish, and it's live in the community library — on every MoDeck in the world, the same minute. No app store, no review queue, no fees. Shipping a game feels exactly as easy as saving one.

Fans you can count

Play counts, comments, and follows live right next to your game. You see which levels people love, where they give up, and who's coming back — a real audience, growing game by game.

The remix chain

Every game on MoDeck is open to remix, and every remix credits the games it grew from. When a kid in another country bends your idea into something new, your name travels with it.

An open platform, not a walled garden

A share link runs your game in a browser or on a phone*, so grandparents and classmates don't need a console to play it. And MoDeck plugs into the world's largest kid-coding communities — ideas flow in, your work flows out.

SCRATCH LOGO
CCW LOGO
COCREA LOGO
120M+*Kid-made works
3Global communities
DAILYNew creations

* Placeholder figures — pending audited data. Wall below shows sample game tiles — real community titles at launch.

Hands hold a MoDeck running an impossibly busy pixel-art world — fireworks, particles, hundreds of sprites

Build what Scratch never could.

The game that lagged in a browser flies here — a ground-up engine gives your ambition room.

THE ENGINE

Powered by the Yu Compiler.

FAST. REALLY FAST.

Meet the Yu Compiler

MoDeck doesn't patch the old Scratch runtime — it replaces it. The Yu Compiler, a ground-up rewrite in Rust, compiles kids' blocks ahead of time into its own compact bytecode — with a custom JIT for the hottest code paths and a GPU-instanced renderer fed by assets prepared entirely at compile time.

Less overhead means less power — cooler hands, longer battery.

The payoff: the same game runs smoother — or the same handheld runs far bigger worlds.

SAME GAME. THREE ENGINES.*
SCRATCH
1x
TURBOWARP
~10x
MODECK
~100x

In compute-heavy scenes, kids' creations run far beyond what the official Scratch engine can reach.* And when every engine hits the rendering wall, MoDeck's edge is different in kind — it keeps running on hardware a browser can't even boot on.

* Placeholder figures — benchmark multiples pending audited data.

PROOF YOU CAN SEE

Seeing is believing.

The same community game, captured side by side — in the Scratch web player, in TurboWarp, and on MoDeck hardware.

SCRATCH · WEB PLAYER~8 FPS*
INSERT: GAMEPLAY CAPTURE
SCRATCH WEB PLAYER
TURBOWARP · WEB PLAYER~30 FPS*
INSERT: GAMEPLAY CAPTURE
TURBOWARP
MODECK · ON DEVICE60 FPS*
INSERT: GAMEPLAY CAPTURE
MODECK HARDWARE (CAMERA SHOT)

Drop in three synced captures of the same project — muted looping video · 16:10 each · FPS badges are placeholders*.

Why is MoDeck this fast?
UNDER THE HOOD

How it stacks up.

SPECMODECK ENGINETURBOWARPSCRATCH
Core architectureYu Compiler — ground-up rewrite in RustFork of the Scratch VM (JavaScript)Scratch VM (JavaScript)
ExecutionAOT-compiled to compact bytecode, custom JIT on hot pathsBlocks compile to JS, then the browser's JITInterpreted, block by block
Rendering & assetsGPU-instanced drawing; atlases, collision & audio pre-baked at compile timeWebGL drawing; game logic on the CPUWebGL drawing; game logic on the CPU
Speed — compute-heavy*~100x~10x1x
Startup & footprint*Boots in milliseconds; a whole game ships as one file, a few MBBrowser-grade; packaged apps bundle a whole browser (100 MB+)Browser-grade
Power draw*Low — designed for handheld batteryBrowser-gradeBrowser-grade
In practiceBigger worlds, more sprites, steady frame rates — in your handsFaster, in a desktop browserGreat for first projects
BEYOND SCRATCH

Runs everything Scratch runs.
Then keeps going.

Full Scratch compatibility is the floor, not the ceiling. The engine adds powers the Scratch world has never had:

Plugins, by everyone

A plugin system stacked with built-ins — camera control and more — and open to community contributions. Scratch's base powers, growing every week.

Truly online

Real networked services, running live — multiplayer ships in the box. Kids build MMO-style games and co-op storybooks their friends join in real time.

Motion play

The console's hardware is theirs to program: gyroscope, rumble, and more. Tilt to steer, shake to stir — games you play with your whole body.

Why is MoDeck this powerful?
DEEPER UNDER THE HOOD

Built different, on purpose.

01

Compiled, not interpreted

Scratch is interpreted JavaScript; TurboWarp compiles it to JS but still lives inside a browser engine. The Yu Compiler — built from scratch in Rust — compiles projects ahead of time into its own compact bytecode, run by a lightweight VM with zero-allocation hot paths. Lighter and faster to run — and safer, because compiled games are far harder to crack or copy.

02

The compiler does the heavy lifting

Texture atlases, collision masks, audio transcoding, GPU-ready assets — all baked at compile time, so at play time the engine just runs. And the same pipeline is 3D-ready: real 3D assets and modern shaders have a home here that block runtimes can't offer.

03

Light enough for a $50 handheld

Games boot in milliseconds instead of seconds, run in a fraction of the memory, and ship as a single file measured in megabytes — not hundreds of them.* That's why MoDeck runs buttery-smooth on hardware a browser can't even boot on.

04

AI-ready by design

AI isn't bolted on — the Yu Compiler gives it a native interface: structured patches, preview gates that verify every AI edit before it lands, and self-repair diagnostics AI can act on. Bring Claude, ChatGPT, or any AI workflow — an idea becomes a running game, fast.

THE PAYOFF: ONE PROJECT → SIX TARGETS
DESKTOPStandalone app for PC & Mac
WEBFast in any modern browser
ANDROIDInstallable APK — phones & tablets
IOSRuns & compiles on iPhone & iPad
HANDHELDSNative on low-cost ARM — MoDeck itself
ESP32 / IOTSimple projects, even on ~$2 chips*

* Placeholder figures — footprint & cost estimates pending final hardware.

A girl tells the AI her idea while the game takes shape on the screen in front of her

If you can imagine it,
you can build it.

Tell the AI what's in your head, or remix any game you love. Creativity is the only requirement.

Join the creator waitlist
FEATURES

Three ways in.

Tell the AI

Describe the game in your head, and the AI builds it with you, step by step. Every AI edit is checked and previewed before it lands, so your project never silently breaks — and you can bring Claude, ChatGPT, or any AI you like. Never written a line of code? That's fine. Neither has your imagination.

Remix anything

Every game on MoDeck is an invitation: open it up, see how it works, and bend it into something new. Starting from a game you love beats staring at a blank page — and it's how most creators here make their first game.

Blocks & Python, when you're ready

When you want to go deeper, Scratch blocks and Python are right there — on the same project, in the same studio. Grow from "tell the AI" to "I'll write this part myself" without ever switching worlds.

✦ AI BUDDY · VIBE CODING
Make the dragon shoot rainbows 🌈
Done! I added a rainbow_blast block to your dragon ✨ Press RUN to try it.
Now make the castle bounce when it hits!
Bouncy castle: installed 🏯 Want a boing sound too?
Ask AI to build anything…
CREATOR STORY*

CREATOR STORY — coming with our first cohort of kid creators.

PHOTO
Kid creator — to be featuredPlaceholder — real story, name & photo to come
For every kid who was told coding “wasn't their thing” — it just became everyone's thing.
A boy on a competition stage raises his MoDeck overhead, his game on the big screen behind him

From bedroom to big stage.

What starts as play becomes something you're proud to show the world.

THE PATH

Where it takes you.

Game jams with friends

A team, a weekend, one wild idea — and by Sunday night there's a finished game in your hands and a crowd taking turns with it. Jams are where "someday I'll make a game" becomes "we made one."

Maker fairs & competitions

What you build on MoDeck doesn't stay on MoDeck. Take your projects to maker fairs and enter them in coding competitions* — a real, running game on real hardware stands out in any lineup of posters and slideshows.

The featured shelf & your portfolio

The best community games get featured on the front shelf of every MoDeck on Earth — your name, in every player's hands. Game by game, that becomes a portfolio: proof of what you can imagine, build, and ship.

INSERT: PHOTO
GAME JAM WEEKEND — TEAM AT WORK
INSERT: PHOTO
MAKER FAIR BOOTH — MODECK DEMO
INSERT: PHOTO
AWARD MOMENT — TROPHY & GRIN

*Community counts, benchmark multiples, FPS badges, competition list, creator stories, and web/phone sharing targets shown on this page are placeholders for this prototype — pending real data and product confirmation. Full methodology & audited numbers coming soon.

CREATORS FIRST

The AI era is waiting
to see what you'll make.

YOU'RE ON THE LIST.
WATCH YOUR INBOX. ✔
Early access · Founder pricing · No spam. Privacy