Interactive Tools Built From Real-World Workflows

These aren't toy demos. Each tool replicates a framework I used professionally — ROAS modelling, statistical significance testing, and ICP lead scoring. All calculations are server-side Python running inside a Django backend.

← Back to Portfolio
🏗️
How These Were Built

Each tool is a Django view that accepts a JSON POST request, runs the calculation in Python (including real scipy.stats chi-squared tests for the A/B calculator), and returns a JSON response rendered by vanilla JS. The stack: Django 4.2 · Python 3.11 · scipy · PostgreSQL · Railway. No black boxes — the same statistical rigour applied to 25+ concurrent A/B tests at GrowthPulse.