Getting started

Quickstart

Go from zero to your first ClaudeCad project in five minutes.

This quickstart walks you through installing ClaudeCad and creating your first project. (Placeholder content — replace with your real product steps.)

Before you begin

You’ll need:

  • A supported operating system (macOS, Windows, or Linux)
  • About five minutes

Note: This is placeholder documentation. Edit it in CloudCannon under Tutorials → Quickstart.

1. Install ClaudeCad

Download and run the installer, or use the command line:

npm install -g claudecad
claudecad --version

2. Create a project

claudecad new my-first-project
cd my-first-project

3. Open the editor

Launch the app and open the project folder. You should see the welcome screen.

4. Export your work

When you’re ready, export to your preferred format from File → Export.

Next steps