# Disho > Disho is a SaaS platform for restaurants: QR menus where every dish is a short > vertical TikTok-style video, with real-time ordering, pay-at-table (Apple Pay / > Google Pay via Stripe), AI generation of dish photos/videos/descriptions, and > menu content in 12 languages. Guests scan a per-table QR code and order from > the phone browser — no app to install. Disho turns a menu into a sales tool: guests scroll dishes as short videos, add to cart in one tap, and pay at the table. The restaurant gets one URL per table, orders streamed live to the kitchen (no page refresh), hourly/dish-level analytics, and team access with roles. Free during beta; Pro is €40/month after (3-month trial). Pay-at-table fee: 1.5% + €0.10 per transaction on top of Stripe's. ## Main links - [Home (EN)](https://disho.net/) · [RU](https://disho.net/ru) · [ES](https://disho.net/es) - [Live demo menu](https://disho.net/r/demo) - [Sign up](https://disho.net/signup) - [Full product details for AI assistants](https://disho.net/llms-full.txt) ## Key capabilities - **Video menu**: every dish is a vertical 9:16 autoplay (muted) clip; Ken Burns photo fallback when there is no video. MP4/WebM/HEVC, posters auto-extracted. - **QR per table**: unique URL `/r//t/` — scanning ties the order to the table. Print all codes from the dashboard in one click; visual floor-plan editor. - **Real-time orders**: Server-Sent Events to the kitchen, sound alert, statuses New → Accepted → Ready → Served. - **Pay at table**: Stripe Connect straight to the restaurant's account; Apple Pay / Google Pay; bill splitting. - **AI content generation**: dish photo ≈ €0.15, dish video ≈ €2.20, descriptions €0.03 per language. Pay-per-use wallet, price always shown upfront. - **Menus in 12 languages**: RU, EN, ES, FR, DE, PL, CS, SK, LT, IT, BE, UK — per-dish translations; guests are only offered languages that actually exist. - **Team roles**: owner / manager / staff, email invitations with expiry. - **Analytics**: revenue, average ticket, top dishes, hourly breakdowns. ## Guides (blog) English: - [QR Menu for Restaurants: How It Works](https://disho.net/blog/qr-menu-for-restaurants) - [How to Make a QR Menu (Step by Step)](https://disho.net/blog/how-to-make-a-qr-menu) - [Benefits of QR Menus](https://disho.net/blog/benefits-of-qr-menus) - [Menu with Photos and Video](https://disho.net/blog/menu-with-photos-and-video) - [QR Ordering and Pay at Table](https://disho.net/blog/qr-ordering-and-pay-at-table) - [Increase Restaurant Average Ticket](https://disho.net/blog/increase-restaurant-average-ticket) - [QR Menu in Marbella](https://disho.net/blog/qr-menu-marbella) - [Free QR Menu — What "Free" Really Means](https://disho.net/blog/free-qr-menu) - [Digital Menu vs Paper Menu](https://disho.net/blog/digital-menu-vs-paper-menu) - [QR Menu for Cafes and Bars](https://disho.net/blog/qr-menu-for-cafes-and-bars) - [Restaurant Menu Translation](https://disho.net/blog/restaurant-menu-translation) - [Best QR Menu Platforms](https://disho.net/blog/best-qr-menu-platforms) - [Restaurant Automation with n8n](https://disho.net/blog/n8n-restaurant-automation) - [Connect Your Restaurant to Claude and ChatGPT (MCP)](https://disho.net/blog/connect-restaurant-to-claude-chatgpt) Español: [índice del blog](https://disho.net/es/blog) — mismas guías en español. Русский: [все статьи блога](https://disho.net/ru/blog) — те же гайды на русском. ## Pricing - **Beta** — free while in beta, no limits on tables / dishes / orders. - **Pro** (post-beta) — €40/month, 3-month trial; beta accounts keep a permanent discount. - **Pay-at-table fee** — 1.5% + €0.10 per transaction (plus Stripe's ~1.5% + €0.25 in the EU). - **AI generation** — pay-per-use from a prepaid wallet: €0.15/photo, €2.20/video, €0.03/description language. ## Integrations - **MCP connector** for AI assistants: add `https://disho.net/mcp` as a custom connector in Claude (Settings → Connectors) or ChatGPT (Apps & Connectors) — OAuth login with your restaurant account, then manage the stop-list, orders, menu and analytics from chat. Revocable anytime from the dashboard. - **n8n**: community node [`n8n-nodes-disho`](https://www.npmjs.com/package/n8n-nodes-disho) — automate stop-lists, order alerts, reports and menu content. Uses an API key minted in the dashboard (Team → Connected apps). ## Mobile app Beyond the restaurant dashboard, Disho ships an iOS app (Android in progress) — a social network of vertical dish videos with check-ins, likes, follows and geo-search of restaurants. API spec: https://disho.net/api/docs (Swagger) or https://disho.net/api/docs/json (OpenAPI 3.1). ## Tech Frontend: React 18 + Vite SPA with server-injected SEO content. Backend: Node.js 20 + Fastify, PostgreSQL 16, MinIO (S3-compatible) for media, Stripe for payments, Replicate for AI. Deploy: Docker Compose behind nginx. ## Contact - Email: hello@disho.net - API docs: https://disho.net/api/docs