Paste a YouTube link, generate structured notes fast, and manage your saved study content from one dashboard.
NoteTube turns YouTube videos into usable notes and lets users edit, save, and revisit content in a clean account-based workflow.
Dockerized Django app deployed on Linux EC2 with Gunicorn for repeatable and stable production serving.
Nginx routes traffic to Gunicorn, serves static assets, and reduces backend pressure with proxy-level optimizations.
HTTPS is enforced with Certbot + Let's Encrypt, including automatic certificate renewal for continuous secure traffic.
Redis caching cut hot-path latency by 85.9% (313ms to 44ms) by reducing repeated PostgreSQL lookups.
PostgreSQL handles durable data while Redis supports sessions and high-frequency reads for smoother response times.