ExoSynk
Public beta · 2D + 3D lab, community, store — all live

The virtual lab where electronics come to life.

Design circuits in 2D, model enclosures in 3D, write Arduino code, publish tutorials, sell models, earn coins — all in one place, all in your browser.

2D circuit sim3D modelerArduino UnoMultimeter · ScopeStore · Learn · SignalFree to start

No install · No credit card · Works in any modern browser

yash / led-fade — blink.ino
ARDUINO UNOATmega328PD9GND220ΩLED · 8.2 mA
PWM · 490 Hz
Duty = 32%
blink.inocompiled · 2.4 KB
1// fade LED on D9 with PWM
2int led = 9;
3int brightness = 0;
4int step = 5;
5
6void setup() {
7 pinMode(led, OUTPUT);
8}
9
10void loop() {
11 analogWrite(led, brightness);
12 brightness += step;
13 if (brightness <= 0) step = -step;
Oscilloscope · CH1 D9
MNA solved · 0.3 ms
Inside the lab

A workbench that actually simulates

Real physics, real Arduino, real instruments — same as the one on your desk, minus the burnt fingers.

Schematic editor

Drag parts, snap to grid, route wires with junction dots and hops. Full keyboard shortcuts. Comments, upvotes, forks on every lab.

Honest DC + transient sim

Modified Nodal Analysis under the hood. LEDs glow at their correct current, capacitors follow real RC curves, parts can burn out.

Multimeter & oscilloscope

Probe any node for voltage or current. Two-channel scope with adjustable timebase. Voltage-gradient overlay paints the whole circuit.

Arduino + Monaco editor

Virtual Arduino Uno with digital and analog pins. digitalWrite, analogRead, PWM, serial — your sketch drives the circuit in real time.

3D lab + modeler

Model enclosures and holders in 3D. Duplicate, shell, grid-snap, measure, bend, OBJ/STL export — ready for the printer.

Cloud save & GitHub-style URLs

Local-first sync. Clean URLs: exosynk.com/handle/project. Make a lab public and anyone can view, run, and fork it.

One platform

The whole hardware loop in one browser tab

Design it, publish it, teach it, sell it. ExoSynk is every stage of the build.

Workflow

From idea to running circuit in 30 seconds

1

Drag parts

Battery, resistor, LED, Arduino — click, place, done.

2

Route wires

Click pin → click pin. Wire tool handles hops and junctions.

3

Run & share

Auto-simulates on change. Probe with multimeter or scope. Share the link, publish to Store or Learn.

Built in public

Fork anyone's lab.
Remix it. Ship your own.

Every public lab is a starting point. Browse Explore, open the schematic, fork — the code, wiring, and parts come with it. Upvote, comment, follow the builders you love, DM them when you want to collab.

18
Simulated parts
Real physics, each
2
Instruments
Multimeter · Scope
Arduino Uno
Microcontrollers
Digital + analog pins
OBJ · STL
Export formats
Print-ready
DMs · Groups
Messaging
Realtime + @mentions
Coins
Economy
Paid listings · subs · ads
Roadmap

Where we're headed

Eight major phases already ship. Polish then public launch, then the hardware supply chain.

Progress8 / 11 phases shipped
  1. v0.1 – v0.4Shipped
    Lab core
    2D schematic editor · 18 parts with honest DC + transient sim · multimeter · oscilloscope · voltage-gradient overlay · virtual Arduino Uno + Monaco editor.
  2. v0.2 – v0.3Shipped
    Accounts & cloud
    Magic-link auth · multi-project dashboard · local-first autosave · public share links · setup wizard for missing schema.
  3. v0.5 – v0.6Shipped
    Community & messaging
    Explore feed · Fork · /handle/project URLs · profiles with README · follow graph · upvotes · threaded comments · DMs + groups with @mentions and realtime.
  4. v0.8Shipped
    Signal feed
    Short posts with attachable labs · following / global views · mentions inbox · liked filter · threaded replies · Enter-to-send.
  5. v0.16 – v0.19Shipped
    3D lab
    Full 3D modeler · duplicate, shell, grid-snap, measure, bend · auto-frame camera · OBJ + STL export · ready-for-print pipeline.
  6. v0.7Shipped
    Learn
    Tutorials and research write-ups linked to runnable labs · paid + free content · free-preview + locked-body paywall · creator earnings.
  7. v0.10 – v0.14Shipped
    Store
    Marketplace for 3D-printable models · upload · star · entitlements at fork time · submodule picker · sponsored slots.
  8. v0.24 – v0.27Shipped
    Coin economy
    Wallet with full ledger · coin packs · payout queue · subscriptions · paid listings · royalty splits · ads · business verification · legal pages.
  9. NowYou are here
    Polish for public launch
    Hardening every page for release · responsive pass · accessibility · SEO · landing refresh · founder badge · Circuit Doctor rule-based helper.
  10. NextUp next
    Store shopping + parts library
    Order a design as a parts kit or pre-built product · live component catalog with datasheets · integrated into the Store tabs.
  11. LaterLater
    ExoDeploy
    Take a circuit from screen to sky, sea, or street — space, marine, and land deployment services, once the economy is self-sustaining.

Phases ship one at a time. Early users directly shape what comes next — open a lab, break something, tell us.

ExoSynk

Your first circuit is waiting.

No install, no waiting. Open a lab, drop a battery, light an LED.