Back to the catalog

io.github.JaviMaligno/vitamind

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

Open source Repository Open in the app JSON README (API)

About

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

Details

Kind
MCP servers
Topic
No topic detected
Publisher
javimaligno
Origin
official
Category
ferramentas
Transport
http
Version
1.0.0
Stars
1
Last push
2026-09-07T12:07:20Z
Repository state
ativo
Language
TypeScript
Added
2026-08-29 03:01:59
Updated
2026-08-29 03:01:59
Origin id
io.github.JaviMaligno/vitamind

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

More