Scale recipe ingredients for batch cooking. Input your ingredients with amounts and portions, then specify how many portions you want to make.
- Add multiple ingredients with amounts and units
- Supports fractions (1/2, 1 1/2) and decimals
- Common cooking units (tsp, tbsp, cup, g, oz, pinch, dash)
- Real-time scaling calculations
- Outputs amounts in cooking-friendly fractions
- React 19
- TypeScript
- Tailwind CSS 4
- Vite
- Bun (runtime + package manager)
# Install dependencies
bun install
# Start dev server
bun dev
# Build for production
bun run build
# Preview production build
bun previewDeploy to Vercel with one command:
bunx vercelOr connect your GitHub repo at vercel.com/new for automatic deploys on push.