A professional full-stack astrology portfolio website built for Dr. Dharmesh M. Mehta, a Vedic astrologer with 30+ years of experience.
- AI-powered Vedic astrology chatbot (Claude API + FastAPI)
- Live contact form via Web3Forms
- YouTube channel integration
- Consultation pricing plans
- Fully responsive design
| Frontend | Backend |
|---|---|
| React.js | Python FastAPI |
| Vite/CRA | Anthropic Claude API |
| Web3Forms | Render (deployment) |
| Vercel | httpx |
npm install
npm run devcd server
pip install -r requirements.txt
uvicorn main:app --reload --port 8000Create server/.env:
ANTHROPIC_API_KEY=your_key_here