# Welcome to SUMMITS

Your customers are already tracking their health and fitness — calories burned, macros needed, recovery scores, sleep quality. They carry a detailed picture of their nutritional needs on their wrists and in their pockets. But when they walk into your restaurant, none of that matters. They're back to picking off a static menu and hoping for the best.

SUMMITS connects those two worlds. It reads your customers' health data and builds meals gram by gram from your actual ingredients — so every person who orders gets something built specifically for them, every time.

No other restaurant technology can do this. There is no other API that turns biometric data into a personalized menu against your real ingredient catalog. And because every meal is unique to the person, you unlock things a static menu never could — hyper-personalized marketing, unique per-customer pricing, and real differentiation in a market where every other tech provider is offering you the same tools as your competitor down the street.

## What this looks like in practice

A customer finishes a 45-minute run. They open the app, and SUMMITS already knows what their body needs — adjusted calories, elevated protein for recovery, post-workout carb emphasis. It searches your menu, optimizes portions against their targets, and sends your kitchen a ticket:


```json
{
  "displayName": "Custom Bowl",
  "ingredients": [
    { "name": "Grilled Chicken", "portionG": 150, "scoops": 3, "category": "protein" },
    { "name": "Brown Rice", "portionG": 200, "scoops": 4, "category": "grain" },
    { "name": "Roasted Broccoli", "portionG": 100, "scoops": 2, "category": "vegetable" }
  ],
  "macros": { "calories": 620, "protein": 45, "carbs": 68, "fat": 18 }
}
```

Your staff scoops exactly what the ticket says. No guesswork, no nutrition math — just clear instructions with ingredient names, gram portions, and scoop counts calibrated to your serving utensils.

## How it works


```
1. Customer orders          2. SUMMITS optimizes         3. Your kitchen receives
   through the app     →       the meal to hit       →      a fulfillment ticket
                               their macro targets
```

Behind the scenes, SUMMITS runs a closed-loop personalization engine. It reads biometric signals from wearables and health platforms, reasons about what the customer needs, mathematically optimizes a plate from your ingredients, fulfills it in your kitchen, and feeds every signal back into the system so the next meal is better — for every customer.

The system learns from every order. Portion preferences, ingredient affinities, timing patterns, and feedback all flow back to improve recommendations across your entire customer base.

## Why this matters for your business

**True differentiation.** SUMMITS is the only piece of restaurant technology that offers your customers something they genuinely can't get anywhere else. This isn't a new POS integration or loyalty program — it's a capability no one else has.

**Hyper-personalized marketing.** Instead of generic push notifications about a sale or a new ingredient, you can reach your customers after their run with a recovery bowl built from your ingredients, priced from your real costs. That's a fundamentally different relationship with your customer.

**AOV lift.** Every bowl is unique. Every price is unique. You're not discounting off a fixed menu — you're building custom value with every order.

**AI-powered ordering.** SUMMITS includes conversational AI that your customers can talk to and get menus generated in real time. It's another surface you can integrate and brand as your own.

## Is SUMMITS right for my restaurant?

**Do I need to change my menu?**
No. SUMMITS works with your existing ingredients. We digitize what you already serve and optimize portions to hit customer nutrition targets.

**Do I need a developer?**
Not necessarily. Webhooks deliver simple JSON payloads to any URL you configure. If you can receive a POST request, you can receive SUMMITS tickets. We also provide a pull-based API if you prefer polling.

**What does my kitchen staff see?**
A clear ticket with ingredient names, gram portions, and scoop counts. Scoops are calibrated to your serving utensils — staff just follow the ticket.

**How do customers find my restaurant?**
Customers discover your menu through the SUMMITS app. When they order, the optimization runs against your catalog and a ticket is sent to your kitchen.

## Next steps

Ready to integrate? Start with the [Getting Started guide](/docs/getting-started/create-account) — you can go from zero to receiving a test ticket in under 10 minutes.