API + Personalization Console
For developers & product teams
Build custom health, wellness, and nutrition experiences against a single GraphQL surface. You own the front-end; we operate the back.
The Suggestic Platform
A GraphQL API, a white-label telehealth platform, and an AI assistant surface — all on a single, BAA-ready foundation. So you ship in weeks, not years.
The substance behind 8-week production
"Production AI in 8 weeks. Or we stop." — that promise on our homepage is only credible because of this page. Every engagement starts on a platform that already exists in production: a GraphQL API serving over a million recipes, a white-label app deployed by health and wellness brands, an AI assistant trained on years of nutrition data, and a compliance layer already audited.
What we ship in 8 weeks is the last mile — your data, your branding, your workflows. The platform underneath is the part we don't have to build twice.
Pick your track
Most customers use more than one. Start where the lift is highest; extend into the others as the product demands it. Same data, same compliance layer, same AI — different surfaces.
For developers & product teams
Build custom health, wellness, and nutrition experiences against a single GraphQL surface. You own the front-end; we operate the back.
For operators & product owners
Launch a branded mobile app, web app, and telehealth portal fast. Pre-built modules, your brand, your workflows on top.
For care teams & clinical operators
Add image-based food logging, conversational nutrition agents, supplement assessments, and symptom tracking to a clinical workflow.
The architecture
Every customer-facing surface — your mobile app, your console, your telehealth portal — talks to a single GraphQL API. The API sits on a data, AI, and compliance foundation we operate. New systems snap onto what's already in production.
iOS & Android. Personalized meal plans, food logging, AI food recognition, restaurants, shopping lists, wearables.
Rules engine, ingredient and segment grouping, program builder, reporting — your team configures the experience.
Coaches and clinicians monitor progress, run voice/video sessions, manage appointments, adjust meal plans.
Single surface for recipes, food, nutrition, restaurants, plans, AI food recognition, conversational agents, and integrations.
Auth0, Okta, AWS Cognito, Shopify SSO, WordPress SSO. Webhooks for plan generation, food log analysis, sync events.
179 nutrients · 1.7M recipes · 35M menu items · USDA FoodData.
Rules engine, dynamic plan generation, swap logic, preference and restriction inference.
Image recognition for the AI Food Log, conversational AI Assistant, content classification.
TLS/SSL, encryption at rest, audit logging, SSO, BAA available. Private dedicated and on-premise options.
Live data · production today
Track 01 · For developers & product teams
Recipes, food, nutrition, restaurants, AI food recognition, conversational agents — exposed as one GraphQL surface. Designed so the lift between prototype and production is a config change, not a rewrite.
query customMealPlan($userId: ID!, $days: Int!) { customMealPlan(userId: $userId, days: $days) { id startDate days { date meals { name recipe { id name calories } servings } totals { calories protein carbs fat } } } }
{ "data": { "customMealPlan": { "id": "mp_8z3K", "startDate": "2026-06-01", "days": [{ "date": "2026-06-01", "meals": [{ "name": "Breakfast", "recipe": { "id": "r_5142", "name": "Steel-cut oats, almond & berry", "calories": 412 }, "servings": 1 }], "totals": { "calories": 1840, "protein": 112, "carbs": 198, "fat": 62 } }] } } }
query searchRecipesByIngredients($ingredients: [String!]!) { searchRecipesByIngredients(ingredients: $ingredients, first: 10) { edges { node { id name calories prepTime missingIngredients tags } } } }
{ "data": { "searchRecipesByIngredients": { "edges": [{ "node": { "id": "r_88e1", "name": "Mediterranean grain bowl", "calories": 540, "prepTime": 22, "missingIngredients": ["feta", "olives"], "tags": ["mediterranean", "high-fiber"] } }] } } }
query shoppingList($mealPlanId: ID!) { shoppingList(mealPlanId: $mealPlanId) { categories { name items { ingredient quantity unit aisleHint } } } }
{ "data": { "shoppingList": { "categories": [{ "name": "Produce", "items": [ { "ingredient": "baby spinach", "quantity": 8, "unit": "oz", "aisleHint": "produce-bagged" }, { "ingredient": "avocado", "quantity": 2, "unit": "each", "aisleHint": "produce" } ] }] } } }
query restaurant($id: ID!) { restaurant(id: $id) { id name cuisines menu { section items { name calories macros { protein carbs fat } tagsForUser(userId: "u_42") } } } }
{ "data": { "restaurant": { "id": "rest_9921", "name": "Tela Bistro", "cuisines": ["mediterranean", "greek"], "menu": [{ "section": "Bowls", "items": [{ "name": "Grain bowl, lemon-herb chicken", "calories": 580, "macros": { "protein": 42, "carbs": 54, "fat": 22 }, "tagsForUser": ["high-protein", "on-plan"] }] }] } } }
# Accepts EITHER an image upload OR a text description. # Image: X-APOLLO-OPERATION-NAME: processFoodImageAssistant + multipart form data mutation processAiFood($image: Upload, $foodDescription: String) { processAiFood(input: { image: $image, foodDescription: $foodDescription }) { success message foodAnalysis { id status serviceResponse } } } # Variables — text input example: { "foodDescription": "3 eggs, two pieces of whole grain bread, half avocado" }
{ "data": { "processAiFood": { "success": true, "message": "Food analysis complete", "foodAnalysis": { "id": "fa_b21x", "status": "COMPLETE", "serviceResponse": { "items": [ { "name": "Egg, whole", "portion": "3 large", "calories": 216 }, { "name": "Whole-grain bread", "portion": "2 slices", "calories": 160 }, { "name": "Avocado", "portion": "½ medium", "calories": 120 } ], "totals": { "calories": 496, "protein": 26, "carbs": 34, "fat": 28 } } } } } }
| Capability | DeveloperSandbox + paid | PremiumMost popular | EnterpriseCustom |
|---|---|---|---|
| Food & Nutrition API | |||
| Recipes search & recommendations1.7M+ recipes | ✓ | ✓ | ✓ |
| Meal planning & swapping | ✓ | ✓ | ✓ |
| Restaurants & menu search520K restaurants · 35M menu items | ✓ | ✓ | ✓ |
| Shopping list generation | ✓ | ✓ | ✓ |
| Barcode scanning | ✓ | ✓ | ✓ |
| Cuisine, preferences, restrictions, goals | ✓ | ✓ | ✓ |
| USDA FoodData Centralvia GraphQL | ✓ | ✓ | ✓ |
| AI capabilities | |||
| AI Food Logimage + text food recognition | ✓ | ✓ | ✓ |
| AI Assistantconversational nutrition agent | — | ✓ | ✓ |
| Supplement assessments & recommendations | — | ✓ | ✓ |
| Health & wellness API | |||
| Tracking — activity, sleep, heart rate, HRV, blood pressure, glucose, steps, water | ✓ | ✓ | ✓ |
| Symptom tracking | — | ✓ | ✓ |
| Content library, journal, dashboard | ✓ | ✓ | ✓ |
| Platform access | |||
| Personalization Console | — | ✓ | ✓ |
| Full API access | ✓ | ✓ | ✓ |
| Program creation console | — | ✓ | ✓ |
| Suggestic attribution"Powered by" footer | Required | Removable | Removable |
| Security & compliance | |||
| TLS/SSL · encryption at rest | ✓ | ✓ | ✓ |
| SOC 2 Type II | ✓ | ✓ | ✓ |
| HIPAA + BAA | — | ✓ | ✓ |
| SSO — Auth0, Okta, AWS Cognito | — | ✓ | ✓ |
| Infrastructure & support | |||
| Hosting | Shared cloud | Shared cloud | Private dedicated · on-premise |
| MAU cap | 5,000 | 5,000 | Custom |
| Support | Community + status | Standard ticketed | Priority + SLA |
Feature matrix shown on wider screens · rotate to landscape or use a larger viewport to compare tiers
Track 02 · For operators & product owners
Modules are configurable; the platform handles the spine. Wearables, telehealth workflows, in-app payments, retention, and analytics are wired up out of the box. You bring the brand, the modules you want, and the workflow nuances. We bring everything underneath.
Your customers
iOS & Android. Personalized meal plans, food logging, AI food recognition, restaurants, shopping lists, wearables integration.
Your customers · B2B2C
Browser-based equivalent for desktop-first audiences and B2B2C deployments. Add-on at Starter; included on Enterprise.
Your team
Coaches and clinicians monitor member progress, run voice/video sessions, manage appointments, and adjust meal plans.
Modules per tier
Up to 5 · Up to 8 · Unlimited
Custom branding
Included across all tiers
Web app
Add-on on Starter · included on Enterprise
| Capability | StarterBrand fast | PremiumMost popular | EnterpriseCustom |
|---|---|---|---|
| Configuration | |||
| Custom branding | ✓ | ✓ | ✓ |
| App modules | Up to 5 | Up to 8 | Unlimited |
| Mobile app | ✓ | ✓ | ✓ |
| Web app | Add-on | Add-on | Included |
| Food & nutrition features | |||
| Personalized meal planning | ✓ | ✓ | ✓ |
| AI food recognition (image + text) | ✓ | ✓ | ✓ |
| Recipes, swapping, shopping list | ✓ | ✓ | ✓ |
| Restaurants & menu search | ✓ | ✓ | ✓ |
| Preferences, restrictions, goals | ✓ | ✓ | ✓ |
| Telehealth features | |||
| 1:1 chat & group chat | — | ✓ | ✓ |
| Videocalls | — | ✓ | ✓ |
| Appointment scheduling & calendar sync | — | ✓ | ✓ |
| Lab tests & wellness plans | — | ✓ | ✓ |
| Assessments | — | ✓ | ✓ |
| Health & wellness features | |||
| Tracking — activity, sleep, heart rate, HRV, blood pressure, steps, water | ✓ | ✓ | ✓ |
| Symptom tracking | — | ✓ | ✓ |
| Journal, content library, dashboard | ✓ | ✓ | ✓ |
| Advanced features | |||
| Digital in-app purchases · subscriptions · paywalls | — | ✓ | ✓ |
| eCommerce · product & service purchases | — | ✓ | ✓ |
| SSO — Auth0, Okta, AWS Cognito, Shopify, WordPress | — | ✓ | ✓ |
| Engagement features | |||
| Gamification | — | ✓ | ✓ |
| Push & in-app notifications | ✓ | ✓ | ✓ |
| Analytics, install attribution, data export | Basic | Full | Full + warehouse export |
| Integrations | |||
| Wearables500+ devices · 16 named | 10 devices | All named devices | All 500+ |
| Platforms — Segment, CleverTap, Firebase, Zapier, Zendesk, GA | 2 included | All included | All + custom |
| Platform access · security · infra · support | |||
| Telehealth Portal access | — | ✓ | ✓ |
| HIPAA + BAA | — | ✓ | ✓ |
| SOC 2 Type II · TLS/SSL · encryption at rest | ✓ | ✓ | ✓ |
| MAU cap | 5,000 | 5,000 | Custom |
| Hosting | Shared cloud | Shared cloud | Private · on-premise |
| Support | Status + community | Standard ticketed | Priority + SLA |
Feature matrix shown on wider screens · rotate to landscape or use a larger viewport to compare tiers
The Suggestic platform powers the personalization layer behind Tailored Scripts' personalized-supplement service — live in China and Australia, and currently launching in the United States with Suggestic as a primary partner.
Track 03 · For care teams & clinical operators
Built on the same data and personalization spine as the rest of the platform. Add chat-based meal planning, photo-and-text food recognition, supplement recommendations, and symptom tracking to a clinical workflow — without leaving HIPAA.
Submit a photo or a text description. Get a structured nutrient analysis with portion estimates back. Both inputs supported by the same mutation.
Conversation memory, journey tracking, and configurable guardrails. For apps adding chat-based meal planning, food logging, or nutrition Q&A.
Practitioner-channel support included. The same recommendation layer powering personalized supplement brands on the white-label track.
Daily logging with categorization, history, recent-symptom surfacing, and aggregation. Designed for healthcare-adjacent applications.
| Capability | StarterAdd AI fast | PremiumMost popular | EnterpriseCustom |
|---|---|---|---|
| AI capabilities | |||
| AI Food Log · image + text | ✓ | ✓ | ✓ |
| AI Assistant · conversational agent | Limited | ✓ | ✓ |
| Supplement assessments & recommendations | — | ✓ | ✓ |
| Configurable guardrails & brand persona | — | ✓ | ✓ |
| Custom domain fine-tuning | — | — | ✓ |
| Clinical workflow | |||
| Symptom tracking · stats & history | ✓ | ✓ | ✓ |
| Assessments engine | — | ✓ | ✓ |
| Lab tests & wellness plans | — | ✓ | ✓ |
| Telehealth Portal access · video, voice, scheduling | — | ✓ | ✓ |
| Platform access · security · infra · support | |||
| Full API access | ✓ | ✓ | ✓ |
| HIPAA + BAA | — | ✓ | ✓ |
| SOC 2 Type II · TLS/SSL · encryption at rest | ✓ | ✓ | ✓ |
| SSO — Auth0, Okta, AWS Cognito | — | ✓ | ✓ |
| MAU cap | 5,000 | 5,000 | Custom |
| Hosting | Shared cloud | Shared cloud | Private · on-premise |
| Support | Status + community | Standard ticketed | Priority + SLA |
Feature matrix shown on wider screens · rotate to landscape or use a larger viewport to compare tiers
Integrations
Every named integration below is a real DOM element with text — searchable, indexable, scannable. The numbers behind "500+" come from a unified health-data API; the named subset is the curated set Suggestic customers reach for most often.
The modular approach
Sixteen modules. Six target audiences. Pick the modules your product needs, leave the rest out. Module count per tier; full set on Enterprise.
For procurement, legal & IT
The audit trail, the encryption, the hosting options, and the SSO list — engineered into the foundation from day one, not bolted on at sales-cycle close.
In production
Featured · Fitness & Nutrition Integration
A wellness app extending The Perfect Workout's 20-minute strength training sessions into nutrition and recovery — meal plans, recipes, activity tracking, and personalized nutrition coaching on Suggestic's platform.
"Partnering with Suggestic has propelled us years ahead of our competition. Their platform's comprehensive features and exceptional support have enabled us to offer unparalleled value to our members."
— Kyle Recchia · CEO, The Perfect Workout
"Suggestic quickly and professionally turned our app into reality. Everything we needed under one roof to deliver a highly sophisticated digital experience."
— Nadja Pinnavaia · CEO
Common questions
If you're evaluating Suggestic for a specific use case, the 20-minute walkthrough usually answers more than this section can. But here are the questions that come up most often.
The API is a GraphQL surface your engineers consume to build custom health, wellness, and nutrition experiences — you own the front-end. The white-label platform is the pre-built front-end: a mobile app, a web app, and a telehealth portal that you launch under your own brand. Same data, same compliance layer, same AI capabilities underneath; different lift. Most operators use both — start on the white-label to ship in weeks, then extend with API calls where the product needs something custom.
Yes. Suggestic operates a HIPAA-aligned program with a BAA available on Premium and Enterprise. SOC 2 Type II is in place. Encryption at rest and in transit, audit-logged access, and SSO via Auth0, Okta, or AWS Cognito are standard. Healthcare customers also have access to private dedicated infrastructure and an on-premise deployment option on Enterprise.
500+ health and wearable data sources through a unified API. Named devices include Abbott, Apple Health, Beurer, Dexcom, Fitbit, Garmin, Google Fit, Huawei, iHealth, Omron, Oura, Polar, Samsung Health, Suunto, Whoop, and Withings. The same surface covers activity, sleep, heart rate, HRV, blood pressure, glucose, and steps — you don't write per-device integration code.
Production in 8 weeks is the standard engagement. Starter brand-only launches can ship faster; deep configuration (custom modules, telehealth workflows, regulated content) typically lands at 8. The Foundation Method governs the cadence: a 2-week Scan establishes scope, a 6-week Build ships the first system in production, and follow-on systems on the same foundation ship 50–70% faster.
Suggestic hosts by default on shared cloud (Starter / Premium). Enterprise customers can elect private dedicated servers or on-premise deployment. Data residency options are available on Enterprise. In every configuration the customer owns their data, can export it, and retains the right to terminate and take it with them.
Yes — the API surface includes a Supplement Assessments and Recommendations engine designed for personalized supplement brands and practitioner channels. It's the same engine powering Tailored Scripts' personalized-supplement service (live in China and Australia, launching in the US with Suggestic as a primary partner). Combine it with the white-label mobile app for a turnkey D2C launch, or consume via API for full custom control.
Suggestic's AI Assistant is a domain agent, not a general-purpose LLM. It's pre-trained and grounded on Suggestic's nutrition ontology — 179 nutrients, 1.7M recipes, 35M menu items, 7K ingredients — with conversation memory, journey tracking, and configurable guardrails. It runs alongside a foundation model under the hood; what you get is a nutrition-domain agent with the safety, structure, and citations regulated applications require, not a chat playground.
Three tiers per track (Starter / Premium / Enterprise on the white-label and AI Assistant tracks; Developer / Premium / Enterprise on the API track). Starter and Premium have flat monthly fees with bundled MAU caps; Enterprise is custom. Use the interactive estimator at pricing.suggestic.com to scope your project, or book a 20-minute walkthrough and we'll quote against your real volumes.
Ready when you are
20 minutes. A real engineer. Your actual data flow on the whiteboard.