Overview
What the project is designed to do
A playful local-first burger idea builder with exactly three explainable suggestions, a Devour Board, and a private Tasting Journal that works without an AI provider.
Eight curated blueprints and deterministic suggestion logic keep the core builder complete without secrets.
Visitors review suggestions before adding them to a local board, then move ideas from queued to devoured and record ratings or notes privately.
Problem
What needed to change
A novelty burger logger offered little guidance and depended on a server-backed data model for a workflow that could remain private and portable.
Solution
How the release responds
Turn the concept into a complete idea-to-tasting flow with local state, deterministic creativity, optional guarded AI, and explicit food-safety limits.
Key features
What visitors can use
- Manual burger idea builder
- Exactly three reviewable suggestions
- Eight curated burger blueprints
- Queued and devoured board
- Private ratings, notes, import, and export
Implementation
How it was built
- 01
A dependency-free generator creates the static experience and offline shell.
- 02
Scoped browser storage holds the board, journal, theme, and settings.
- 03
Health and suggestion functions support optional AI while preserving deterministic fallback results.
Architecture
Delivery shape
Static generated pages use local state for all personal workflows and two narrow Vercel Functions for health and optional suggestions.
Product boundary
What this release does not claim
- Creative inspiration only; no nutrition, allergen, medical, cooking-temperature, or cross-contact guidance
- No restaurant, ordering, account, database, analytics, or food-safety verification