AI-powered advisory tool for hobby indoor growers. Get expert guidance on VPD, nutrients, lighting, and plant problem diagnosis.
- VPD Advisor - Calculate Vapor Pressure Deficit and get environment adjustment recommendations
- Nutrient Guide - Diagnose deficiencies/toxicities and get a targeted feeding schedule
- Light Planner - Calculate PPFD and DLI for your setup with positioning advice
- Problem Solver - Describe symptoms and get a ranked diagnosis with specific treatments
npm install
npm run devOpen http://localhost:3000.
By default, users enter their own Anthropic API key in each tool's form. To enable server-side key (so users do not need to enter one), add:
ANTHROPIC_API_KEY=sk-ant-your-key-here
to a .env.local file at the project root.
- Push this repo to GitHub
- Go to vercel.com and click "Add New Project"
- Import the repository
- Add
ANTHROPIC_API_KEYas an environment variable in the Vercel dashboard - Click Deploy
One-click deploy:
- Next.js 14 (App Router)
- TypeScript
- Tailwind CSS
- Claude Haiku via
@anthropic-ai/sdk
| Variable | Required | Description |
|---|---|---|
ANTHROPIC_API_KEY |
No | Server-side Anthropic key. If not set, users supply their own key in the UI. |