Releases: dripips/sprig
Releases · dripips/sprig
Release list
v1.0.0 — A weekly meal plan that becomes a shopping list
A meal planner for people, not for developers: plan the week, and the shopping list writes itself.
- The week as a feed of days, dishes dragged by hand on Pointer Events — mouse or finger
- The shopping list is derived from the plan by a pure function: ingredients merged, grams turned into kilograms, grouped by store section
- Undo comes from the reducer, so every change is reversible
- Works offline through a service worker with a queue in localStorage
- Three languages, light and dark themes
- React 19 + Vite; a Node 24 server on
node:sqlite