AI-powered micro-experience marketplace for Gen Z
Features โข Tech Stack โข Architecture โข Getting Started โข Deployment
- ๐ Authentication - Email/Password, Google Sign-In, Apple Sign-In
- ๐จ AI Creator Studio - Generate images, music, text, and mini-games
- ๐ Marketplace - Browse, filter, and purchase micro-experiences
- ๐ฐ Wallet - Track earnings, withdrawals, and transaction history
- ๐ Viral Mechanics - Referral system, deep links, social sharing
- โฐ FOMO Timers - Time-limited exclusive content
| Type | Description | Price Range |
|---|---|---|
| ๐จ Digital Art | AI-generated artwork | $0.99 - $4.99 |
| ๐ต Music | AI-composed tracks | $0.99 - $2.99 |
| ๐ฎ Mini-Games | Interactive experiences | $1.99 - $4.99 |
| ๐ Stories | AI-generated narratives | $0.99 - $1.99 |
- Flutter 3.x - Cross-platform UI framework
- Dart 3.x - Programming language
- BLoC Pattern - State management
- Material 3 - Design system
- Firebase Auth - Authentication
- Cloud Firestore - NoSQL database
- Firebase Storage - File storage
- Cloud Functions - Serverless functions
- Firebase Dynamic Links - Deep linking
- Hugging Face - Text generation, image models
- Replicate - Advanced AI models
- Stability AI - Image generation
- Stripe - Credit/debit card payments
- Solana Pay - Cryptocurrency payments
- TON Connect - TON blockchain payments
lib/
โโโ core/ # Core utilities
โ โโโ errors/ # Exceptions and failures
โ โโโ theme/ # App theme and colors
โ โโโ utils/ # Helper functions
โโโ data/ # Data layer
โ โโโ models/ # Data models
โ โโโ repositories/ # Repository implementations
โโโ domain/ # Domain layer
โ โโโ entities/ # Business entities
โ โโโ repositories/ # Repository interfaces
โ โโโ usecases/ # Business logic
โโโ features/ # Feature modules
โ โโโ auth/ # Authentication
โ โโโ creator/ # AI Creator Studio
โ โโโ marketplace/ # Browse & Purchase
โ โโโ wallet/ # Payments & Earnings
โ โโโ profile/ # User profile
โโโ services/ # External services
โโโ ai_service.dart # AI generation
โโโ payment_service.dart # Payment processing
UI โ BLoC โ Repository โ Data Source
โ
State Stream โ UI Update
- Flutter SDK >= 3.0.0
- Dart SDK >= 3.0.0
- Firebase CLI
- Android Studio / Xcode
- Clone the repository
git clone https://github.com/yourusername/mee-app.git
cd mee-app- Install dependencies
flutter pub get- Configure Firebase
# Install FlutterFire CLI
dart pub global activate flutterfire_cli
# Configure Firebase
flutterfire configure- Set up environment variables
cp .env.example .env.development
# Edit .env.development with your API keys- Run the app
flutter run# Run unit tests
flutter test
# Run with coverage
flutter test --coverage
# Run integration tests
flutter test integration_test/See DEPLOYMENT_GUIDE.md for detailed deployment instructions.
# iOS
flutter build ipa --release
# Android
flutter build appbundle --releaseโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Purchase: $1.99 โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ Creator: 80% โ $1.59 โ
โ Platform: 20% โ $0.40 โ
โ Referral: 10%* โ $0.20 โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
* When referral code is used
- Target Audience: Gen Z (18-25)
- Price Range: $0.99 - $4.99
- Creator Earnings: 70-80%
- Platform Fee: 20%
- Referral Bonus: 10%
| Name | Hex | Usage |
|---|---|---|
| Primary | #7B2FF7 |
Buttons, accents |
| Secondary | #00D4AA |
Success, highlights |
| Background | #0A0A0F |
Main background |
| Surface | #141419 |
Cards, inputs |
| Error | #FF4D4D |
Errors, warnings |
- Display: Inter Bold
- Headline: Inter SemiBold
- Body: Inter Regular
- Caption: Inter Medium
- โ Firebase Authentication with secure tokens
- โ Firestore Security Rules
- โ Input validation and sanitization
- โ Rate limiting on API calls
- โ Secure payment processing
- โ Data encryption at rest
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Follow Effective Dart
- Use
dart formatbefore committing - Run
flutter analyzeto check for issues
This project is licensed under the MIT License - see LICENSE file for details.
- Flutter Team for the amazing framework
- Firebase for backend services
- Hugging Face for AI models
- Replicate for AI infrastructure
- Website: https://mee.app
- Email: support@mee.app
- Twitter: @mee_app
- Discord: Join our community
Made with ๐ by the MEE Team



