EveryDev.ai
Sign inSubscribe
Home
Tools

2,810+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1815
  • Coding1295
  • Infrastructure600
  • Marketing467
  • Projects433
  • Research403
  • Analytics351
  • Design338
  • Security243
  • MCP242
  • Testing238
  • Data230
  • Integration178
  • Prompts160
  • Learning159
  • Communication154
  • Extensions150
  • Voice130
  • Commerce125
  • DevOps108
  • Web80
  • Finance21
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. CADAM
    CADAM icon

    CADAM

    3D and Animation
    Featured

    An open-source, browser-based text-to-CAD web app that converts natural language and images into parametric 3D models using OpenSCAD WebAssembly.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Get started with Adam

    Standard: $16/mo
    Pro: $32/mo
    Max: $160/mo

    Engagement

    Available On

    macOS
    Linux
    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    3D and AnimationAI Development LibrariesAutonomous Systems

    Alternatives

    RemotionForwardUnity AI
    Developer
    Adam AI Labs, Inc.San Francisco, CAEst. 2024$4.1M raised

    Listed Jun 2026

    About CADAM

    CADAM is the open-source text-to-CAD web application built by Adam AI Labs, a Y Combinator-backed company. It runs entirely in the browser using OpenSCAD compiled to WebAssembly, letting users describe a 3D model in plain English and receive a fully parametric result — no installation required. The repository is licensed under GPLv3 and reached over 4,200 GitHub stars as of mid-2026.

    What It Is

    CADAM sits in the text-to-CAD category: it takes a natural language prompt (and optionally an image reference), generates OpenSCAD code via an AI model, and renders the result live in the browser using Three.js and React Three Fiber. The output is parametric, meaning CADAM automatically extracts adjustable dimensions and exposes them as interactive sliders. Users can export finished models as .STL, .SCAD, or .DXF files. The tool is positioned as the open-source companion to Adam's broader commercial AI workspace for hardware teams.

    How the Generation Pipeline Works

    The core workflow has three steps:

    • Prompt input — describe the model in plain English or upload an image reference
    • AI generation — the backend calls Anthropic Claude (and optionally OpenRouter or OpenAI) to produce OpenSCAD code, including BOSL, BOSL2, and MCAD library support
    • Browser rendering — OpenSCAD WASM compiles the code client-side; Three.js renders the live 3D preview with orbit controls

    Parameter extraction runs automatically after generation, identifying adjustable dimensions so users can tweak the model without triggering a full AI re-generation. Smart updates apply parameter changes efficiently.

    Open-Source Architecture

    The stack is fully documented in the repository:

    • Frontend: React 19 + TypeScript + TanStack Start + Vite
    • 3D rendering: Three.js + React Three Fiber
    • CAD engine: OpenSCAD WebAssembly
    • Backend: TanStack Start server routes + Supabase (PostgreSQL, Auth, Storage)
    • AI: Anthropic Claude API (primary), with OpenRouter and OpenAI as alternatives
    • Styling: Tailwind CSS + shadcn/ui

    Self-hosting requires Node.js 20.19+ or 22.12+, the Supabase CLI, and API keys for at least one AI provider. Local webhook development uses ngrok for provider callbacks.

    Benchmark Coverage

    The repository ships a benchmarks/ directory with documented examples ranging from simple parametric parts to complex multi-part assemblies. Highlighted benchmarks include a V8 engine (22 adjustable dimensions, 8 colors), a 9-cylinder radial aircraft engine, a turbofan jet engine, a herringbone planetary gear stage, and a NACA 2412 tapered wing — each generated from a single plain-language prompt and exported as fully parametric OpenSCAD.

    Update: v0.3.0

    The latest release, v0.3.0, was published on June 17, 2026. The repository was created in September 2025 and has seen active development, with 551 forks and 18 open issues at the time of the last recorded update. The project's GitHub topics include text-to-cad, openscad, agents, wasm, robotics, and mechanical-engineering, signaling a direction toward agentic CAD workflows beyond simple one-shot generation.

    CADAM - 1

    Community Discussions

    Be the first to start a conversation about CADAM

    Share your experience with CADAM, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Free

    Get started with Adam

    • 100 free credits per day
    • All AI features
    • Community support

    Standard

    For regular use

    $16/mo
    billed annually
    $20/mo monthly
    • 100 free credits per day
    • 4,000 credits per month
    • All AI features
    • Tokens shared across CADAM, Onshape, and Fusion

    Pro

    Popular

    For power users

    $32/mo
    billed annually
    $40/mo monthly
    • 100 free credits per day
    • 10,000 credits per month
    • All AI features
    • Priority support
    • Tokens shared across CADAM, Onshape, and Fusion

    Max

    For teams and heavy workloads

    $160/mo
    billed annually
    $200/mo monthly
    • 100 free credits per day
    • 50,000 credits per month
    • All AI features
    • Priority support
    • Tokens shared across CADAM, Onshape, and Fusion

    1,000 Tokens

    Add-on

    Token pack that never expires

    $10
    one time
    Part of cadam
    • 1,000 tokens
    • Never expires

    2,000 Tokens

    Add-on

    Token pack that never expires

    $20
    one time
    Part of cadam
    • 2,000 tokens
    • Never expires

    5,000 Tokens

    Add-on

    Token pack that never expires

    $30
    one time
    Part of cadam
    • 5,000 tokens
    • Never expires
    View official pricing

    Capabilities

    Key Features

    • Natural language to 3D model generation
    • Image reference input for model guidance
    • Parametric controls with interactive sliders
    • Real-time browser-based 3D preview
    • Export as .STL, .SCAD, or .DXF
    • OpenSCAD WebAssembly engine (no install required)
    • BOSL, BOSL2, and MCAD library support
    • Automatic parameter extraction from generated models
    • Smart updates for parameter changes without full AI re-generation
    • Custom font support (Geist) for text in models
    • Self-hostable with Supabase backend

    Integrations

    Anthropic Claude API
    OpenRouter
    OpenAI
    Supabase
    OpenSCAD WASM
    Three.js
    React Three Fiber
    ngrok
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate CADAM and help others make informed decisions.

    Developer

    Adam AI Labs, Inc.

    Adam AI Labs builds the AI workspace for hardware teams, combining a commercial platform (adam.new) with CADAM, an open-source text-to-CAD web app. The company is backed by Y Combinator and connects CAD tools like Onshape, Autodesk Fusion, and SolidWorks with PLM systems, supplier catalogs, and team communication tools. Adam handles engineering tasks — model edits, BOM reconciliation, RFQ drafting, and sourcing — directly from Slack or email, returning finished outputs linked to their source files.

    Founded 2024
    San Francisco, CA
    $4.1M raised
    4 employees

    Used by

    Various hardware teams using Onshape…
    Read more about Adam AI Labs, Inc.
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    Remotion icon

    Remotion

    Remotion is a framework for creating real MP4 videos programmatically using React, enabling parametrized content, server-side rendering, and scalable video automation.

    Forward icon

    Forward

    Forward is an AI forward-deployed engineer that automatically installs your API into your customer's codebase and opens a pull request for them to merge.

    Unity AI icon

    Unity AI

    Unity AI is a suite of AI-powered tools built into the Unity game engine to help developers create, optimize, and ship games and real-time 3D experiences faster.

    Browse all tools

    Related Topics

    3D and Animation

    AI-powered tools for creating, manipulating, and animating 3D models, characters, and environments with intelligent rigging, texturing, and motion synthesis.

    35 tools

    AI Development Libraries

    Programming libraries and frameworks that provide machine learning capabilities, model integration, and AI functionality for developers.

    214 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    280 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussion