🚀 Interactive CAD Playground
Try moicad in your browser. Write JavaScript or OpenSCAD code and see instant 3D results.
Language:
JavaScript (SDK)
OpenSCAD
Code Editor
▶️ Run
// Simple 10mm cube using Shape API import { Shape } from '@moicad/sdk'; export default Shape.cube(10);
📜 JS
3D Preview
📦
Your 3D model will appear here
Write some code and click "Run"
Example Gallery
Basic Shapes
Hello Cube
📜 JavaScript SDK
Sphere with Options
📜 JavaScript SDK
Transformations
Translate & Scale
📜 JavaScript SDK
Boolean Operations
Difference
📜 JavaScript SDK
Union
📜 JavaScript SDK
Fluent API
Method Chaining
📜 JavaScript SDK
Hollow Cylinder
📜 JavaScript SDK
Animations
Spinning Cube
Animation
📜 JavaScript SDK
Growing Sphere
Animation
📜 JavaScript SDK
Orbiting Spheres
Animation
📜 JavaScript SDK
OpenSCAD Animation
Animation
🔧 OpenSCAD
Interactive (Coming Soon)
Box with Lid
Interactive
📜 JavaScript SDK
Sliding Drawer
Interactive
📜 JavaScript SDK
OpenSCAD Syntax
Tower with Roof
🔧 OpenSCAD