A comprehensive digital financial plan combining Minecraft Add-on Development and Rhino 3D Tutorials into a monetized multi-platform content strategy.
Build sustainable income streams through creative content across YouTube, Facebook, Instagram, TikTok, and Telegram — while promoting Minecraft Add-ons for the Microsoft Marketplace and growing Rhino 3D expertise.
socials/
├── dashboard/ # Next.js web dashboard for channel management
├── telegram-bot/ # Telegram bot for automation & subscriber engagement
├── dataverse/ # Dataverse database schema & integration client
├── docs/ # Content strategy, financial plans, schedules
└── scripts/ # Utility & automation scripts
- Goal: Create product videos showcasing game Add-ons
- Revenue: Publish & sell Add-ons on Microsoft Minecraft Marketplace
- Content: Gameplay, Add-on demos, development tutorials
- Goal: Earn from social media to buy Rhinoceros license & join community
- Revenue: YouTube/TikTok/Facebook monetization
- Content: 3D modeling tutorials, design workflows, tips & tricks
| Platform | Purpose | Monetization |
|---|---|---|
| YouTube | Long-form tutorials & product videos | Ad revenue, memberships, sponsorships |
| Commercial page for audience boost | In-stream ads, branded content | |
| Reels, Stories & visual engagement | Reels bonus, branded content, shop | |
| TikTok | Short highlight clips & viral content | Creator Fund, brand deals |
| Telegram | Bot automation & community engagement | Subscriber base, promotions |
- Frontend: Next.js 14 (Dashboard)
- Bot: Node.js + Telegraf (Telegram Bot)
- Database: Microsoft Dataverse
- Auth: Microsoft Identity (MSAL)
- APIs: YouTube Data API, Facebook Graph API, Instagram Graph API, TikTok API
# Install all dependencies
npm install
# Setup environment variables
cp .env.example .env
# Start the dashboard
cd dashboard && npm run dev
# Start the Telegram bot
cd telegram-bot && npm startSee docs/financial-plan.md for the complete monetization roadmap.