This checklist ensures every MVP shipped meets investor-grade, user-ready standards from Day 1.
🔐 Authentication & Access
- [ ] Social login (Google at minimum; GitHub/Twitter optional)
- [ ] Email/password with OTP/2FA support
- [ ] Role-based access (admin, user, etc.)
- [ ] Guest/demo login mode for product preview
🧠 Branding & SEO
- [ ] Favicon and project-specific logo
- [ ] Dynamic meta tags (title, description, Open Graph, Twitter card)
- [ ] Shareable meta image (for better social previews)
- [ ] Clear, memorable domain (preferably
.com
or .ai
)
🧪 MVP Functionality
- [ ] Core feature implemented cleanly (1 key problem → 1 solution)
- [ ] Intuitive UX (3-click rule to complete core flow)
- [ ] Empty state handling with education or CTAs
- [ ] Mobile-first responsive design