Wing Design in a
Spreadsheet
Load airfoils, view in 3D, and drop custom =AERO_LIFT() formulas right inside the Google Sheet you already have open.
Live aerodynamics.
Zero file exports
RC builders and drone teams already live in spreadsheets. AeroSheet removes the desktop tool dependency and puts real aerodynamics math next to your weight & balance and motor calcs.
No more XFOIL to .txt to Excel dance.
Interactive App iframe goes here
(Loads bundled Index.html)
Live 3D Wing Viewer
Tapered planform rendered in Three.js. Stall tint fires at the right AoA. Drag to rotate, adjust span, chord, and taper in real time.
Aerodynamic Polar
Full Cl vs Cd sweep from −4° to 20° via Thin Airfoil Theory and Prandtl finite wing corrections. Best glide and Cl_max annotated automatically.
Push to Sheet
One click writes the full polar array to your active spreadsheet and draws a chart. Your cells, your data — we just do the math.
Custom Formulas
Magic cells. Type =AERO_LIFT("2412", 5, 15, 1.2, 0.18) anywhere in your sheet and watch it update live. Screenshot-worthy. Shareable.
Powered by the
Veenie Engine
The physics behind AeroSheet isn't locked in a black box. It's powered by @veenie/aero, our open-source TypeScript physics engine featuring Thin Airfoil Theory, Prandtl lifting-line math, and the ISA atmosphere model.
import { NacaProfile, polarSweep } from '@veenie/aero';
// Generate geometry
const foil = new NacaProfile('2412');
// Sweep AoA from -4° to 20°
const polar = polarSweep(foil, {
span: 1.5,
chord: 0.2,
velocity: 18
});
console.log(polar.stallAngle); // 13.8°
One price. Forever.
RC and drone builders hate subscriptions. So do we. Buy once, use forever, and get all future updates on this major version.
Free
Marketplace install. Zero friction.
- NACA 4-digit generator
- Full physics engine (Prandtl + TAT)
- Live 3D wing viewer
- 6 preset + 20 curated profiles
- Polar chart & Push to sheet
- =AERO_* custom formulas
Pro
For serious builders and researchers.
- Everything in Free
- Full UIUC database (1,600+ profiles)
- CAD coordinate export (Fusion/SolidWorks)
- Infinite batch AoA/Speed sweeps
- Multi-profile comparison
- All future v1 updates
Your wing. Your sheet.
Your data.
AeroSheet Pro is launching soon. Join the waitlist to be the first to know, or install the free beta directly into Google Sheets today.