# vitamind

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/JaviMaligno/vitamind  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/vitamind

## Description
Know when the sun can make vitamin D where you are, for your skin type. Live UV data.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "vitamind": {
    "command": "npx",
    "args": ["-y","vitamind"]
  }
}
```

## Documentation & README

# VitaminD Explorer

Solar vitamin D calculator PWA — know when and where you can synthesize
vitamin D from sunlight, based on solar elevation, real-time UV index, skin
type, body exposure and age.

**Live:** https://getvitamind.app

## Stack

Next.js (App Router) · next-intl (es/en/fr/de/ru/lt) · Tailwind CSS v4 · D3 ·
Supabase (auth, profiles, city search, push subscriptions) · Web Push ·
Vercel (hosting + daily cron).

## Development

```bash
npm install
cp .env.example .env.local   # fill in values
npm run dev                  # localhost:3000
```

Quality gate (all must pass, enforced by CI on every push/PR):

```bash
npm run lint && npm run typecheck && npm test && npm run build
```

## Docs

- [`CLAUDE.md`](./CLAUDE.md) — architecture, deployment runbook, operational
  gotchas and incident history.
- [`docs/PRODUCTION_READINESS.md`](./docs/PRODUCTION_READINESS.md) —
  production-readiness assessment and the practices that keep it that way.

## License

MIT

