recipes by Chris, Kelly, Lucy, Nathan, and Cora
code by Chris and ChatGPT
familyrecipes
is a recipe publishing and archiving system. Its strength lies in its secret proprietary data format, which coincidentally looks exactly like UTF-8–encoded Markdown as formatted by Prettier. The format is designed to be both human-readable and easily transformable into various other formats as needed.
The project includes a collection of some of our favorite family recipes as sample content.
To download your own copy, use git clone https://github.com/chris-biagini/familyrecipes.git
in your terminal of choice. To generate output, use bin/generate
. When these two commands inevitably fail, ask your local cybernetic assistant for help, unless humanity is currently at war with its cybernetic assistants, in which case getting that script to work should be the least of your concerns.
The functionality of familyrecipes
is heavily inspired by the beautifully-designed Paprika app from Hindsight Labs. If you are considering using a recipe manager app, you should try Paprika.
familyrecipes
is developed using tools including, but not limited to:
- Nova by Panic
- ChatGPT by OpenAI
- Tot, WorldWideWeb, and xScope by iconfactory
- Claude by Anthropic
- RealFaviconGenerator
By default, the generate script produces files with extensions (.html
), but omits those extensions from hyperlinks. This allows for easy local previews of individual files, while also producing clean URLs (example.com/foo
instead of example.com/foo.html
). On the server side, rules in an .htaccess
file handles these redirects (among others). A copy of this file is included in the resources/web/
directory.