Release Notes - 2025-08-16
Version 1.0.0
🎉🎉 Initial Release
New Features:
- Cryptocurrency portfolio tracker with INR price support
- Automated email alerts for significant price movements (≥3% 24h gains)
- Static portfolio display with real-time price fetching
- Scheduled price monitoring via Vercel cron jobs
- Modern Next.js 15 architecture with TypeScript
Technical Stack:
- Next.js 15 with App Router
- TypeScript with strict typing
- Tailwind CSS v4 for styling
- CoinGecko API integration
- Resend email service
- Vercel deployment with cron jobs
Configuration:
- Portfolio managed via
data/portfolio.json - Environment-based email configuration
- Twice-daily scheduled checks (10:10 AM & 7:30 PM IST)
📋📋 Documentation
- Complete project documentation setup
- API reference and usage guides
- FAQ section for common questions
- Development workflow guidelines