cyclecad 3.8.0 → 3.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.html CHANGED
@@ -569,8 +569,8 @@
569
569
 
570
570
  <p class="fade-up d3">
571
571
  CAD was built for humans with a mouse. We built it for AI agents.<br>
572
- No GUI. No training. No screen required. Agents are the only interface.<br>
573
- Every agent — from GPT to Claude to Gemini — designs, validates, and manufactures through cycleCAD.
572
+ 12 killer features. 46 modules. 52,000+ lines of code. Zero install.<br>
573
+ Every agent — from GPT to Claude to Gemini — designs, simulates, and manufactures through cycleCAD.
574
574
  </p>
575
575
 
576
576
  <div class="hero-ctas fade-up d4">
@@ -742,49 +742,103 @@
742
742
  ============================================================ -->
743
743
  <section class="solution" id="features">
744
744
  <div class="container">
745
- <div class="section-label reveal">THE SOLUTION</div>
746
- <h2 class="reveal">Built for <span class="gradient-text">the modern designer</span></h2>
747
- <div class="feature-cards">
745
+ <div class="section-label reveal">THE PLATFORM</div>
746
+ <h2 class="reveal">12 killer features. <span class="gradient-text">Zero competition.</span></h2>
747
+ <p class="subtitle reveal">No other browser CAD has all of these. Most desktop tools don't either. v3.9.0 — 52,000+ lines of module code across 46 modules.</p>
748
+
749
+ <!-- Stats Bar -->
750
+ <div style="display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:2.5rem 0;text-align:center;" class="reveal">
751
+ <div style="background:var(--bg-card);border:1px solid var(--border-card);border-radius:12px;padding:20px;">
752
+ <div style="font-size:2rem;font-weight:800;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;">12</div>
753
+ <div style="color:var(--text-secondary);font-size:0.85rem;margin-top:4px;">Killer Features</div>
754
+ </div>
755
+ <div style="background:var(--bg-card);border:1px solid var(--border-card);border-radius:12px;padding:20px;">
756
+ <div style="font-size:2rem;font-weight:800;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;">52K+</div>
757
+ <div style="color:var(--text-secondary);font-size:0.85rem;margin-top:4px;">Lines of Code</div>
758
+ </div>
759
+ <div style="background:var(--bg-card);border:1px solid var(--border-card);border-radius:12px;padding:20px;">
760
+ <div style="font-size:2rem;font-weight:800;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;">46</div>
761
+ <div style="color:var(--text-secondary);font-size:0.85rem;margin-top:4px;">JS Modules</div>
762
+ </div>
763
+ <div style="background:var(--bg-card);border:1px solid var(--border-card);border-radius:12px;padding:20px;">
764
+ <div style="font-size:2rem;font-weight:800;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;">200+</div>
765
+ <div style="color:var(--text-secondary);font-size:0.85rem;margin-top:4px;">Standard Parts</div>
766
+ </div>
767
+ </div>
768
+
769
+ <div class="feature-cards" style="grid-template-columns:repeat(3,1fr);">
770
+ <!-- Row 1: AI-Powered Design -->
748
771
  <div class="feature-card reveal">
749
772
  <div class="feature-icon gold">⚡</div>
750
- <h3>Browser-native CAD</h3>
751
- <p>Full parametric 3D modeler running entirely in your browser. Three.js-powered viewport with real-time rendering. No plugins, no install, no waiting.</p>
773
+ <h3>Text-to-CAD (AI)</h3>
774
+ <p>Type "flanged cylinder 50mm with 4 bolt holes on 70mm PCD" and watch it appear in real-time. 18 shape types, NLP parser, live ghost preview, multi-step builder.</p>
752
775
  </div>
753
776
  <div class="feature-card reveal">
754
- <div class="feature-icon blue">🤖</div>
755
- <h3>AI-powered tools</h3>
756
- <p>AI part identification, smart natural language search, automated assembly instructions, and an integrated chatbot that understands your model.</p>
777
+ <div class="feature-icon blue">📷</div>
778
+ <h3>Photo-to-CAD</h3>
779
+ <p>Take a photo of any part — edge detection, contour extraction, and 3D reconstruction. Sobel + Hough transforms, reference scaling, Gemini Vision AI enhancement.</p>
757
780
  </div>
758
781
  <div class="feature-card reveal">
759
782
  <div class="feature-icon teal">🏭</div>
760
- <h3>Native Inventor parsing</h3>
761
- <p>Open Autodesk Inventor .ipt and .iam files directly in the browser. Extract features, parameters, and assembly constraints. Generate rebuild guides automatically.</p>
783
+ <h3>Manufacturability (DFM)</h3>
784
+ <p>Instant feedback for 9 processes: CNC, FDM, SLA, SLS, injection molding, sheet metal, sand/investment/die casting. 20+ materials database with cost estimator.</p>
762
785
  </div>
786
+
787
+ <!-- Row 2: Simulation & Optimization -->
763
788
  <div class="feature-card reveal">
764
- <div class="feature-icon purple">📐</div>
765
- <h3>Full parametric modeling</h3>
766
- <p>Sketch, extrude, revolve, fillet, chamfer, boolean operations. Constraint-driven design with a live feature tree. Professional-grade CAD.</p>
789
+ <div class="feature-icon purple">🧬</div>
790
+ <h3>Generative Design</h3>
791
+ <p>SIMP topology optimization with live voxel visualization. Define loads and constraints, watch material dissolve away. Marching cubes isosurface, STL export.</p>
767
792
  </div>
768
793
  <div class="feature-card reveal">
769
- <div class="feature-icon warn">🔧</div>
770
- <h3>Maintenance intelligence</h3>
771
- <p>Heatmaps, wear timelines, service mode, and smart BOM generation with estimated pricing. Design to maintenance planning in one tool.</p>
794
+ <div class="feature-icon warn">🔬</div>
795
+ <h3>Multi-Physics Simulation</h3>
796
+ <p>Structural FEA (Von Mises), thermal analysis, modal frequency, drop test all in-browser. Conjugate gradient solver, heatmap overlay, deformation visualization.</p>
772
797
  </div>
773
798
  <div class="feature-card reveal">
774
- <div class="feature-icon coral">📦</div>
775
- <h3>Embeddable 3D viewer</h3>
776
- <p>ExplodeView our 3D viewer and embeddable widget with 40+ analysis tools. Embed interactive 3D views anywhere with a single script tag.</p>
799
+ <div class="feature-icon coral">🔩</div>
800
+ <h3>Smart Parts Library</h3>
801
+ <p>200+ standard parts: ISO fasteners, bearings, linear rails, extrusions, motors, PCBs. AI-powered fuzzy search, BOM management, McMaster/Misumi/DigiKey cross-ref.</p>
777
802
  </div>
803
+
804
+ <!-- Row 3: Assembly & Automation -->
778
805
  <div class="feature-card reveal">
779
- <div class="feature-icon gold">🔌</div>
780
- <h3>MCP + CLI + API</h3>
781
- <p>First-class agent interfaces. AI agents connect via MCP server, CLI commands, or REST API. cycleCAD is infrastructure for autonomous design — not just a GUI.</p>
806
+ <div class="feature-icon gold">🧲</div>
807
+ <h3>Smart Assembly Mating</h3>
808
+ <p>Drag parts near each other auto-detect 8 constraint types (coincident, concentric, tangent, gear). Motion study with joint animation, interference detection.</p>
782
809
  </div>
783
810
  <div class="feature-card reveal">
784
- <div class="feature-icon teal">♻️</div>
785
- <h3>Circular economy</h3>
786
- <p>Built-in maintenance heatmaps, wear timelines, rebuild guides, and service mode. Design for disassembly, repair, and reuse — not obsolescence.</p>
811
+ <div class="feature-icon blue">🤖</div>
812
+ <h3>Auto-Assemble Parts</h3>
813
+ <p>AI geometry fingerprinting matches shafts to holes, faces to faces, bolts to bores. One-click assembly with animated placement, collision detection, validation.</p>
787
814
  </div>
815
+ <div class="feature-card reveal">
816
+ <div class="feature-icon teal">📊</div>
817
+ <h3>Parametric from Example</h3>
818
+ <p>Upload 2-5 design variants — AI infers which dimensions are parameters, detects relationships, generates a full parametric family with morphing animation.</p>
819
+ </div>
820
+
821
+ <!-- Row 4: Connected Manufacturing -->
822
+ <div class="feature-card reveal">
823
+ <div class="feature-icon purple">📡</div>
824
+ <h3>Digital Twin Live Data</h3>
825
+ <p>Connect IoT sensors (MQTT/REST/WebSocket) to your 3D model. Live temperature heatmaps, vibration animation, predictive maintenance, alert dashboard. cycleWASH-ready.</p>
826
+ </div>
827
+ <div class="feature-card reveal">
828
+ <div class="feature-icon warn">🖨️</div>
829
+ <h3>Machine Control (CNC/3DP)</h3>
830
+ <p>Built-in G-code generator for FDM, CNC milling, and laser cutting. Connect to OctoPrint, Klipper, or Moonraker. Jog controls, temp monitoring, job tracking.</p>
831
+ </div>
832
+ <div class="feature-card reveal">
833
+ <div class="feature-icon coral">📓</div>
834
+ <h3>Engineering Notebook</h3>
835
+ <p>Auto-logs every design action. Rich text entries, AI-powered summaries, version snapshots with visual diff, decision tracking. Export as HTML/Markdown/JSON report.</p>
836
+ </div>
837
+ </div>
838
+
839
+ <!-- Plus the foundations -->
840
+ <div style="margin-top:2rem;text-align:center;" class="reveal">
841
+ <p style="color:var(--text-secondary);font-size:0.95rem;max-width:700px;margin:0 auto;"><strong>Plus the foundations:</strong> Full parametric modeling, native Inventor file parsing, ExplodeView 3D viewer, MCP server + CLI + REST API, $CYCLE token economy, model marketplace, 30+ tutorials, and comprehensive documentation.</p>
788
842
  </div>
789
843
  </div>
790
844
  </section>
@@ -1017,12 +1071,12 @@
1017
1071
  <div class="tier-price">€0</div>
1018
1072
  <div class="tier-period">Forever</div>
1019
1073
  <ul class="tier-features">
1020
- <li>Full parametric modeling</li>
1021
- <li>AI part identification</li>
1022
- <li>ExplodeView 3D viewer</li>
1074
+ <li>All 12 killer features</li>
1075
+ <li>Text-to-CAD + Photo-to-CAD</li>
1076
+ <li>DFM analysis + cost estimator</li>
1077
+ <li>Multi-physics simulation</li>
1078
+ <li>200+ standard parts library</li>
1023
1079
  <li>STL / OBJ / glTF export</li>
1024
- <li>Inventor file parsing</li>
1025
- <li>Assembly analysis</li>
1026
1080
  <li>Community support</li>
1027
1081
  </ul>
1028
1082
  </div>
@@ -1034,10 +1088,10 @@
1034
1088
  <li>Everything in Free</li>
1035
1089
  <li>STEP import / export</li>
1036
1090
  <li>Real-time collaboration</li>
1037
- <li>Cloud storage</li>
1038
- <li>Priority AI processing</li>
1039
- <li>Smart BOM with pricing</li>
1040
- <li>Email support</li>
1091
+ <li>Cloud storage + versioning</li>
1092
+ <li>Machine control (CNC/3DP)</li>
1093
+ <li>Digital twin + IoT sensors</li>
1094
+ <li>Priority support</li>
1041
1095
  </ul>
1042
1096
  <div class="launch-badge">Most Popular</div>
1043
1097
  </div>
@@ -1050,9 +1104,9 @@
1050
1104
  <li>Self-hosted deployment</li>
1051
1105
  <li>SSO / SAML authentication</li>
1052
1106
  <li>SLA guarantee</li>
1053
- <li>Plugin API access</li>
1107
+ <li>MCP server + REST API</li>
1108
+ <li>Custom agent integrations</li>
1054
1109
  <li>Dedicated support</li>
1055
- <li>Custom integrations</li>
1056
1110
  </ul>
1057
1111
  </div>
1058
1112
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyclecad",
3
- "version": "3.8.0",
3
+ "version": "3.9.1",
4
4
  "description": "Browser-based parametric 3D CAD modeler with AI-powered tools, native Inventor file parsing, and smart assembly management. No install required.",
5
5
  "main": "index.html",
6
6
  "bin": {