Overview
Pizza Plan is a dough-ratio and timing planner I built because I kept hand-converting hydration percentages and fermentation schedules every time I wanted to make pizza on a Saturday. You choose a style, size, quantity, kitchen conditions, and when you want to eat; it generates the gram-by-gram recipe, schedule-aware instructions, and a printable recipe.
Features
- Style-specific dough ratios and presets for Neapolitan, New York, Detroit, and other pizzas
- 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
- Export a printable PDF recipe
Technology Stack
- React 19 + TypeScript
- TanStack Router (file-based) and TanStack Query
- Vite
- Tailwind CSS
- Drizzle ORM
- Zod for schema validation