Zoomered Logo
Start coding
Loading...

From your first print()
to a working robot.

Code in the cloud or on a real Raspberry Pi — the same editor, instructions, charts and AI assist. Plug the kit in. We auto-connect. You build.

No setup needed
Auto-connect kit
AI tutor included
// live_demo.pyPI ONLINE
main.py
sense_hat● live
IMUHTSLPSSENSE HAT v1.0JOY
dashboard · sensor_log▲ live data
TEMP26.4°C
HUMIDITY62%
02 · One platform, two ways

Code in the cloud.
Or plug in your Pi.

Same editor. Same lessons. Same AI. The kit auto-connects to your account — zero setup, zero IP fiddling.

CLOUD MODE

Browser-only coding

Write Python, run instantly, see results in the dashboard. Works on any school laptop.

[ illustration: laptop with browser editor ]
PI MODE

Real hardware, real fast

Plug the ZoomerEd kit in — it appears in your browser the moment it powers on. Same editor, now with GPIO.

[ illustration: Raspberry Pi kit with sensors ]
03 · AI co-pilot

Stuck? Ask the bot.

A built-in tutor that reads your error, your wiring and your lesson — then explains it like a friend.

  • 1
    Explain the error

    Plain-English breakdown of what went wrong and why.

  • 2
    Find & highlight bugs

    Direct pointer to the line, with a one-tap fix.

  • 3
    Walk through the concept

    From for loops to PWM — at your reading level.

// ai_assist.session● online
Explain problemFind bugsWalk through code
My LED won't blink, only stays on. Help?
Your loop is missing time.sleep() between toggles, so the change is too fast to see. Add a short pause:
while True:
  led.on(); time.sleep(0.5)
  led.off(); time.sleep(0.5)
04 · The maker library

80+ projects.
Real things, not toys.

Build from a soundboard to a robot arm to a pet cam. Every project ships with wiring, code skeleton, and tests.

Temp · °C
26.4°C
Humidity · %
62%
Camera capture · /dev/cam0
[ camera frame · 640×480 ]
05 · Live data & vision

See it as it happens.

Live charts, camera frames, sensor pulses — straight to your dashboard. Pull any data from the web, draw it, capture it.

  • Live chartsStream sensor data into auto-updating graphs.
  • Camera captureGrab frames from a USB cam or a web image URL.
  • Internet dataPull weather, prices, or any open API into your code.
06 · Pricing

Start free.
Level up when you're ready.

Cloud is free forever. Add the kit when you want to build real things.

Free
Cloud only · forever
0
no card needed
Start coding
  • Unlimited cloud projects
  • AI assistant access
  • All Python lessons
  • Community support
★ MOST POPULAR
Maker
Cloud + Pi starter kit
4,990
one-time · kit included
Buy Maker kit
  • Everything in Free
  • Raspberry Pi auto-connect kit
  • 20+ physical projects
  • Live sensor dashboard
  • Priority email support
Prodigy
Advanced kit + camera
9,990
one-time · full kit
Buy Prodigy kit
  • Everything in Maker
  • Camera + advanced sensors
  • 80+ physical projects
  • Robotics + computer vision
  • 1:1 mentor sessions
▸ READY TO BUILD?

Plug it in.
We'll do the rest.