Recipeasy (레시피지) is a 1-minute-recipe platform for home cooks. Tagline: "방구석 셰프를 위한 1분 레시피."
The thesis: most recipe videos run 10+ minutes because that's what YouTube rewards, not because pasta actually needs 10 minutes to explain. Strip the lecture, keep the motion. Users pick a theme, watch ~60-second videos, and open a detail page for ingredients, difficulty, prep time, and required tools.
Frontend — Next.js + TypeScript with TailwindCSS. React Query handles server state and Recoil covers the small amount of client state. Recipe pages use ISR since the content doesn't change often but needs to stay fresh, and Kakao Login removes the signup friction that usually kills discovery apps.
Backend — Django REST Framework on Python 3.8 with a MySQL database, JWT auth via simplejwt, and CORS wired up for the web client. Gunicorn behind Docker, with separate docker-compose files for dev and prod so deploys are reproducible.
