Creator DNA is a cutting-edge intelligence lab built exclusively for YouTube creators. Moving beyond basic analytics, it acts as your personal algorithm decoder, providing forensic-level insights into viewer behavior, video performance, and recommendation engines.
Powered by advanced data pipelines and Google Gemini, Creator DNA empowers creators to stop guessing and start reverse-engineering success.
Real-time YouTube recommendation engine decoding. Analyze how the algorithm perceives your content and precisely what triggers it to push your videos to a broader audience.
Deep demographics and cross-channel viewing habits. Understand exactly who is watching, what else they watch, and the specific niche clusters your content appeals to.
Pinpoint exact audience drop-off moments before publishing. Using predictive AI, simulate video retention graphs and identify high-risk drop-off zones during the editing phase.
Deep-dive post-mortems on why a specific video underperformed or went viral.
The platform is divided into two highly optimized environments:
- Framework: Next.js (App Router)
- Language: TypeScript
- Styling: CSS Modules with Glassmorphism & High-Performance Micro-animations
- Optimization: Edge-optimized with native
next/imageand smart preloading.
- Language: Python 3.x
- Database: SQLite (
creator_dna.db) - APIs: Custom REST endpoints serving real-time analytics and waitlist data.
- Node.js 18.x or higher
- Python 3.9+
Navigate to the backend directory and set up your Python environment:
cd backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# Start the server (e.g., Uvicorn/FastAPI or Flask)
python main.pyIn a new terminal window, navigate to the frontend:
cd frontend
npm install
npm run devYour frontend will now be running on http://localhost:3000 and securely proxying requests to your local Python backend!
Creator DNA is designed with a "Premium Sci-Fi / Lab" aesthetic.
- Vast Depth: Utilizing layered, fixed-attachment ultra-HD background scapes.
- Glassmorphism: Frosted glass panels ensure text legibility while maintaining environmental depth.
- Micro-interactions: Subtle delays, blurs, and hover states make the UI feel alive and highly responsive.
Built with ❤️ for Creators.
