Frequently asked questions
Answers to the most common questions about scAId, text-to-CAD, and browser-based 3D modeling.
What is text-to-CAD?
Text-to-CAD is a method of creating 3D models by writing code or natural language descriptions instead of using a traditional click-and-drag CAD interface. With scAId, you can write OpenSCAD-compatible code using parametric variables, loops, and CSG boolean operations — or simply describe what you want in plain English and let the AI generate the geometry for you. It's the fastest way to go from an idea to a 3D-printable model.
Is scAId really free?
Yes. scAId is 100% free with no hidden costs and no trial periods. You can use the full editor, render models in real-time, and export STL and OBJ files without creating an account. Guest users get 2 AI requests every 3 hours, and a free account removes that AI limit while adding cloud saving and collaboration features.
Can I export files for 3D printing?
Absolutely. scAId supports one-click export to STL format, which is the universal standard for 3D printing. STL files from scAId work with every popular slicer including Cura, PrusaSlicer, BambuStudio, and OrcaSlicer. You can also export to OBJ format for use in Blender, Fusion 360, and other 3D applications. There's even SCAD source code download if you want to continue editing in desktop OpenSCAD.
Do I need to install anything?
No. scAId runs entirely in your web browser — Chrome, Firefox, Safari, or Edge. There are no downloads, no plugins, and no system dependencies. The code editor, 3D renderer, and export engine all run client-side using WebGL and JavaScript. Your models never leave your browser unless you explicitly export or save them to the cloud.
Is scAId compatible with OpenSCAD?
Yes. scAId uses an OpenSCAD-compatible parser and rendering engine. You can write standard OpenSCAD syntax including modules, variables, for-loops, if-else logic, and all CSG operations (union, difference, intersection). Import your existing .scad files, edit them in the browser, and export the results — or download the .scad source to use in the desktop OpenSCAD application.
How does the AI assistant work?
scAId's AI assistant accepts natural language descriptions and generates OpenSCAD code. You can type prompts like "create a box with a lid that snaps on" or "add ventilation holes to the sides" and the AI will write the parametric code for you. You can also click directly on faces of your 3D model to make targeted edits — resize dimensions with quick controls, or describe complex modifications for the AI to implement. Guest users get 2 AI requests every 3 hours, and a free account removes that limit.
What is parametric modeling and why does it matter?
Parametric modeling means defining your 3D geometry using variables and mathematical expressions rather than fixed dimensions. Instead of hardcoding "width = 50mm", you write width = base_width * 2 + clearance. Change one variable, and every dimension that references it updates automatically. This makes designs adaptable — need a smaller version of your bracket? Change one number. Need to account for printer tolerance? Add a clearance variable. scAId's code-based approach makes parametric modeling natural and intuitive.
What is CSG (Constructive Solid Geometry)?
CSG is a technique for building complex 3D shapes by combining simpler primitives using boolean operations. Union merges two shapes together. Difference subtracts one shape from another (like drilling a hole). Intersection keeps only the volume where shapes overlap. In scAId, CSG operations are first-class features — you can nest them, combine them with loops, and build anything from simple brackets to intricate multi-part assemblies.
How does scAId compare to Fusion 360, TinkerCAD, or SolidWorks?
scAId occupies a unique niche. Unlike Fusion 360 or SolidWorks, it requires no download, no subscription, and no account. Unlike TinkerCAD, it offers full parametric control through code and an AI assistant. scAId is ideal for rapid prototyping, educational use, and 3D printing workflows where you want to go from idea to STL in minutes. For production mechanical engineering, traditional CAD still has deeper tooling — but for everything else, scAId is faster, simpler, and free.
Can I save and share my projects?
Yes. Without an account, your projects save locally in your browser's storage. With a free account, you can save projects to the cloud, access them from any device, and share them with other scAId users. You can grant view-only or edit access when sharing, making it easy to collaborate on designs with teammates, classmates, or clients.
Start building — it's free
No signup. No install. No paywall. Open the editor and create your first 3D model in under a minute.
Open Editor →