Prodigal AI - Complete App Export Documentation
⚠️ Important: Platform Dependency
This app is built on Base44's infrastructure. To migrate to another platform, you'll need to rebuild the backend (authentication, database, file storage, AI integrations) on your new platform. The code below represents what YOU'VE built, not the underlying infrastructure.
Database Entities (29)
User
Lead
CtaClick
PageView
UserJourney
ContentBlock
KnowledgeFile
SavedInsight
Goal
InsightReaction
LiveEvent
MovementChallenge
ChallengeParticipation
Assessment
AssessmentResult
Course
CourseModule
Lesson
UserProgress
Achievement
UserAchievement
ScheduledPost
AbTest
PracticeLog
BiofeedbackSession
ManifestationLog
CulturalBriefing
DailyBriefing
SlangTerm
Pages (22)
Home
Leaders
Entrepreneurs
Faith
AiChat
TransformationHub
CommunityHub
ProdigalAcademy
Assessments
AssessmentResult
Course
MissionControl
CampaignDashboard
TakeAssessment
PracticeScripts
ContentTemplates
IntelligenceDashboard
NoviceBase
Upgrade
EmbeddedChat
LogoGenerator
OpenGraphGenerator
Components (40+)
Hero
Features
Testimonials
CallToAction
Footer
CampaignHeader
AiChatInterface
LeadCaptureForm
PersonaPage
WelcomeFlow
FirstTimeUserDetector
EngagementNudges
WisdomWall
LiveEvents
MovementChallenges
...and 25+ more
Key Features
- 🤖 AI Chat with persona-based coaching
- 📊 Transformation Hub with progress tracking
- 🎓 Prodigal Academy with courses
- 🏆 Gamification system (points, levels, achievements)
- 📈 Analytics & intelligence dashboards
- 🧠 Knowledge base with cultural briefings
- ✉️ Automated email campaigns
- 🧪 A/B testing framework
- 🎯 Assessment system with AI-generated reports
- 🌐 Multi-persona landing pages
- 📱 Mobile-responsive design
Migration Requirements
To Migrate This App, You Need:
- Backend: Node.js/Express or similar (for API)
- Database: PostgreSQL (for entities/data)
- Authentication: Auth0, Clerk, or custom OAuth
- File Storage: AWS S3, Cloudinary, or similar
- AI Integration: OpenAI API, Anthropic, or similar
- Email Service: SendGrid, Mailgun, or similar
- Hosting: Vercel, Netlify, AWS, or similar
- Frontend: React (already built - can be reused)
⚠️ What You'll Need to Rebuild:
- User authentication system
- Database schema and migrations
- API endpoints for all entities
- File upload/storage system
- AI integration layer
- Email automation
- Payment processing (if applicable)