youtube_summarizer
A modern Next.js-based tool for AI-powered YouTube video summarization. Features smart chapter detection with clickable timestamps, multi-language support (EN, DE, FR, ES, IT), visual chapter timelines, and full transcript access with markdown export.
File Explorer
Download Latest Version (.zip)- transcript.ts
- auth.test.ts
- summarize.test.ts
- auth.test.ts
- chunking.test.ts
- chunking.test.ts.bak
- encryption.test.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- globals.css
- layout.tsx
- page.tsx
- badge.tsx
- button.tsx
- card.tsx
- glass-card.tsx
- input.tsx
- label.tsx
- scroll-area.tsx
- select.tsx
- sheet.tsx
- skeleton.tsx
- switch.tsx
- tooltip.tsx
- animated-background.tsx
- auth-guard.tsx
- auth-provider.tsx
- chapter-timeline.tsx
- ChapterLinks.tsx
- collapsible-chapter.tsx
- detail-slider-visual.tsx
- DetailSlider.tsx
- header.tsx
- hero-demo-animation.tsx
- language-dropdown.tsx
- model-dropdown.tsx
- model-selector-cards.tsx
- ModelSelector.tsx
- progress-stages-enhanced.tsx
- ProgressStages.tsx
- providers.tsx
- sidebar.tsx
- Timeline.tsx
- TopicEditor.tsx
- transcript-with-timestamps.tsx
- url-input-enhanced.tsx
- api.md
- configuration.md
- development.md
- installation.md
- setup-wizard.spec.ts
- summary.spec.ts
- useAuth.ts
- animations.ts
- apiAuth.ts
- appConfig.ts
- auth-client.ts
- auth-server.ts
- chunking.ts
- encryption.ts
- exportMarkdown.ts
- glm.ts
- llmChain.ts
- prisma.ts
- rateLimit.ts
- supadata.ts
- topicExtraction.ts
- transcript.ts
- usageLogger.ts
- userConfig.ts
- utils.ts
- youtube.ts
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration.sql
- migration_lock.toml
- dev.db-journal
- schema.prisma
- seed.sql
- seed.ts
- file.svg
- globe.svg
- logo.png
- next.svg
- vercel.svg
- window.svg
- google-generative-ai.d.ts
- .dockerignore
- .env.example
- .gitignore
- 2.png
- 3-full.png
- components.json
- docker-compose.yml
- docker-entrypoint.sh
- Dockerfile
- eslint.config.mjs
- history.png
- jest.config.js
- landing.png
- LICENSE
- login.png
- next.config.ts
- package-lock.json
- package.json
- playwright.config.ts
- postcss.config.mjs
- prd.json
- prisma.config.ts
- progress.txt
- proxy.ts
- README.md
- start.png
- tailwind.config.ts
- tsconfig.json
- wizard1.png
- wizard2.png
# Installation Guide
git clone https://github.com/DevRico003/youtube_summarizer
Downloads the entire project code from GitHub to your computer.
cd youtube_summarizer
Moves into the project folder you just downloaded.
2. Docker
Easy Recommended- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker-compose up -d
Runs the command against the services defined in the compose file.
Pulled directly from this repo's README.
3. Node.js
Easynpm install --legacy-peer-deps
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
npm run build
Builds optimized production files.
npm start
Starts the development/run server.
Pulled directly from this repo's README.
