Tim FinchProducts, systems, AI
HomeProjectsWritingWork with meAbout

Open to product, platform, and AI work.

I build evidence-backed AI products and the systems needed to operate them responsibly, usually where product decisions and real workflows meet.

GitHub ↗LinkedIn ↗Devpost ↗London / Remote
←Back to work

Education Tools

SignalCalc

A free, hosted scientific calculator toolkit that helps students work through maths and science problems with clear formulas and familiar controls.

2026 / Education Tools / Expo / React Native / React / TypeScript showcase / Cloudflare

Quick read

A clear breakdown of the product, the reasoning behind it, and the implementation choices that matter.

Year
2026
Category
Education Tools
Status
Free, public, and hosted

Overview

SignalCalc began as a small mobile calculator MVP and became a focused student toolkit. It combines a traditional scientific calculator with quick helpers for density, speed, Ohm’s law, and quadratic roots, keeping the formulas and units visible instead of hiding them behind a black-box answer.

Why it exists

Students need quick calculations, but a calculator is most useful when it also makes the setup, units, and method easy to understand.

How it works

SignalCalc uses a familiar scientific layout, accessible controls, safe arithmetic, and small formula-based helpers for common school maths and physics work. It is free to use, hosted online, and requires no account.

Built with

Expo / React Native / React / TypeScript showcase / Cloudflare

What I focused on

  • Built a traditional scientific calculator with trigonometry, powers, logarithms, constants, brackets, and degree/radian mode.
  • Added compact student tools for density, speed, Ohm’s law, and quadratic roots.
  • Kept the guidance short and readable, with reminders about units, signs, and checking work.
  • Shipped a lightweight, dependency-conscious MVP with local tests and a public hosted demo.

A calculator that teaches the setup

SignalCalc scientific calculator with degree mode and grouped scientific functions
The hosted scientific calculator uses familiar controls and a clear display.

The toolkit is deliberately small. It helps with the calculations students meet often, while keeping the formula close to the result so the tool supports understanding rather than replacing it.

Try SignalCalc free ↗SignalCalc repository ↗

Where to look

GitHub ↗Demo ↗