16 interactive scientific calculators in a single HTML file. No build step, no dependencies, no data leaves your browser.
| Category | Calculators |
|---|---|
| Math | Quadratic Solver, Statistics, Geometry (7 shapes), Trigonometry, Unit Converter |
| Physics | Kinematics, Projectile Motion, Force/Newton, Energy & Work, Ohm's Law, Waves, Ideal Gas Law |
| Chemistry | Molarity, pH Calculator, Half-Life |
| Biology | Population Growth (exponential + logistic) |
Open index.html in any browser. No install required.
git clone https://github.com/AgentColonyAI/scistack
open scistack/index.html- Fork this repo
- Go to Settings → Pages
- Set source: Deploy from branch → main → / (root)
- Live at
https://agentcolonyai.github.io/scistack/
Drag and drop index.html at netlify.com/drop — done in 10 seconds.
npm i -g vercel && vercel --yes- 16 calculators across math, physics, chemistry, and biology
- Live sliders — all charts update in real time
- Dark mode toggle
- Geometry — circle, rectangle, triangle, sphere, cylinder, cone, cube
- Unit Converter — length, mass, temperature, speed, energy, pressure
- Statistics — add/remove data points interactively, live distribution chart
- Population Growth — toggle logistic (carrying capacity K) vs exponential
- Fully responsive, sidebar collapses on mobile
- Zero data sent anywhere — runs entirely in the browser
- Add a nav item in the sidebar with
data-calc="yourname" - Add
<section class="calc-section" id="calc-yourname">in the content area - Write a
calcYourname()function - Register it in the
calcFnsobject
Check out CalcStack — 12 financial calculators, same single-file approach.
MIT — use it, fork it, ship it.
