Why Hull Design Makes All the Difference
Discover how hull design affects boat performance, fuel efficiency, stability, and ride comfort. Learn about CFD, deadrise angles, and modern hull engineering.
Read More →
Upload CSV, JSON, or offset table file to visualize in 3D
上传 CSV、JSON 或型值表文件进行 3D 可视化
请先生成船型
CCS《海上高速船入级与建造规范》2005 - Aluminum alloy structure design
Displacement, LCB, KB, TPC, MCT calculation using Simpson's rule
GM, GZ curve, IMO A.749(18) compliance check
Professional articles on hull design, marine engineering, and naval architecture
Discover how hull design affects boat performance, fuel efficiency, stability, and ride comfort. Learn about CFD, deadrise angles, and modern hull engineering.
Read More →Step-by-step tutorial on hull design: main dimensions, deadrise selection, LCG positioning, and hydrostatic calculations.
Read More →Understanding the Savitsky formula for planing hull resistance prediction. Dynamic lift, wetted surface, and trim analysis.
Read More →Real-world example: Designing a 15-meter patrol boat with resistance analysis, propeller selection, and performance prediction.
Read More →Learn how to design B-Series propellers: diameter optimization, pitch calculation, cavitation analysis, and efficiency.
Read More →Comprehensive review of free and open-source boat design tools: Maxsurf alternatives, online calculators, and CAD software.
Read More →Understanding the difference between planing and displacement hulls, when to use each, and performance characteristics.
Read More →Ask questions about hull design, resistance calculation, propeller design, and marine engineering
Create cinematic videos from your hull designs using DouBao AI
Design hull and take screenshot (PrintScreen)
Click 🎬 DouBao button to upload
Enter prompt and generate video
Integrate Boat Designer Pro with AI agents and automated workflows
Boat Designer Pro supports programmatic access for AI agents like Claude, Perplexity, and Bing AI. AI models can call our API to generate hull designs, calculate resistance, and design propellers.
// Example: AI Agent calling Hull Generation API
fetch('https://api-hull.boat-designer.pages.dev/api/hull/generate', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
LOA: 12.8, // Length Overall (m)
Beam: 3.2, // Beam width (m)
Draft: 0.6, // Draft (m)
Depth: 1.8, // Depth (m)
Deadrise: 17 // Deadrise angle (degrees)
})
})
.then(res => res.json())
.then(data => console.log('Hull stations:', data.stations));
Anthropic Claude can access and use this tool
Indexed for AI search results
Microsoft Copilot integration ready
GPTBot can crawl and index
| Endpoint | Method | Description |
|---|---|---|
| /api/hull/generate | POST | Generate 3D hull geometry with 20+ stations |
| /api/hull/lcb | POST | Calculate Longitudinal Center of Buoyancy |
| /api/resistance/savitsky | POST | Calculate resistance using Savitsky method |
| /api/propeller/b-series | POST | Design B-Series propeller with cavitation check |
| /api/health | GET | Check API health status |