Live evaluation
Every line solved in a background isolate. The interface never freezes, even on heavy math.
You have a question. You start typing — numbers, formulas, whatever's in your head. Every line is solved live, right beside it. When the answer holds, wrap it in a form and hand it to anyone. No spreadsheet to wrangle, no Python to debug.
Why "draft"
A draft isn't the cathedral. It's the working answer — built fast, good enough to act on, easy to hand to the next person.
This started because a decimal point in the wrong place kept breaking the flow. No appetite for a heavyweight spreadsheet, no time to write a script. So: a notepad that does the math, keeps every step in view, and lets you pass the whole thing on. Need the polished, high-performance version later? Port it to Python. For everything in between — Draftply.
01 · Draft
No setup, no boilerplate. Open it, type your numbers, label your values, drop in a formula. Like scribbling on a notepad — except every line is solved the instant you write it.
Units carry through — 4.5 m * 12 m → 54 m²
Percentages just work — 1200 * 80% → 960
Values stick around — reuse them three lines later, or thirty.
02 · Solve
The language grows with the question. Functions, classes, loops, matrices, statistics, symbolic algebra — all solved live, all in the same document. No imports, no environment, no debugging cycle.
Functions & classes — bundle logic that reads like your thinking.
Symbolic algebra — solve, simplify, factor, derivatives, integrals.
Statistics & matrices — mean, std, det, inv, built in.
03 · Form
You've solved it. Add a header and the document turns into an interactive form — labeled inputs, chip selectors for fixed choices, read-only outputs. One toggle from editor to form. The person filling it in never sees the math.
Text inputs with live recalculation.
Chip selectors for options like strategy or tax rate.
Protected outputs — nothing to break.
Print & PDF — two-column export, ready to send.
Returns and taxes on a capital investment.
Amount (€)
Strategy
Tax
04 · Hand off
A .dplybundle packs your document and its libraries into a single file. Whoever opens it sees the form, fills in their own numbers, gets their own answer. If they're curious, the plain text is right there — read it, change it, make it theirs.
One file, everything inside — document + libraries together.
Plain text underneath — open, inspect, adapt, improve.
No server, no account — email, drive, USB, whatever.
They open it, change their numbers, get their answers.
Under the hood
A full interpreter — lexer, parser, evaluator — running every line in the background. Fast where it counts, honest about what it's for.
Every line solved in a background isolate. The interface never freezes, even on heavy math.
Variables, functions, classes, control flow. A real language, not a regex trick.
solve, simplify, factor, symbolic derivatives and integrals. Polynomial CAS, symbolic output.
Indexing, sort, range, push/pop. Matrix algebra: det, inv, transpose, trace, norm.
km, m, kg, h, s — auto SI conversion. mean, median, std built in. Percentages as 80%.
Line, scatter, bar, histogram — inline. Export SVG, PNG, CSV from any chart.
First-class strings with interpolation: "Total: {x + y} €". Concatenation, str(), len().
Two-column layout — code and results side by side. Header, footer, page numbers.
Comma or period, your call. Thousands grouping, precision, font — all yours. No flow broken.
Free & Pro
The free version does real math with no limits and no expiry. Pro unlocks the full language, forms, charts, and symbolic algebra.
Free
The essentials
Arithmetic, variables, units, matrices, statistics — no limits, no expiry.
Pro
The full language
Everything in Free, plus the tools to build, visualize, form, and hand off.
Start with the question.
Hand off the answer.