Live demo
template-clarity.vercel.app
Source code
letsopencals/template-clarity (MIT)
Deploy to Vercel
One-click deploy

Clear Care — the storefront and booking flow, on desktop and mobile

Department-first browsing — care by specialty

The booking page — location, clinician, date, and live time slots
What’s inside
Get started
1
Clone and install
2
Add your API key
Create a store in the Opencals dashboard — choose the
Medical / Clear Care Medical dataset preset to seed the clinic’s
departments, services, and clinicians — then grab a Storefront API key (see
Authentication) and set it in
.env.local.3
Run it
4
Deploy
Push to your own repo and
deploy to Vercel,
or host anywhere Next.js runs.
Make it yours
MIT-licensed: rebrand it, restructure it, or use it as a starting point for client work. All clinic-specific copy lives inlib/site-config.ts, and every
colour and font is a Tailwind v4 @theme token, so components keep working
when you change values. Agencies can run one codebase against multiple stores —
each deployment points at a different API key. To go deeper than theming,
follow the booking page tutorial to see the API
calls behind each screen.