๐ณ fond
A local-first personal cooking & recipe management system.
Your recipes, your data, your kitchen. No accounts. No cloud dependency. Family-shared from day one.
fond combines the web-clipping convenience of Paprika, the open-format philosophy of Cooklang, and the meal-planning depth of Mealie โ in a CLI-first tool that keeps everything on your machine as plain-text files you own forever.
Status: Early development โ scaffolding and spikes. See ROADMAP.md for the full plan.
Why "fond"?
fond has two meanings that capture what this project is about:
In French cooking, a fond (fond de cuisine) is the caramelized layer of browned bits left at the bottom of a pan after searing. It's the flavor foundation โ you deglaze it to build a sauce. Every great dish starts with a good fond.
In English, fond means warmth and affection โ the feeling embedded in a family's recipes, the handwritten notes in the margins, the memory of cooking together.
The name captures both: the technical foundation of good cooking and the emotional foundation of a family kitchen.
"The foundation of your kitchen."
Principles
- Your data, your files. Recipes live as plain-text
.cookfiles you can read, edit, and back up with any tool. SQLite is a derived index โ delete it andfond reindexrebuilds everything. - Local-first. Works fully offline. Network access is only for optional URL imports.
- Family-shared. Designed for a household from day one. Personal notes, ratings, and dietary preferences are per-user; recipes are shared.
- Cooklang-native. Recipes use the open Cooklang format. No proprietary file formats. No lock-in.
- CLI-first. A fast, scriptable command-line tool. Web, iOS, macOS, and Apple Watch interfaces are planned โ all built on the same Rust core.
- Import everything. Bring your Paprika collection, clip recipes from NYT Cooking, scrape food blogs. Years of recipes should transfer in minutes.
- Open source. MIT licensed. Contributions welcome.
Planned Features
- ๐ Recipe management with Cooklang round-trip fidelity
- ๐ฅ Import from Paprika, schema.org sites, NYT Cooking, Cook's Illustrated
- ๐ค Export to JSON, Paprika, and plain copy
- ๐ Instant full-text search with tag, cuisine, and time filters
- โฑ๏ธ Realistic cooking timelines with backward scheduling from serve time
- ๐ณ TUI cook mode with live timers and step-by-step guidance
- ๐ฅ Presence-based pantry with recipe coverage percentage
- ๐ Pantry-aware, aisle-grouped grocery lists
- ๐ Weekly meal planning with consolidated shopping
- ๐จโ๐ฉโ๐งโ๐ฆ Family profiles with dietary preferences and allergen flags
- ๐ Personal scoreboard โ most cooked, highest rated, cooking history
- โ๏ธ Recipe scaling with non-linear ingredient warnings
- ๐ Web UI (
fond serve) for non-CLI household members - ๐ฑ Native Apple apps (iOS, iPad, macOS, Apple Watch)
Architecture
~/fond/
recipes/ โ .cook files (SOURCE OF TRUTH)
chicken-adobo.cook
sourdough.cook
photos/ โ content-addressed images
fond.db โ SQLite index (DERIVED, rebuildable)
config.toml
Tech Stack
- Language: Rust (2021 edition)
- Recipe format: Cooklang (
.cookplain text) - Database: SQLite with FTS5 full-text search
- CLI: clap v4 with
--jsonfor scripting - TUI: ratatui (cook mode)
- Web: Axum + HTMX (Phase 4)
- Architecture: Cargo workspace โ
fond,fond-core,fond-domain,fond-store,fond-import,fond-scrape,fond-timeline
Documentation
- Product Roadmap โ 9-phase plan from first recipe to moonshots
- Architecture Decision Records โ 10 ADRs covering load-bearing decisions
- Contributing Guide โ development setup and contribution guidelines
License
Built by kafkade.