MoP Restaurant
A demo restaurant that does not exist, built to show one program doing three jobs: the public storefront, the reservations, and a live staff area.
- The building is the menu. Every floor is a page — menu, reservations, about us, gallery, contacts. The flag on the roof changes the language: seven of them.
- Reservations are real rows. The form writes into the demo database and the request shows up in the manager's screen.
- The staff area is a private sandbox. Sign in with a mop.dev account to try the waiter, kitchen, bar and manager screens: an order placed by the waiter appears in the kitchen on another screen at the same instant.
- Limits and a nightly reset. Each account has a small daily allowance of orders and edits, and every night the sandbox goes back to the starting menu — nobody can wreck it for the next visitor.
- What it is not. No payments, no till, no real tables. The photos are placeholders. Everything else works.
Built in Rust (Axum + Yew) and hosted on the mop.dev infrastructure.