Transform your dreams into reality through personalized AI-generated vision boards and affirmations.
Inspiration
WishCraft was born from what felt like pure synchronicity. Two women from completely different industries — grounded professionals, not just dreamers — crossed paths and realized they were both living proof that reality can be designed. We saw that the tools of manifestation were either too “fluffy” or too rigid, and decided to build something bold: a platform that bridges science, technology, and the quantum field of creation. We realized: traditional vision boards and affirmation apps are generic and lack the personal connection needed to truly motivate users. We noticed that existing solutions in the market either:
- Lacked Personalization: Most apps use stock photos and generic affirmations that don't resonate with individual users
- Missed the Visual Impact: Users couldn't see themselves achieving their goals, which is crucial for effective visualization
- Ignored Individual Differences: One-size-fits-all approaches don't work for different personality types and goal-setting styles
The breakthrough moment came when we realized that AI technology had advanced enough to create personalized, realistic images featuring users themselves in goal-specific scenarios. This personal connection - seeing yourself achieving your dreams - is what makes visualization truly powerful.
We were also inspired by the growing mental health and self-improvement movement, where people are seeking more personalized, technology-enhanced ways to work on their goals and aspirations. The combination of AI personalization with proven visualization techniques seemed like the perfect solution.
What it does
WishCraft is a manifestation app that transforms the way people set and achieve goals. Users don’t just make a static vision board — they craft a living, breathing “manifestation movie” infused with sound, visuals, affirmations, and quantum-inspired prompts. Every feature is designed to raise focus, intention, and energy so that goals stop being abstract wishes and start becoming lived realities.
It is an AI-powered mobile application that transforms goal-setting and visualization into a deeply personal experience. Here's what makes it unique:
🎯 Personalized Vision Boards
- Users upload 15+ personal photos
- AI analyzes their appearance and creates detailed descriptions
- Generates realistic images featuring the user achieving their specific goals
- Creates contextual scenarios (career success, fitness achievements, relationship goals, etc.)
🎭 Three User Personality Types
- Goal-Getter: Strategic, action-oriented individuals who map clear steps
- Intention-Setter: Mindful, grounded individuals who align with deeper values
- Dream-Chaser: Vision-driven, passionate individuals pursuing big aspirations
🎨 Multi-Modal Content Creation
- Custom Vision Boards: Personalized image collections featuring the user
- AI-Generated Affirmations: Text-to-speech affirmations tailored to their goals
- Motivational Videos: Compile images into engaging video content
- Progress Tracking: Visual and textual progress monitoring
🔮 Smart AI Integration
- Photo Analysis: Advanced AI analyzes user photos to create detailed appearance descriptions
- Contextual Prompts: Automatically detects goal types and generates appropriate visual contexts
- Adaptive Content: Content adapts based on user type and selected emotions
- Smart Scheduling: Intelligent reminder system based on user preferences
📱 Cross-Platform Experience
- React web app with Capacitor for iOS/Android deployment
- Mobile-first design with beautiful, intuitive UI
- Firebase integration for secure data storage
- Real-time AI processing with progress feedback
How we built it
We combined cross-disciplinary expertise: design thinking, mobile development, neuroscience, and energetic practices. Our prototype merges intuitive UI/UX, AI-generated content, and personalized intention-setting flows. The result is an app that feels both magical and practical — a tool that’s beautiful, functional, and scalable.
Frontend Architecture (React + Capacitor)
// Tech Stack
- React for Frontend
- Vite for fast development and building
- Capacitor cross-platform deployment
- Tailwind CSS for responsive design
- Zustand for state management
- Firebase for authentication and storage
Key Frontend Features:
- Responsive Design: Mobile-first approach with beautiful UI
- State Management: Efficient state handling with Zustand
- Form Validation: Robust form handling with React Hook Form and Zod
- File Upload: Drag-and-drop photo uploads with React Dropzone
- Real-time Updates: Live progress indicators for AI processing
Backend Architecture (FastAPI + AI Services)
# Tech Stack
- FastAPI 0.116.1 for high-performance API
- MongoDB with Motor for data persistence
- Multiple AI providers (Gemini, Groq, Hugging Face)
- CrewAI for advanced AI orchestration
- OpenCV and Pillow, Nano-Banana for image processing
- Docker for containerization
Key Backend Services:
- ProfileAnalysisService: Analyzes user photos and generates detailed descriptions
- MediaService: Handles AI image, video, and audio generation
- StorageService: Manages file uploads and user content organization
- LLMService: Orchestrates AI model interactions with fallback mechanisms
AI Integration Strategy
We implemented a multi-provider approach to ensure reliability and cost-effectiveness:
- Primary AI Provider: Google Gemini for concept generation and analysis
- Fallback Providers: Groq and Hugging Face for redundancy
- Rate Limiting: Built-in API quota management (65-second delays)
- Mock Implementations: Graceful fallbacks when AI services are unavailable
Challenges we ran into
Balancing depth with simplicity was a real challenge. We didn’t want another overloaded wellness app; WishCraft had to be light, inspiring, and instantly usable while still carrying profound impact. Technically, integrating multimedia layering (text, audio, and video) inside one seamless workflow also required innovation.
From a technical perspective:
1. AI API Rate Limits and Costs
Challenge: AI services have strict rate limits and can be expensive, especially for image generation.
Solution:
- Implemented multi-provider fallback system
- Added intelligent rate limiting (65-second delays)
- Created mock implementations for development
- Optimized prompts to reduce API calls
2. Cross-Platform Mobile Development
Challenge: Ensuring consistent experience across iOS, Android, and web platforms.
Solution:
- Used Capacitor for native mobile capabilities
- Implemented responsive design with Tailwind CSS
- Created platform-specific build scripts
- Extensive testing on multiple devices
3. Photo Privacy and Security
Challenge: Users are uploading personal photos that need to be analyzed by AI while maintaining privacy.
Solution:
- Implemented local processing where possible
- Clear privacy policy and data usage explanations
- Complete data export and deletion capabilities
- Secure Firebase storage with encryption
4. AI Image Generation Quality
Challenge: Generating realistic images of users in goal-specific scenarios is technically complex.
Solution:
- Developed detailed prompt engineering strategies
- Created contextual prompt templates for different goal types
- Implemented multiple AI model fallbacks
- Added user feedback loops for content refinement
5. Real-time Processing Feedback
Challenge: AI processing can take time, and users need to understand what's happening.
Solution:
- Implemented progress indicators and status updates
- Created real-time WebSocket connections
- Added detailed logging and error handling
- Developed user-friendly error messages
6. Scalability and Performance
Challenge: Handling multiple users uploading photos and generating content simultaneously.
Solution:
- Implemented async processing with background tasks
- Added file size limits and validation
- Created efficient database queries and indexing
- Implemented caching strategies for frequently accessed content
Accomplishments that we're proud of
• Creating the first prototype of a “manifestation movie” builder. • Designing a unique framework that blends vision boarding with neuro-affirmations and sound design. • Building a brand identity that stands out in the saturated wellness market as modern, bold, and global.
🎨 Technical Achievements
- Multi-Provider AI Integration: Successfully integrated 3+ AI providers with intelligent fallbacks
- Cross-Platform Deployment: Single codebase running on web, iOS, and Android
- Real-time Processing: Live progress updates for AI content generation
- Scalable Architecture: Microservices-based backend with proper separation of concerns
🚀 Product Innovation
- Personalized AI Content: First app to generate realistic images featuring users achieving their goals
- Personality-Based UX: Three distinct user types with tailored experiences
- Multi-Modal Content: Seamless integration of images, videos, and audio
- Privacy-First Design: Complete user control over personal data
📱 User Experience
- Intuitive Onboarding: Beautiful, guided setup process
- Seamless Content Creation: Step-by-step flow with progress indicators
- Daily Engagement: Clean dashboard with thoughtful journaling prompts
- Mobile-First Design: Optimized for mobile usage patterns
🔧 Development Excellence
- Type Safety: Full TypeScript implementation across frontend and backend
- Code Quality: Comprehensive error handling and logging
- Documentation: Detailed README files and API documentation
- Testing: Extensive testing across multiple platforms and devices
🌟 Business Impact
- Unique Value Proposition: No direct competitors offering personalized AI visualization
- Market Validation: Strong user feedback on personalization features
- Scalable Monetization: Clear path to subscription-based revenue model
- Social Impact: Empowering users to visualize and achieve their dreams
What we learned
We learned that manifestation, when supported by technology, becomes more accessible and effective. We also discovered how important it is to design for emotion — not just functionality. People don’t just want to check off goals, they want to feel connected to the journey of becoming.
Technical Learnings
- AI Integration Complexity: Managing multiple AI providers requires careful orchestration and fallback strategies
- Cross-Platform Challenges: Capacitor is powerful but requires platform-specific considerations
- Performance Optimization: Image processing and AI generation need careful resource management
- User Privacy: Building trust requires transparent data handling and user control
Product Learnings
- Personalization is Key: Users respond much better to content featuring themselves
- Personality Matters: Different user types need different approaches to goal-setting
- Visual Impact: Seeing yourself achieving goals is more powerful than generic imagery
- Progressive Disclosure: Complex features need to be introduced gradually
Business Learnings
- Market Gap: There's significant demand for personalized visualization tools
- User Engagement: Personal content drives much higher engagement rates
- Monetization Potential: Users are willing to pay for personalized AI-generated content
- Social Sharing: Users love sharing their personalized vision boards
Development Process Learnings
- Iterative Development: Building in small, testable increments is crucial
- User Feedback: Early user testing revealed important UX improvements
- Documentation: Good documentation saves significant development time
- Error Handling: Graceful error handling is essential for user experience
What's next for WishCraft
Next, we’re scaling from prototype to beta launch, integrating AI personalization to suggest daily micro-rituals, and partnering with creators and wellness brands to expand the ecosystem. WishCraft is not just an app — it’s the start of a movement where intentional living meets technology.
🚀 Immediate Next Steps (Next 3 months)
- App Store Launch: Complete iOS and Android app store submissions
- User Testing: Beta testing with 100+ users to gather feedback
- Performance Optimization: Improve AI processing speed and reliability
- Content Library: Expand goal categories and visual scenarios
📈 Growth Phase (3-6 months)
- Monetization Launch: Implement subscription tiers and premium features
- Social Features: Add sharing capabilities and community features
- Advanced AI: Integrate more sophisticated AI models for better personalization
- Analytics Dashboard: Add detailed progress tracking and insights
🌟 Long-term Vision (6-12 months)
- AI Coach Integration: Add AI-powered coaching and guidance
- Community Platform: Build a community of users sharing their journeys
- Enterprise Features: B2B solutions for coaches and therapists
- International Expansion: Localize for different markets and languages
🔮 Future Innovations
- AR Integration: Augmented reality features for immersive visualization
- Wearable Integration: Apple Watch and other wearable device support
- Voice AI: Advanced voice recognition and natural language processing
- Blockchain: NFT integration for unique, ownable vision boards
💡 Revenue Streams
- Freemium Model: Basic features free, premium personalization paid
- Subscription Tiers: Monthly/yearly subscriptions for unlimited content
- Premium AI Models: Access to more advanced AI generation models
- Coaching Services: Professional coaching integration and marketplace
🎯 Success Metrics
- User Engagement: Daily active users and session duration
- Content Generation: Number of personalized images and videos created
- User Retention: Monthly retention rates and user lifetime value
- Revenue Growth: Monthly recurring revenue and conversion rates
WishCraft represents the future of personalized goal-setting and visualization. By combining cutting-edge AI technology with proven psychological principles, we're creating a unique experience that makes dreams tangible and success inevitable.
"The stars may guide us, but your dreams are always in your hands."
https://youtube.com/shorts/JWc9S631Oag?si=trGWNv_PYEJ6zBRH
Built with ❤️ for the RevenueCat Shipaton 2025

Log in or sign up for Devpost to join the conversation.