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.
No install · No credit card · Works in any modern browser
1// fade LED on D9 with PWM2int led = 9;3int brightness = 0;4int step = 5;56void setup() {7 pinMode(led, OUTPUT);8}910void loop() {11 analogWrite(led, brightness);12 brightness += step;13 if (brightness <= 0) step = -step;
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.
The whole hardware loop in one browser tab
Design it, publish it, teach it, sell it. ExoSynk is every stage of the build.
Lab
2D circuit editor with DC + transient simulation. 18 parts, Arduino Uno, multimeter, oscilloscope, voltage-gradient overlay.
3D Lab
Design enclosures and mounts. Duplicate, shell, measure, bend, grid-snap. Export to OBJ or STL for printing.
Store
3D-printable models from the community. Free to download. Upload your own, set a price, earn coins on every download.
Learn
Tutorials and research write-ups linked to runnable labs. Free and paid. Creators keep most of what they earn.
Signal
Short posts, builds, memes. Follow graph, @mentions, threaded replies, likes — all attached to labs when you want.
Wallet
Coins power paid listings, subscriptions, and ads. Creators earn; buyers spend; admins manage. Ledger is fully auditable.
From idea to running circuit in 30 seconds
Drag parts
Battery, resistor, LED, Arduino — click, place, done.
Route wires
Click pin → click pin. Wire tool handles hops and junctions.
Run & share
Auto-simulates on change. Probe with multimeter or scope. Share the link, publish to Store or Learn.
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.
Where we're headed
Eight major phases already ship. Polish then public launch, then the hardware supply chain.
- v0.1 – v0.4ShippedLab core2D schematic editor · 18 parts with honest DC + transient sim · multimeter · oscilloscope · voltage-gradient overlay · virtual Arduino Uno + Monaco editor.
- v0.2 – v0.3ShippedAccounts & cloudMagic-link auth · multi-project dashboard · local-first autosave · public share links · setup wizard for missing schema.
- v0.5 – v0.6ShippedCommunity & messagingExplore feed · Fork · /handle/project URLs · profiles with README · follow graph · upvotes · threaded comments · DMs + groups with @mentions and realtime.
- v0.8ShippedSignal feedShort posts with attachable labs · following / global views · mentions inbox · liked filter · threaded replies · Enter-to-send.
- v0.16 – v0.19Shipped3D labFull 3D modeler · duplicate, shell, grid-snap, measure, bend · auto-frame camera · OBJ + STL export · ready-for-print pipeline.
- v0.7ShippedLearnTutorials and research write-ups linked to runnable labs · paid + free content · free-preview + locked-body paywall · creator earnings.
- v0.10 – v0.14ShippedStoreMarketplace for 3D-printable models · upload · star · entitlements at fork time · submodule picker · sponsored slots.
- v0.24 – v0.27ShippedCoin economyWallet with full ledger · coin packs · payout queue · subscriptions · paid listings · royalty splits · ads · business verification · legal pages.
- NowYou are herePolish for public launchHardening every page for release · responsive pass · accessibility · SEO · landing refresh · founder badge · Circuit Doctor rule-based helper.
- NextUp nextStore shopping + parts libraryOrder a design as a parts kit or pre-built product · live component catalog with datasheets · integrated into the Store tabs.
- LaterLaterExoDeployTake 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.
Your first circuit is waiting.
No install, no waiting. Open a lab, drop a battery, light an LED.