Back to browse
A backwards dough fermentation scheduler

A backwards dough fermentation scheduler

by Floppyrom·Jun 5, 2026·1 point·2 comments

AI Analysis

●●SolidCozySolve My Problem

Schedules pizza dough steps backwards from your dinner time so nothing ruins your night.

Strengths
  • Backwards scheduling from eat time eliminates mental math for fermentation windows.
  • Sleep-aware alerts prevent 3 a.m. folding reminders.
  • Specific flour brand recommendations based on protein strength and W-value.
Weaknesses
  • Android-only launch excludes iOS users from the workflow.
  • Niche utility limits audience to serious home pizza makers.
Category
Target Audience

Home pizza makers and sourdough enthusiasts

Similar To

PizzaApp · Breadtastic · Dough Calculator

Similar Projects

@push.rocks/taskbuffer – just scheduling task executions

push.rocks/taskbuffer appears to be a focused utility for queuing and scheduling short-lived tasks — useful when you need to debounce bursts or smooth calls to a rate-limited API. The npm landing (blocked by Cloudflare in my screenshot) doesn't show whether it offers persistence, retries, or clustering, so right now it looks like a handy single-process tool but not a replacement for Bull/Agenda in production workloads.

Ship ItSolve My Problem
PhilKunz
103mo ago
Developer Tools●●Solid

Self-Hosted Task Scheduling System (Back End and UI and Python SDK)

The dashboard exposes cron/interval scheduling, timezone support, retries, execution history, realtime metrics and API-key login, and it runs with a single docker-compose up — exactly the pragmatic feature set you'd want for hosting private webhooks. It isn't reinventing scheduling (Airflow, Rundeck and hosted cron services already exist), but it's a tidy, usable package for teams that want a lightweight, self-hosted alternative with a Python SDK.

Niche GemShip It
rilesthefirst
203mo ago