Crystal/Showcase
Back to Brands
sapphireT3-InHouse

Dr. C App

Dr. Coldwell Meditation App

DrColdwell

development

Meditation and wellness mobile application

Asset Status

7%
0
Complete
2
In Progress
5
Placeholder
7
Missing

Logo Suite

Logomark

Placeholder - AC Generic Mark

Logotype

Dr. C App

Placeholder - Text Only

Full Lockup

Dr. C App

Placeholder - Combined

Animation Preview

GSAP animation preview coming soon...

Crystal Theme

sapphire

Cool, trustworthy, professional

Use case: Healthcare, finance, corporate communications

Primary
Accent
BG
Surface
Border
Text
Secondary
Muted

Asset Checklist

Logo Assets

LogomarkRequired

Icon-only logo (SVG with currentColor)

Placeholder
Logomark (Animated)

GSAP-ready SVG with data-gsap attributes

Missing
LogotypeRequired

Wordmark / text logo

Placeholder
Logotype (Animated)

DrawSVG-ready wordmark

Missing
Lockup (Horizontal)Required

Full logo - mark + type side by side

Placeholder
Lockup (Stacked)

Full logo - mark above type

Missing

Web Assets

Favicon SetRequired

ICO, 16px, 32px, 180px, 192px, 512px

Placeholder
OG ImageRequired

Social sharing image (1200×630)

Missing

Mobile Assets

iOS App Icon

1024×1024 with Contents.json

In Progress
Android App Icon

Adaptive icon with foreground/background

In Progress

Configuration

brand.config.jsonRequired

Colors, fonts, spacing tokens

Placeholder
guidelines.mdRequired

Voice, tone, target audience

Missing
prompts.mdRequired

AI system prompts for content-factory

Missing
ANIMATION_NOTES.md

GSAP animation documentation

Missing

Usage

brand.config.json path
packages/brand-dna/DrColdwell/Dr.CApp/brand.config.json
Import in React
// Set theme on container
<div data-crystal="sapphire">
  {/* Brand-themed content */}
</div>

// Or use CrystalProvider
import { CrystalProvider } from '@artasce/crystal-ui';

<CrystalProvider theme="sapphire">
  <App />
</CrystalProvider>