A two-patty operation running out of a 7×14 food trailer. Single-source beef, smashed paper-thin on a 550° flattop until the edges go lacy and the cheese cries. Order ahead and we'll text you when it's ready.
We'll text you when your order is ready. Pay at the truck.
Update this whenever you move. It shows instantly on the homepage banner + menu.
When ON, every new order automatically texts the customer their receipt from your number. When OFF, you send each one manually below.
Staff log in with their name + PIN at the login screen to clock in/out.
pk_live_) into the field below and saveSTRIPE_SECRET_KEY
Receipts show on screen + save to the dashboard now. To text them from 734-216-1727, connect Twilio:
// Replace console.log in sendSMS() with:
// fetch('/api/send-sms', { method:'POST',
// headers:{'Content-Type':'application/json'},
// body: JSON.stringify({ to, from:'+17342161727', body }) });
// Server: twilio.messages.create({ to, from, body })