Skip to Content

Soma Studio

Overview

Soma Studio logo

Boutique integrative health studio

Osteopathy, sports medicine & rehab

A boutique Munich studio treating physical health as structural, functional, and personal.

Profile

About

Co-founded in Munich in 2022 by osteopath Clara Reuter and sports physician Dr. Felix Naumann, Soma Studio is a small practice built around the idea that physical health is structural, functional, and personal. One location in Munich-Schwabing with a growing online program. The studio works with a mix of athletes, desk workers, and people recovering from chronic pain or injury. It is intentionally small.

Personality

Grounded, precise, and quietly confident. Soma does not market aggressively — its reputation comes from referrals and a loyal patient base. The tone is knowledgeable without being clinical, warm without being soft.

Locations

  • Munich-Schwabing
  • Online (Germany-wide video)

Brand identity

Asset
/brands/logos/soma.png
Fallback initials
S

Typography

Poppins / Inter

Website

soma-studio.de

Colour palette

Primary
#0A0A0A
#0A0A0A
Accent
#3B6CB5
#3B6CB5
Ink
#1C1C1E
#1C1C1E
Surface
#F3F0EC
#F3F0EC
On primary
#FFFFFF
#FFFFFF

Team

  • Portrait of Clara Reuter
    Clara Reuter
    Osteopath & Co-founder
  • Portrait of Dr. Felix Naumann
    Dr. Felix Naumann
    Sports Physician & Co-founder
  • Associate Physiotherapists
    3 therapists
  • Portrait of Studio Coordinator
    Studio Coordinator
    Front-of-house & scheduling

Services

  • Illustration for Osteopathic Treatment

    Osteopathic Treatment

    Structural assessment and hands-on treatment for pain, posture, and mobility.

  • Illustration for Sports Medicine Consultation

    Sports Medicine Consultation

    Injury assessment, return-to-sport planning, and performance health.

  • Illustration for Movement Analysis

    Movement Analysis

    Video-based gait and movement screening with exercise prescription.

  • Illustration for Online Physiotherapy

    Online Physiotherapy

    Guided video sessions with associate physiotherapists.

  • Illustration for Quarterly Body MOT

    Quarterly Body MOT

    Combined osteopathy and sports medicine check-in for active patients.

circleOS configuration

In use

  • Online booking for in-person and video sessions
  • Therapist profiles with speciality and availability
  • Intake and consent forms before first appointments
  • Notes and session documentation per patient
  • Movement analysis files attached to patient profiles
  • Appointment reminders by email and SMS
  • Plans for phased rehabilitation programs
  • Patient portal for notes, resources, and follow-up booking
  • Invoicing for self-pay and private insurance patients

Not used

  • Multi-location scheduling (one physical location)
  • Lab order management (no in-house diagnostics)
  • Staff permissions across teams (small flat team)

API

Fetch this brand

soma-studio.ts
const response = await fetch(
  "https://registry.circle.health/api/brands?id=soma-studio",
);

if (!response.ok) {
  throw new Error(`Brand request failed: ${response.status}`);
}

const brand = await response.json();

Complete profile

The complete profile below includes every value shown on this page. Copy it as JSON for fixtures, prompts, or prototypes.

soma-studio.json
{
  "id": "soma-studio",
  "name": "Soma Studio",
  "type": "Boutique integrative health studio",
  "shortDescription": "A boutique Munich studio treating physical health as structural, functional, and personal.",
  "description": "Co-founded in Munich in 2022 by osteopath Clara Reuter and sports physician Dr. Felix Naumann, Soma Studio is a small practice built around the idea that physical health is structural, functional, and personal. One location in Munich-Schwabing with a growing online program. The studio works with a mix of athletes, desk workers, and people recovering from chronic pain or injury. It is intentionally small.",
  "website": "soma-studio.de",
  "offering": "Osteopathy, sports medicine & rehab",
  "logo": "/brands/logos/soma.png",
  "initials": "S",
  "typeface": "Poppins / Inter",
  "palette": {
    "bg": "#F3F0EC",
    "primary": "#0A0A0A",
    "accent": "#3B6CB5",
    "ink": "#1C1C1E",
    "onPrimary": "#FFFFFF"
  },
  "locations": [
    "Munich-Schwabing",
    "Online (Germany-wide video)"
  ],
  "services": [
    {
      "name": "Osteopathic Treatment",
      "description": "Structural assessment and hands-on treatment for pain, posture, and mobility.",
      "icon": "hands",
      "image": "/brands/soma/services/osteopathy.png"
    },
    {
      "name": "Sports Medicine Consultation",
      "description": "Injury assessment, return-to-sport planning, and performance health.",
      "icon": "consultation",
      "image": "/brands/soma/services/sports-medicine.png"
    },
    {
      "name": "Movement Analysis",
      "description": "Video-based gait and movement screening with exercise prescription.",
      "icon": "movement",
      "image": "/brands/soma/services/movement.png"
    },
    {
      "name": "Online Physiotherapy",
      "description": "Guided video sessions with associate physiotherapists.",
      "icon": "video",
      "image": "/brands/soma/services/physiotherapy.png"
    },
    {
      "name": "Quarterly Body MOT",
      "description": "Combined osteopathy and sports medicine check-in for active patients.",
      "icon": "rehab"
    }
  ],
  "staff": [
    {
      "name": "Clara Reuter",
      "role": "Osteopath & Co-founder",
      "image": "/brands/soma/staff/clara-reuter.png"
    },
    {
      "name": "Dr. Felix Naumann",
      "role": "Sports Physician & Co-founder",
      "image": "/brands/soma/staff/felix-naumann.png"
    },
    {
      "name": "Associate Physiotherapists",
      "role": "3 therapists"
    },
    {
      "name": "Studio Coordinator",
      "role": "Front-of-house & scheduling",
      "image": "/brands/soma/staff/coordinator.png"
    }
  ],
  "personality": "Grounded, precise, and quietly confident. Soma does not market aggressively — its reputation comes from referrals and a loyal patient base. The tone is knowledgeable without being clinical, warm without being soft.",
  "circleOS": {
    "used": [
      "Online booking for in-person and video sessions",
      "Therapist profiles with speciality and availability",
      "Intake and consent forms before first appointments",
      "Notes and session documentation per patient",
      "Movement analysis files attached to patient profiles",
      "Appointment reminders by email and SMS",
      "Plans for phased rehabilitation programs",
      "Patient portal for notes, resources, and follow-up booking",
      "Invoicing for self-pay and private insurance patients"
    ],
    "notUsed": [
      "Multi-location scheduling (one physical location)",
      "Lab order management (no in-house diagnostics)",
      "Staff permissions across teams (small flat team)"
    ]
  }
}
Last updated on