Delta-v planning
Use a quick orbital estimate (altitude plus losses) or enter your own total ascent delta-v.
v_circ = sqrt(mu / r)- Losses: drag + gravity + steering
- Stage split + feasibility check
Flight control aesthetic | real math | edge auth
The Hangar is a practical two-stage sizing assistant: pick your assumptions, get a mass breakdown, check TWR, and generate a copyable mission packet.
A two-stage sizing assistant that turns assumptions into a deployable mission packet.
Use a quick orbital estimate (altitude plus losses) or enter your own total ascent delta-v.
v_circ = sqrt(mu / r)Given Isp and structural fraction, compute stage prop/dry and overall liftoff mass.
Bring thrust (kN) and get liftoff and upper-stage start TWR as quick red/green checks.
Auto-generates a copyable brief you can paste into a doc, issue, or flight readout.
It's intentionally first-pass: fast, assumption-driven, and honest about feasibility.
For each stage we solve for the stage mass that delivers the requested delta-v given Isp and
structural fraction. If your assumptions imply an impossible mass ratio, the tool calls it out.
Login sets a signed session cookie. Middleware verifies it before serving anything under
/hangar.
This is a lightweight starter you can customize: drop in your projects, add more protected pages, or wire up a real identity provider later.
Set SITE_PASSWORD and AUTH_SECRET in Cloudflare Pages, then deploy.