Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

a-type/gnocchi

Repository files navigation

MOVED!

Gnocchi code is now part of my monorepo for Biscuits apps: https://github.com/a-type/biscuits

Gnocchi

Gnocchi title card

Gnocchi, a tiny cooking app.

The web app is designed to work local-first and local-only. Users can subscribe to sync their list between devices and unlock realtime collaboration with family or friends they shop with.

Future releases may focus on recipe management, meal ideas, and general sanity in the weekly meal preparation world.

Repo structure

  • /apps/api - the core API and websocket server. Handles user registration, access, and synchronization of local changes.
  • /apps/react - React-based PWA.
  • /packages - several common internal libraries.