• v0.1.0 42746d7321

    padreug released this 2026-05-11 17:48:42 +00:00 | 2 commits to main since this release

    Operator CMS for restaurants on LNbits. Customer-facing UI ships in
    aiolabs/webapp (restaurant bundle).

    Features:

    • Restaurant profile + per-restaurant Nostr identity
    • Menu tree (adjacency list + materialized path, max depth 4)
    • Menu items with modifier groups, modifiers, availability windows
    • Stock tracking + low-stock threshold
    • Multi-currency pricing with live fiat → sat conversion via
      lnbits.utils.exchange_rates
    • Lightning-native order pipeline (quote → place → pay → settle)
    • Kitchen Display (KDS) with age-based color escalation
    • Print job queue for printer-pi
    • Public REST API including /restaurants/by-slug for webapp routing
    • NIP-99 menu publishing (kind 30402) with NIP-09 deletions
    • Obsidian-style docs vault under docs/

    Companion webapp: aiolabs/webapp branch feat/restaurant-bundle.

    Downloads