Skip to main content

Pizza Plan

A pizza-dough calculator that works backwards from when you want to eat. Tell it the style, the timing, and the kitchen temperature; it figures out the recipe.

React TypeScript TanStack Router Vite Tailwind CSS Drizzle
Cover image for Pizza Plan

Overview

Pizza Plan is a dough calculator I built because I kept hand-converting hydration percentages and fermentation schedules every time I wanted to make pizza on a Saturday. You pick a style, say when you want to eat, tell it how warm your kitchen is, and it gives you the gram-by-gram recipe and a schedule that fits.

Features

  • Presets for Neapolitan, New York, Detroit, and a few other styles
  • Schedule planner that works back from your eat-by time
  • Adjusts hydration and fermentation for kitchen temperature
  • Pick the number of pies and ball weight; the totals scale
  • Tunable taste sliders (chew, crispness, browning)
  • Save and share recipes

Technology Stack

  • React 18 + TypeScript
  • TanStack Router (file-based) and TanStack Query
  • Vite
  • Tailwind CSS
  • Drizzle ORM
  • Zod for schema validation