streamable-httpupdated 9d ago
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.
Was kannst du mit vitamind machen?
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
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):
npm run lint && npm run typecheck && npm test && npm run build
Docs
CLAUDE.md— architecture, deployment runbook, operational gotchas and incident history.docs/PRODUCTION_READINESS.md— production-readiness assessment and the practices that keep it that way.
License
MIT
Installation
vitamind zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http vitamind https://getvitamind.app/api/mcp/mcpcodex mcp add vitamind --url https://getvitamind.app/api/mcp/mcp{
"mcpServers": {
"vitamind": {
"url": "https://getvitamind.app/api/mcp/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"vitamind": {
"type": "http",
"url": "https://getvitamind.app/api/mcp/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"vitamind": {
"url": "https://getvitamind.app/api/mcp/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"vitamind": {
"serverUrl": "https://getvitamind.app/api/mcp/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation19/25
- Pflege19/25
- Vertrauen6/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.0Aktuell | 27. Juli 2026 |