@@ -30,142 +30,124 @@ export interface PluginPopularityMeta {
3030}
3131
3232export const PLUGIN_POPULARITY_META : PluginPopularityMeta = {
33- generatedAt : '2026-07-20 ' ,
33+ generatedAt : '2026-08-03 ' ,
3434 windowDays : 28 ,
3535 weights : { users : 0.6 , runs : 0.4 } ,
3636 minUsers : 20 ,
37- count : 127 ,
37+ count : 109 ,
3838} ;
3939
4040// Plugin id -> blended popularity score in [0, 1], most-popular first.
4141export const PLUGIN_POPULARITY : Readonly < Record < string , number > > = {
4242 'example-web-prototype' : 1.0 ,
43- 'example-simple-deck' : 0.876 ,
44- 'example-open-design-landing' : 0.7041 ,
45- 'example-mobile-app' : 0.6979 ,
46- 'example-web-clone' : 0.6679 ,
47- 'example-gamified-app' : 0.6248 ,
48- 'example-fs-creative-voltage' : 0.5995 ,
49- 'example-kanban-board' : 0.5899 ,
50- 'example-wireframe-mobile-flow' : 0.5811 ,
51- 'example-wireframe-sketch' : 0.5784 ,
52- 'image-template-anime-martial-arts-battle-illustration' : 0.5592 ,
53- 'example-fs-electric-studio' : 0.5546 ,
54- 'example-dashboard' : 0.5505 ,
55- 'example-mobile-onboarding' : 0.5456 ,
56- 'example-fs-notebook-tabs' : 0.5377 ,
57- 'video-template-video-seedance-three-kingdoms-lyubu-yuanmen-archery' : 0.535 ,
58- 'example-video-hyperframes' : 0.5249 ,
59- 'example-guizang-ppt' : 0.5214 ,
60- 'example-wireframe-greybox' : 0.5198 ,
61- 'example-huashu-slides' : 0.5192 ,
62- 'example-social-carousel' : 0.5154 ,
63- 'example-social-media-matrix-tracker-template' : 0.5122 ,
64- 'example-huashu-keynote-black' : 0.5106 ,
65- 'video-template-seedance-2-0-15-second-cinematic-japanese-romance-short-film' : 0.5106 ,
66- 'example-html-ppt-zhangzara-creative-mode' : 0.5076 ,
67- 'example-motion-frames' : 0.5065 ,
68- 'example-fs-editorial-forest' : 0.5061 ,
69- 'example-html-ppt-knowledge-arch-blueprint' : 0.5042 ,
70- 'example-webgl-experience' : 0.5031 ,
71- 'example-huashu-bento-insight' : 0.5002 ,
72- 'example-html-ppt-course-module' : 0.4994 ,
73- 'example-digital-eguide' : 0.4962 ,
74- 'image-template-e-commerce-live-stream-ui-mockup' : 0.4925 ,
75- 'example-resume-modern' : 0.4893 ,
76- 'example-velar-luxury-real-estate' : 0.4877 ,
77- 'example-hps-academic-paper' : 0.4718 ,
78- 'example-fs-emerald-editorial' : 0.471 ,
79- 'example-wireframe-annotated' : 0.4709 ,
80- 'example-codex-interactive-capability-map' : 0.4603 ,
81- 'example-html-ppt-hermes-cyber-terminal' : 0.4547 ,
82- 'example-html-ppt-zhangzara-capsule' : 0.448 ,
83- 'example-audio-jingle' : 0.4461 ,
84- 'example-huashu-takram-soft-tech' : 0.4461 ,
85- 'example-blog-post' : 0.4425 ,
86- 'example-doc-kami-parchment' : 0.4396 ,
87- 'example-mockup-device-3d' : 0.4381 ,
88- 'example-html-ppt-zhangzara-scatterbrain' : 0.4353 ,
89- 'example-huashu-luxe-whitespace' : 0.4333 ,
90- 'video-template-luxury-supercar-cinematic-narrative' : 0.4304 ,
91- 'example-huashu-golden-circle' : 0.4297 ,
92- 'example-html-ppt-zhangzara-cobalt-grid' : 0.4293 ,
93- 'example-html-ppt-weekly-report' : 0.4278 ,
94- 'example-open-design-landing-deck' : 0.4251 ,
95- 'example-docs-page' : 0.4241 ,
96- 'image-template-profile-avatar-anime-girl-to-cinematic-photo' : 0.4237 ,
97- 'image-template-3d-stone-staircase-evolution-infographic' : 0.4216 ,
98- 'image-template-profile-avatar-casual-fashion-grid-photoshoot' : 0.4209 ,
99- 'example-hps-bauhaus' : 0.4174 ,
100- 'image-template-illustration-crayon-kid-drawing-rework' : 0.417 ,
101- 'example-deck-swiss-international' : 0.4071 ,
102- 'image-template-illustrated-city-food-map' : 0.4062 ,
103- 'example-image-poster' : 0.4039 ,
104- 'image-template-infographic-otaku-dance-choreography-breakdown-gokurakujodo-16-panels' : 0.4021 ,
105- 'video-template-frame-kinetic-type' : 0.4018 ,
106- 'example-pm-spec' : 0.4008 ,
107- 'example-hps-true-blueprint' : 0.3997 ,
108- 'image-template-notion-team-dashboard-live-artifact' : 0.3997 ,
109- 'example-finance-report' : 0.3962 ,
110- 'example-trading-analysis-dashboard-template' : 0.394 ,
111- 'example-html-ppt-presenter-mode-reveal' : 0.3936 ,
112- 'video-template-frame-bold-poster' : 0.3919 ,
113- 'example-html-ppt-obsidian-claude-gradient' : 0.3917 ,
114- 'example-web-prototype-taste-soft' : 0.391 ,
115- 'example-huashu-pentagram-grid' : 0.3902 ,
116- 'example-social-media-dashboard' : 0.3899 ,
117- 'video-template-cinematic-east-asian-woman-hand-dance' : 0.3896 ,
118- 'example-html-ppt-tech-sharing' : 0.387 ,
119- 'example-html-ppt-zhangzara-sakura-chroma' : 0.3856 ,
120- 'video-template-frame-liquid-bg-hero' : 0.3843 ,
121- 'image-template-momotaro-explainer-slide-in-hybrid-style' : 0.3824 ,
122- 'example-html-ppt-zhangzara-block-frame' : 0.3802 ,
123- 'video-template-3d-animated-boy-building-lego' : 0.3791 ,
124- 'example-github-dashboard' : 0.3777 ,
125- 'example-webgl-caustic-pool' : 0.3768 ,
126- 'image-template-game-screenshot-anime-fighting-game-captain-ryuuga-vs-kaze-renshin' : 0.3757 ,
127- 'video-template-a-decade-of-refinement-glow-up' : 0.3753 ,
128- 'example-huashu-sparkline-arc' : 0.3749 ,
129- 'example-html-ppt-zhangzara-signal' : 0.3739 ,
130- 'image-template-social-media-post-showa-day-retro-culture-magazine-cover' : 0.3737 ,
131- 'video-template-frame-glitch-title' : 0.3722 ,
132- 'example-invoice' : 0.3705 ,
133- 'example-web-prototype-taste-brutalist' : 0.3705 ,
134- 'example-html-ppt-graphify-dark-graph' : 0.3692 ,
135- 'example-html-ppt-zhangzara-blue-professional' : 0.3687 ,
136- 'example-hps-memphis-pop' : 0.3666 ,
137- 'example-html-ppt-zhangzara-monochrome' : 0.3585 ,
138- 'example-frontend-slides' : 0.3564 ,
139- 'example-html-ppt-zhangzara-broadside' : 0.3564 ,
140- 'example-eng-runbook' : 0.3546 ,
141- 'example-html-ppt-zhangzara-8-bit-orbit' : 0.3535 ,
142- 'video-template-frame-build-minimal' : 0.353 ,
143- 'example-frame-logo-outro' : 0.3523 ,
144- 'video-template-frame-logo-outro' : 0.3516 ,
145- 'example-ppt-keynote' : 0.3512 ,
146- 'example-html-ppt-xhs-white-editorial' : 0.3507 ,
147- 'example-critique' : 0.3492 ,
148- 'example-dating-web' : 0.3448 ,
149- 'example-html-ppt-product-launch' : 0.3429 ,
150- 'example-hps-y2k-chrome' : 0.3425 ,
151- 'example-html-ppt-testing-safety-alert' : 0.3423 ,
152- 'example-html-ppt-taste-brutalist' : 0.3402 ,
153- 'video-template-frame-creative-voltage' : 0.3385 ,
154- 'example-html-ppt-zhangzara-daisy-days' : 0.3373 ,
155- 'example-flowai-live-dashboard-template' : 0.3364 ,
156- 'video-template-frame-pentagram-stat' : 0.3358 ,
157- 'example-huashu-annual-letter' : 0.3354 ,
158- 'video-template-frame-bold-signal' : 0.3332 ,
159- 'example-ve-terminal-mono' : 0.3318 ,
160- 'example-video-shortform' : 0.3313 ,
161- 'example-html-ppt-xhs-pastel-card' : 0.3309 ,
162- 'example-html-ppt-zhangzara-cartesian' : 0.3308 ,
163- 'video-template-forbidden-city-cat-satire' : 0.3259 ,
164- 'example-frame-glitch-title' : 0.3216 ,
165- 'example-frame-flowchart-sticky' : 0.3214 ,
166- 'example-ve-midnight-editorial' : 0.3213 ,
167- 'example-deck-guizang-editorial' : 0.3203 ,
168- 'image-template-profile-avatar-cinematic-south-asian-male-portrait-with-vultures' : 0.3183 ,
43+ 'example-simple-deck' : 0.8637 ,
44+ 'example-web-clone' : 0.7995 ,
45+ 'example-open-design-landing' : 0.6955 ,
46+ 'example-mobile-app' : 0.6935 ,
47+ 'example-gamified-app' : 0.6116 ,
48+ 'example-wireframe-mobile-flow' : 0.5927 ,
49+ 'example-webgl-experience' : 0.5885 ,
50+ 'example-kanban-board' : 0.5834 ,
51+ 'example-fs-creative-voltage' : 0.5817 ,
52+ 'example-wireframe-sketch' : 0.5716 ,
53+ 'example-fs-notebook-tabs' : 0.5408 ,
54+ 'example-fs-electric-studio' : 0.5407 ,
55+ 'example-mobile-onboarding' : 0.5368 ,
56+ 'example-wireframe-greybox' : 0.5228 ,
57+ 'example-social-carousel' : 0.5226 ,
58+ 'example-dashboard' : 0.5214 ,
59+ 'image-template-anime-martial-arts-battle-illustration' : 0.5163 ,
60+ 'example-digital-eguide' : 0.5118 ,
61+ 'example-guizang-ppt' : 0.51 ,
62+ 'example-fs-editorial-forest' : 0.5094 ,
63+ 'video-template-video-seedance-three-kingdoms-lyubu-yuanmen-archery' : 0.4979 ,
64+ 'example-huashu-keynote-black' : 0.4882 ,
65+ 'example-social-media-matrix-tracker-template' : 0.4866 ,
66+ 'example-huashu-bento-insight' : 0.4859 ,
67+ 'example-video-hyperframes' : 0.4853 ,
68+ 'example-huashu-slides' : 0.4819 ,
69+ 'example-html-ppt-zhangzara-creative-mode' : 0.4765 ,
70+ 'example-wireframe-annotated' : 0.4744 ,
71+ 'video-template-seedance-2-0-15-second-cinematic-japanese-romance-short-film' : 0.4743 ,
72+ 'example-webgl-caustic-pool' : 0.4721 ,
73+ 'example-motion-frames' : 0.4716 ,
74+ 'example-html-ppt-course-module' : 0.4651 ,
75+ 'example-resume-modern' : 0.462 ,
76+ 'example-velar-luxury-real-estate' : 0.4543 ,
77+ 'example-hps-academic-paper' : 0.4532 ,
78+ 'example-html-ppt-knowledge-arch-blueprint' : 0.4509 ,
79+ 'example-fs-emerald-editorial' : 0.4493 ,
80+ 'example-codex-interactive-capability-map' : 0.448 ,
81+ 'image-template-e-commerce-live-stream-ui-mockup' : 0.4437 ,
82+ 'example-mockup-device-3d' : 0.4283 ,
83+ 'example-html-ppt-zhangzara-capsule' : 0.4266 ,
84+ 'example-doc-kami-parchment' : 0.4244 ,
85+ 'example-blog-post' : 0.4238 ,
86+ 'example-html-ppt-hermes-cyber-terminal' : 0.4222 ,
87+ 'video-template-frame-kinetic-type' : 0.4218 ,
88+ 'example-huashu-takram-soft-tech' : 0.4207 ,
89+ 'image-template-profile-avatar-casual-fashion-grid-photoshoot' : 0.4203 ,
90+ 'example-hps-bauhaus' : 0.4195 ,
91+ 'example-audio-jingle' : 0.4161 ,
92+ 'example-html-ppt-zhangzara-scatterbrain' : 0.4114 ,
93+ 'video-template-luxury-supercar-cinematic-narrative' : 0.4113 ,
94+ 'example-html-ppt-weekly-report' : 0.4105 ,
95+ 'image-template-profile-avatar-anime-girl-to-cinematic-photo' : 0.4022 ,
96+ 'example-huashu-golden-circle' : 0.4004 ,
97+ 'example-html-ppt-tech-sharing' : 0.3934 ,
98+ 'example-docs-page' : 0.3932 ,
99+ 'example-image-poster' : 0.3931 ,
100+ 'example-html-ppt-zhangzara-block-frame' : 0.3928 ,
101+ 'example-hps-true-blueprint' : 0.3927 ,
102+ 'example-html-ppt-zhangzara-cobalt-grid' : 0.3893 ,
103+ 'image-template-3d-stone-staircase-evolution-infographic' : 0.3892 ,
104+ 'example-html-ppt-zhangzara-sakura-chroma' : 0.3887 ,
105+ 'image-template-illustrated-city-food-map' : 0.3832 ,
106+ 'example-open-design-landing-deck' : 0.3796 ,
107+ 'example-trading-analysis-dashboard-template' : 0.3789 ,
108+ 'video-template-frame-logo-outro' : 0.3787 ,
109+ 'image-template-illustration-crayon-kid-drawing-rework' : 0.3783 ,
110+ 'image-template-notion-team-dashboard-live-artifact' : 0.375 ,
111+ 'example-huashu-pentagram-grid' : 0.3727 ,
112+ 'image-template-social-media-post-showa-day-retro-culture-magazine-cover' : 0.372 ,
113+ 'example-frontend-slides' : 0.3714 ,
114+ 'example-webgl-aurora-veil' : 0.3709 ,
115+ 'example-huashu-sparkline-arc' : 0.3705 ,
116+ 'example-deck-swiss-international' : 0.3703 ,
117+ 'example-html-ppt-graphify-dark-graph' : 0.3683 ,
118+ 'example-pm-spec' : 0.3679 ,
119+ 'example-social-media-dashboard' : 0.3641 ,
120+ 'video-template-frame-liquid-bg-hero' : 0.364 ,
121+ 'example-github-dashboard' : 0.3623 ,
122+ 'example-finance-report' : 0.3618 ,
123+ 'image-template-game-screenshot-anime-fighting-game-captain-ryuuga-vs-kaze-renshin' : 0.3608 ,
124+ 'video-template-3d-animated-boy-building-lego' : 0.3586 ,
125+ 'video-template-frame-bold-poster' : 0.3586 ,
126+ 'video-template-frame-glitch-title' : 0.3581 ,
127+ 'image-template-infographic-otaku-dance-choreography-breakdown-gokurakujodo-16-panels' : 0.358 ,
128+ 'image-template-momotaro-explainer-slide-in-hybrid-style' : 0.3565 ,
129+ 'example-frame-logo-outro' : 0.3485 ,
130+ 'example-invoice' : 0.3475 ,
131+ 'video-template-frame-build-minimal' : 0.3454 ,
132+ 'example-huashu-luxe-whitespace' : 0.3452 ,
133+ 'example-html-ppt-zhangzara-signal' : 0.3439 ,
134+ 'example-eng-runbook' : 0.3437 ,
135+ 'example-hps-memphis-pop' : 0.3414 ,
136+ 'example-html-ppt-obsidian-claude-gradient' : 0.3414 ,
137+ 'example-html-ppt-zhangzara-blue-professional' : 0.3412 ,
138+ 'example-html-ppt-presenter-mode-reveal' : 0.3408 ,
139+ 'image-template-profile-avatar-cinematic-south-asian-male-portrait-with-vultures' : 0.3402 ,
140+ 'example-hps-y2k-chrome' : 0.3396 ,
141+ 'example-huashu-annual-letter' : 0.3355 ,
142+ 'video-template-a-decade-of-refinement-glow-up' : 0.3336 ,
143+ 'example-critique' : 0.3316 ,
144+ 'video-template-cinematic-east-asian-woman-hand-dance' : 0.3276 ,
145+ 'example-webgl-distortion-grain' : 0.3241 ,
146+ 'example-frame-flowchart-sticky' : 0.3216 ,
147+ 'example-kami-deck' : 0.3199 ,
148+ 'example-video-shortform' : 0.3173 ,
149+ 'video-template-forbidden-city-cat-satire' : 0.3115 ,
150+ 'video-template-frame-light-leak-cinema' : 0.3112 ,
169151} ;
170152
171153// Templates with no renderable preview — suppressed from the visual gallery
0 commit comments