Gemini's latest model turns YouTube videos into beautiful web pages in one click

Written by
Audrey Miles
Updated on:June-13th-2025
Recommendation

A new skill to convert YouTube videos into beautiful web pages with one click. Gemini 2.5 Pro Preview 05-06 model makes learning and sharing more convenient.

Core content:
1. Introduction to the functions of Gemini 2.5 Pro Preview 05-06 model
2. Detailed steps and techniques for making HTML dynamic web pages
3. Actual case demonstration: Converting Nawal interview video to web page

Yang Fangxian
Founder of 53A/Most Valuable Expert of Tencent Cloud (TVP)
Gemini’s latest Gemini 2.5 Pro Preview 05-06 model is very powerful and can directly turn YouTube videos into good-looking web pages, making it easy to learn and share.
The method comes from Kha'Zix:
https://mp.weixin.qq.com/s/Xi9jOgws46O6EUq_jdaIYA


Prompt

Help me generate a web page from the youtube video. Don't miss any information. Generate a dynamic HTML page based on the above content.

1.  Use Bento Grid style visual design with soft colors
2.  Emphasize the key points with oversized fonts or numbers. There are oversized visual elements in the picture to emphasize the key points, which contrasts with the proportion of small elements.
3.  Mix Chinese and English, with Chinese in large bold fonts and English in small fonts as embellishments
4.  Simple line graphics as data visualization or illustration elements
5.  Use the transparency gradient of highlight colors to create a sense of technology, but do not gradient different highlight colors to each other
6.  Imitate the animation of Apple's official website and scroll down with the animation
7.  The data can reference online chart components, and the style needs to be consistent with the theme
8.  Use Framer Motion (imported via CDN)
9.  Use HTML5, Tailwindcss 3.0+ (introduced via CDN) and necessary JavaScript
10.  Use professional icon libraries such as FontAwesome or Material icons (introduced via CDN)
11.  Avoid using emoji as the primary icon
12.  Don’t skip the main points


This content is the practice of this method.


practice

I found a 6-minute interview video of Nawal on YouTube.

Link: https://www.youtube.com/watch?v=5JAHYyo1Fjc

Then select Gemini 2.5 Pro Preview 05-06 large model in  aistudio.google.com  , and directly select [YouTube Video] in the Add Files

Enter the prompt word of Kha'Zix and you can directly get an html code.


I am used to opening it in VS Code, because it is very convenient to manually adjust the code and preview. Generally, the html files generated directly by AI will have some minor problems, such as the images and text are not aligned, and the blank area in some places is too large. Instead of letting AI modify such minor problems, it is more convenient to modify them manually. The most important thing is that you can learn some programming knowledge in this process. If you don’t understand the code, take a screenshot and ask AI, and slowly try to modify it. If you really can’t modify it, use AI IDE tools such as Cursor, Windsurf, and Trae.


After adjusting the HTML file style to your satisfaction, you can use Cursor to call Edgeone MCP to deploy it online.

(Complicated HTML files cannot be deployed with edgeone mcp, and can only be deployed using other methods)


I am using  Sealos  deployment here, let me show you:

https://static-host-x4o0qwe4-index.sealoshzh.site/


If you think the deployment is too troublesome, you can use [Feishu Screenshot] to take a long screenshot directly in image format.


A video content is directly transformed into a beautiful web page, which not only organizes the core content of the video, but also displays it visually, which is very helpful for learning, memorizing and sharing.