{"id":17442746,"url":"https://github.com/ffflorian/sauerteig","last_synced_at":"2026-06-14T11:00:41.609Z","repository":{"id":36955939,"uuid":"366998984","full_name":"ffflorian/sauerteig","owner":"ffflorian","description":"Bake the best sour dough bread.","archived":false,"fork":false,"pushed_at":"2026-06-11T11:54:35.000Z","size":8205,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-11T13:17:39.378Z","etag":null,"topics":["baking","dockerfile","react","recipe","typescript"],"latest_commit_sha":null,"homepage":"https://sauerteig.ffflorian.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ffflorian.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"ko_fi":"ffflorian","liberapay":"ffflorian"}},"created_at":"2021-05-13T09:28:16.000Z","updated_at":"2026-06-11T11:54:40.000Z","dependencies_parsed_at":"2026-03-12T10:01:02.629Z","dependency_job_id":null,"html_url":"https://github.com/ffflorian/sauerteig","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":"ffflorian/ts-boilerplate","purl":"pkg:github/ffflorian/sauerteig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffflorian%2Fsauerteig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffflorian%2Fsauerteig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffflorian%2Fsauerteig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffflorian%2Fsauerteig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ffflorian","download_url":"https://codeload.github.com/ffflorian/sauerteig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffflorian%2Fsauerteig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34318525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["baking","dockerfile","react","recipe","typescript"],"created_at":"2024-10-17T16:28:45.730Z","updated_at":"2026-06-14T11:00:41.604Z","avatar_url":"https://github.com/ffflorian.png","language":"TypeScript","funding_links":["https://ko-fi.com/ffflorian","https://liberapay.com/ffflorian"],"categories":[],"sub_categories":[],"readme":"![Sauerteig logo](packages/frontend/public/img/sauerteig_128.png)\n\n# sauerteig [![Build Status](https://github.com/ffflorian/sauerteig/workflows/Main/badge.svg)](https://github.com/ffflorian/sauerteig/actions/)\n\nBake the best sour dough bread.\n\nSauerteig is an installable Progressive Web App that walks you through baking sourdough bread one step at a time. The recipe and all UI text are in German.\n\nThis is a monorepo with two packages: a React frontend (`packages/frontend`) and a NestJS backend (`packages/backend`) that handles scheduled push notifications.\n\n## Features\n\n- **Step-by-step guide**: six stages from the starter (Anstellsauer) to the finished loaf, with ingredients and instructions for each step.\n- **Reminder timers**: start a countdown for any waiting period and get a browser notification when it expires - even hours or days later.\n- **Light and dark theme**: follows your system preference and can be toggled manually; your choice is remembered.\n- **Multiple navigation modes**: arrow keys, swipe gestures, and on-screen buttons.\n- **Progress persistence**: your current step and running timers are stored in `localStorage`, so you can close the app and pick up where you left off.\n- **Installable PWA**: add it to your home screen and use it offline-friendly.\n\n## Tech stack\n\nReact 19, TypeScript 6, Vite 8 (frontend) and NestJS, Mongoose, web-push (backend). See [AGENTS.md](AGENTS.md) for the full stack, project structure, and contribution conventions.\n\n## Install\n\n```\nyarn\n```\n\n## Start\n\nFrontend dev server at http://localhost:5173:\n\n```\nyarn workspace sauerteig-frontend start\n```\n\nBackend dev server at http://localhost:3000:\n\n```\nyarn workspace sauerteig-backend dev\n```\n\n## Build\n\nType-checks and bundles both packages:\n\n```\nyarn build\n```\n\n## Docker\n\nEach package has its own Dockerfile.\n\n```\ndocker build -f frontend.Dockerfile -t sauerteig-frontend .\ndocker run -p 8080:8080 sauerteig-frontend\n\ndocker build -f backend.Dockerfile -t sauerteig-backend .\ndocker run -p 3000:3000 sauerteig-backend\n```\n\nThe frontend container exposes the app on port 8080 and provides a `/_health` endpoint.\n\n## Recipe\n\nThe full recipe is also available as plain text in [Rezept.md](Rezept.md).\n\n## License\n\n[GPL-3.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffflorian%2Fsauerteig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fffflorian%2Fsauerteig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffflorian%2Fsauerteig/lists"}