# Welcome to SUMMITS

Your customers are already tracking everything — 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 catalog.

## From biometric signal to fulfilled meal

Here's what happens when a customer finishes a 45-minute run and opens the app.

### 1. SUMMITS reads their current state

Before a single word is typed, the system already knows what this person needs right now. Wearable data, workout history, recovery scores, and nutrition goals are synthesized into a real-time snapshot:


```json
{
  "context": "post_workout",
  "workout": {
    "type": "running",
    "durationMin": 45,
    "estimatedCalsBurned": 410,
    "endedMinAgo": 12
  },
  "targets": {
    "calories": 620,
    "proteinG": 45,
    "carbsG": 68,
    "fatG": 18
  },
  "adjustments": {
    "proteinFloor": "2.0 g/kg lean mass (recovery)",
    "carbEmphasis": "elevated (glycogen replenishment)",
    "tdeeAdjustment": "+410 cal from activity"
  }
}
```

> **This data never leaves SUMMITS.** Your restaurant doesn't see biometric details — you just receive the optimized meal. We handle the health data; you handle the food.


### 2. SUMMITS builds the perfect meal from your menu

The optimization engine searches your catalog, scores ingredient combinations against the customer's targets, and solves for the best possible meal — balancing nutrition accuracy, flavor coherence, portion practicality, and cost:


```json
{
  "displayName": "Custom Bowl",
  "ingredients": [
    { "name": "Grilled Chicken", "portionG": 150, "category": "protein" },
    { "name": "Brown Rice", "portionG": 200, "category": "grain" },
    { "name": "Roasted Broccoli", "portionG": 100, "category": "vegetable" }
  ],
  "macros": {
    "calories": 620,
    "proteinG": 45,
    "carbsG": 68,
    "fatG": 18
  },
  "macroAccuracy": "99.2%"
}
```

Every meal is unique. Every price is unique. This isn't a static menu item — it's a one-of-one plate built for one person in one moment.

### 3. Your kitchen receives a fulfillment ticket

Your staff doesn't need to know anything about macros, biometrics, or optimization. They get a clean ticket with ingredient names, gram portions, and scoop counts calibrated to your actual serving utensils:


```json
{
  "orderId": "KC01-20260403-017-1680",
  "displayName": "Custom Bowl",
  "station": "bowl-line",
  "ingredients": [
    { "name": "Grilled Chicken", "portionG": 150, "scoops": 3, "utensil": "4oz spoodle" },
    { "name": "Brown Rice", "portionG": 200, "scoops": 4, "utensil": "4oz spoodle" },
    { "name": "Roasted Broccoli", "portionG": 100, "scoops": 2, "utensil": "4oz spoodle" }
  ],
  "notes": "Post-workout recovery meal"
}
```

**That's it.** Scoop, serve, done. No guesswork, no nutrition math, no special training.

## 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 ping your customers after their workout with a bespoke recovery meal 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 your customers can talk to and get menus generated in real time — another surface you can integrate and brand as your own.

**A system that learns.** Every order teaches the system something. Portion preferences, ingredient affinities, timing patterns, and feedback all flow back to improve recommendations — not just for one customer, but across your entire customer base.

## Choose how to integrate

SUMMITS offers three integration tiers — pick the one that matches your team.

| Tier | What it means | Dev effort |
|  --- | --- | --- |
| **[Hosted](/docs/integration-options#hosted-recommended)** | We host the ordering page. You share a link, receive tickets. | None |
| **[Embedded](/docs/integration-options#embedded)** | Drop a component into your site. Co-branded, themeable. | Low |
| **[API](/docs/integration-options#api)** | Build your own experience with full API access. | Medium |


Most partners start with Hosted. [See all integration options](/docs/integration-options).

## Is SUMMITS right for my restaurant?

| Question | Answer |
|  --- | --- |
| **Do I need to change my menu?** | No. SUMMITS works with your existing ingredients. We digitize what you already serve. |
| **Do I need a developer?** | No. Most partners use our hosted ordering page — no code required. If you have a dev team, our [API](/docs/integration-options#api) gives you full control. |
| **What does my kitchen staff see?** | A clear ticket — ingredient names, gram portions, and scoop counts. Just follow the ticket. |
| **How do customers find me?** | Through the SUMMITS ordering page or app. When they order, optimization runs against your catalog and a ticket hits your kitchen. |


## Next steps

**Want us to handle everything?** Start with the [Hosted setup guide](/docs/getting-started/hosted-setup) — share a link, receive tickets, no code required.

**Have a dev team?** Jump into the [API quickstart](/docs/getting-started/create-account) — you can go from zero to receiving a test ticket in **under 10 minutes**.