Home
Dashboard & activity
Discover
Search users & projects
Profile
User profile & skills
A comprehensive mobile platform connecting professionals to discover collaborators, manage projects, and engage in community discussions.
Builvero is a professional networking platform designed for collaboration. The mobile app brings the full platform experience to iOS and Android.
8 comprehensive modules covering all aspects of professional collaboration
Email/password login, OAuth providers (Google, GitHub), secure JWT storage, biometric support
View/edit profile, education & experience entries, skills management, S3 photo uploads
Search users and projects, filter by skills and categories, find collaborators
Create projects, manage team members, send invitations, handle join requests
Project discussions, topic threads, message replies, subscription management
Real-time push notifications, in-app notification center, deep linking
Browse volunteer roles, submit applications with resume upload, track status
User management, content moderation, application review, broadcast emails
After comprehensive analysis, Flutter emerged as the optimal choice
Feature-based organization with clear separation of concerns
lib/
โโโ core/
โ โโโ di/ # Dependency injection
โ โโโ network/ # API client, interceptors
โ โโโ router/ # Navigation
โ โโโ theme/ # Colors, typography
โ
โโโ features/
โ โโโ auth/
โ โ โโโ data/ # DTOs, API calls
โ โ โโโ domain/ # Entities, use cases
โ โ โโโ presentation/ # Screens, providers
โ โโโ profile/
โ โโโ projects/
โ โโโ forum/
โ โโโ admin/
โ
โโโ shared/
โโโ widgets/ # Reusable components
25+ carefully designed screens with consistent design language
Entry point with OAuth options
Email/password authentication
Registration with invitation
Dashboard & activity
Search users & projects
User profile & skills
My projects overview
Team, description, forum
Start new project
Project discussions
Messages & replies
Quick stats & actions
Search, block, promote
Review volunteers
RESTful JSON API with JWT authentication
Estimated 12.5 weeks to MVP
Complete project documentation
Complete list of 50+ API endpoints organized by module
View Document โDetailed PRD with user stories and success metrics
View Document โComprehensive Flutter vs React Native comparison
View Document โArchitecture, folder structure, and implementation details
View Document โDesign system and screen layouts for all modules
View Document โ