
🔧 Real engineering calculations
📊 Variables
Store intermediate results and reference previous calculations. Build complex infrastructure models step-by-step with automatic dependency tracking.
💬 Context-Aware Parsing
Embed calculations in documentation: "Database: 5 TB + 2 TB" or "Memory: 16 GiB per node". Extracts and evaluates expressions from technical specs and comments.
🔄 Unit System
Handles binary vs decimal units correctly (GiB vs GB), bandwidth vs throughput (Mbps vs MB/s), and rate calculations. No more unit conversion bugs in capacity planning.
🧮 Dimensional Analysis
Type-safe unit arithmetic prevents errors. Mix storage, bandwidth, time, and rate units naturally. The compiler ensures your math makes physical sense.
🔗 Line references
Reference previous results with line1, line2 syntax. Build infrastructure models where later calculations automatically update when inputs change.
💾 Calculation Notebooks
Mathypad files. Save capacity models, performance benchmarks, and infrastructure specs. Share reproducible calculations with your team.
⌨️ Terminal-Native Interface
Full vim keybindings: hjkl navigation, w/b word movement, dd line deletion, modal editing. Integrates into your existing terminal workflow.
⏱️ Performance & Capacity Math
Time-series calculations, rate conversions, and throughput analysis. Model API performance, estimate migration times, and plan infrastructure scaling.
🌐 Production Infrastructure
Built for SRE and DevOps workflows. Model production capacity, estimate costs, calculate SLA requirements, and validate infrastructure specs before deployment.
Ready to get started?
💻 Or install the terminal version
Launch with mathypad
for interactive mode or mathypad -- "100 GB / 10 Mbps"
for scripting and automation