v0.1.0 - Foundation and Prospect Management
Released: December 2025
The initial release of Minoo, establishing the core foundation and prospect management capabilities.
Features
Authentication
- Google OAuth integration via NextAuth
- Secure session management
- User profile support
Prospect Management
- Contact database with full CRUD operations
- CSV import for bulk prospect upload
- Prospect status tracking (New, Contacted, Responded, Qualified, Unsubscribed)
Distribution Lists
- Named groups for organizing prospects
- Flexible list membership
- List-based targeting for campaigns
Dashboard
- Overview of key metrics
- Quick access to common actions
- Activity summary
Technical Foundation
Stack
- Next.js 15 with App Router
- TypeScript with strict mode
- Tailwind CSS with shadcn/ui components
- Prisma ORM with PostgreSQL (Neon)
Data Models
- User and Account (NextAuth)
- Prospect with contact fields
- DistributionList and ListMembership
- AuditLog for activity tracking
Infrastructure
- Vercel deployment
- Neon PostgreSQL database
- Environment-based configuration
Configuration
Required environment variables:
DATABASE_URLfor PostgreSQL connectionAUTH_SECRETfor NextAuthGOOGLE_CLIENT_IDandGOOGLE_CLIENT_SECRETfor OAuth