docs: add user guide and product screenshots
This commit is contained in:
parent
8f4a7bd207
commit
c3e359c161
10 changed files with 13 additions and 6 deletions
|
|
@ -2,9 +2,10 @@
|
|||
|
||||
**Stop throwing food away. Cook what you already have.**
|
||||
|
||||
Kiwi tracks your pantry, watches for expiry dates, and suggests recipes based on what's about to go bad. Scan barcodes, photograph receipts, and let Kiwi tell you what to make for dinner — without needing an AI backend to do it.
|
||||
Kiwi tracks your pantry, watches for expiry dates, and suggests recipes based on what's about to go bad. Scan barcodes, photograph receipts, and let Kiwi tell you what to make for dinner — no LLM required.
|
||||
|
||||

|
||||
{ .only-light }
|
||||
{ .only-dark }
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
BIN
docs/screenshots/01-pantry-dark.png
Normal file
BIN
docs/screenshots/01-pantry-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
BIN
docs/screenshots/02-recipes-dark.png
Normal file
BIN
docs/screenshots/02-recipes-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
BIN
docs/screenshots/03-recipe-results-dark.png
Normal file
BIN
docs/screenshots/03-recipe-results-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
BIN
docs/screenshots/04-receipts-dark.png
Normal file
BIN
docs/screenshots/04-receipts-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
|
|
@ -1,6 +1,7 @@
|
|||
# Inventory
|
||||
|
||||

|
||||
{ .only-light }
|
||||
{ .only-dark }
|
||||
|
||||
The inventory is your pantry. Every item you add gives Kiwi the data it needs to show pantry match percentages, flag expiry, and rank recipe suggestions.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
# Leftover Mode
|
||||
|
||||

|
||||
{ .only-light }
|
||||
{ .only-dark }
|
||||
|
||||
Leftover mode re-ranks recipe suggestions to surface dishes that use your nearly-expired items first. It's the fastest way to answer "what should I cook before this goes bad?"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
# Receipt OCR
|
||||
|
||||

|
||||
{ .only-light }
|
||||
{ .only-dark }
|
||||
|
||||
Receipt OCR automatically extracts grocery line items from a photo of your receipt and adds them to your pantry after you approve. It's available on the Paid tier and BYOK-unlockable on Free.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
# Recipe Browser
|
||||
|
||||

|
||||
{ .only-light }
|
||||
{ .only-dark }
|
||||
|
||||
The recipe browser lets you explore the full recipe corpus filtered by cuisine, meal type, dietary preference, and main ingredient. Your **pantry match percentage** is shown on every recipe card so you can see at a glance what you can cook tonight.
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ theme:
|
|||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- attr_list
|
||||
- pymdownx.details
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
|
|
@ -63,6 +64,7 @@ nav:
|
|||
- Recipe Engine: reference/recipe-engine.md
|
||||
- Tier System: reference/tier-system.md
|
||||
- Architecture: reference/architecture.md
|
||||
- All CF Docs: https://docs.circuitforge.tech
|
||||
|
||||
extra_css:
|
||||
- stylesheets/theme.css
|
||||
|
|
|
|||
Loading…
Reference in a new issue