SERVING UK RESTAURANTS & TAKEAWAYS

Sell online. See the numbers. Grow faster.

We build and run online ordering, data analytics, marketing, and EPOS for restaurants & takeaways across the UK.

We’re UK‑based. Fast setup and friendly support.
Monk Food Analystic Online Ordering System

Online Ordering for UK takeaways

We design your site, connect payments, and keep menus synced. Customers can order for collection or delivery—no marketplace dependency.

1‑click re‑order & fast checkout

Apple/Google Pay, address lookup, and secure payments. Customers can reorder from email/Instagram reminders.

Menu & price sync

We keep your online menu, prices, and availability up‑to‑date, and route tickets to the kitchen automatically.

Data Analytics

Understand orders by channel, popular items, peak times and repeat customers. Export to Excel/Google Sheets.

Daily revenue

See trends with week‑on‑week comparisons and seasonality.

Customer cohorts

Track new vs returning customers, basket size, and LTV.

CSV / Sheets export

Export your data anytime to Excel or Google Sheets for deeper analysis.

Marketing

We grow your UK takeaway with hands‑on, multi‑channel marketing. We manage social, reply to reviews, and run local campaigns that convert to orders.

Facebook & Instagram campaigns
  • Create posts & Reels; schedule content
  • Run local ads to postcode‑targeted audiences
  • Post into relevant local Facebook groups
  • Content shoots for photos/videos as needed
Reviews & customer care
  • Reply to reviews on Google Maps, Just Eat, Deliveroo, your website
  • Run SMS/text promotions and win‑backs
  • Monthly report of engagement & conversions

Pricing & Fees (UK)

Our 10% commission includes your website, hosting, updates, menu sync, analytics, and ongoing marketing management.

What’s included
  • Online ordering website (design + hosting + maintenance)
  • Menu & price sync, order routing, device checks
  • Analytics dashboard + CSV/Google Sheets exports
  • Marketing: Facebook/Instagram posting & ads, review replies (Google, Just Eat, Deliveroo, website), SMS campaigns
Cash order calculator

Cash orders incur only our commission.

£
Our commission (10%):
Estimated payout:
Card order calculator

Card orders include our commission + Stripe processing (1.2% + 20p per successful card payment).

£
Our commission (10%):
Stripe fee (1.2% + 20p):
Estimated payout:
Example: £20 order → £2.00 commission + £0.44 Stripe = £17.56 payout.

EPOS Solutions

SambaPOS integrations, device health, and reliable printing.

Menu & Price sync

Keep tills aligned with your online menu.

Kitchen routing

Auto print to the right station, every time.

Monitoring

Alerts for disconnects and queue retries.

Enquiry form

Submissions are saved to Google Sheets. We’ll call you back within 24 hours.

Email us
Connect Google Sheets (works now)
  1. Create a Google Sheet and note the Sheet ID. Make columns: name, email, business, phone, need, message, created_at, page.
  2. Open Google Apps Script, paste the code below, set your Sheet ID, and deploy as a Web App (Anyone).
  3. Copy the Web App URL and set it in SHEETS_WEB_APP_URL in this file.
Apps Script (paste this)
function doPost(e){
  const ss = SpreadsheetApp.openById('PUT_SHEET_ID_HERE');
  const sheet = ss.getSheetByName('Sheet1');
  const data = JSON.parse(e.postData.contents);
  sheet.appendRow([
    data.name, data.email, data.business, data.phone,
    data.need, data.message, data.created_at, data.page
  ]);
  return ContentService.createTextOutput(JSON.stringify({ok:true}))
    .setMimeType(ContentService.MimeType.JSON);
}

Prefer Google Forms? Send the Form URL and we’ll embed it instead.