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/app/index.html +96 -0
- package/app/js/modules/auto-assembly.js +1146 -0
- package/app/js/modules/digital-twin.js +1225 -0
- package/app/js/modules/engineering-notebook.js +1505 -0
- package/app/js/modules/machine-control.js +1270 -0
- package/app/js/modules/parametric-from-example.js +900 -0
- package/app/js/modules/smart-assembly.js +1667 -0
- package/index.html +92 -38
- package/package.json +1 -1
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
|
-
|
|
573
|
-
Every agent — from GPT to Claude to Gemini — designs,
|
|
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
|
|
746
|
-
<h2 class="reveal">
|
|
747
|
-
<
|
|
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>
|
|
751
|
-
<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"
|
|
755
|
-
<h3>
|
|
756
|
-
<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>
|
|
761
|
-
<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"
|
|
765
|
-
<h3>
|
|
766
|
-
<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"
|
|
770
|
-
<h3>
|
|
771
|
-
<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"
|
|
775
|
-
<h3>
|
|
776
|
-
<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"
|
|
780
|
-
<h3>
|
|
781
|
-
<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
|
|
785
|
-
<h3>
|
|
786
|
-
<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>
|
|
1021
|
-
<li>
|
|
1022
|
-
<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>
|
|
1039
|
-
<li>
|
|
1040
|
-
<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>
|
|
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