Describe a mechanical part in plain language and get a 3D-printable parametric model generated automatically.
Fine-tune a generated model's dimensions using a slider-based parameter panel without writing code.
Browse or publish shareable 3D model templates in a community template marketplace.
| mrxujiang/hicad | deficryptobots/cryptobots-solana-sniper-pumpfun-free | db-toolkit/db-toolkit | |
|---|---|---|---|
| Stars | 99 | 96 | 104 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | vibe coder | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js 18+, pnpm, and an API key from DeepSeek, OpenAI, or Qwen.
HiCAD is an AI-powered web application for generating 3D models using plain-language descriptions. Instead of learning complex CAD, which stands for computer-aided design, software, you type a natural language description of what you want, for example a robot arm with six joints, and the AI generates the code for a 3D model automatically. The model appears in a live 3D viewer in your browser within seconds, where you can rotate it 360 degrees and inspect it from any angle. The tool uses a scripted 3D modeling approach rather than mesh sculpting, which means the resulting models are mathematically precise and suitable for 3D printing. You can export models in STL or OBJ formats, which are standard file types accepted by 3D printer slicer software. The application includes a code editor, the same editor that powers VS Code, so you can see and manually tweak the generated code. There is also a parameter control panel with sliders for adjusting dimensions in real time without editing code. A community template marketplace lets users browse, use, and publish shared model templates. Models can be shared through a link, and others can preview them without signing in. The system supports connecting to multiple AI providers by changing a single setting, with options including DeepSeek, OpenAI, and Qwen, so you supply your own API key for whichever service you use. The frontend and backend are separate codebases that run together with a single startup command. The project is open source under the GPL v3 license, which requires any derivative works to also be released as open source.
An AI web app that turns natural-language descriptions into precise, 3D-printable parametric models you can preview, tweak, and export as STL or OBJ files.
Mainly JavaScript. The stack also includes Vue 3, Vite, Three.js.
GPL v3 copyleft license, you can use and modify it, but derivative works must also be released as open source.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.