create-video 4.0.420 → 4.0.422

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,6 @@
1
1
  // src/list-of-remotion-packages.ts
2
2
  var listOfRemotionPackages = [
3
3
  "@remotion/svg-3d-engine",
4
- "@remotion/ai-improvements",
5
4
  "@remotion/animation-utils",
6
5
  "@remotion/animated-emoji",
7
6
  "@remotion/astro-example",
@@ -138,10 +137,10 @@ var FEATURED_TEMPLATES = [
138
137
  showStackblitz: true
139
138
  },
140
139
  {
141
- homePageLabel: "Next.js (App dir)",
142
- shortName: "Next.js (App dir)",
140
+ homePageLabel: "Next.js",
141
+ shortName: "Next.js",
143
142
  org: "remotion-dev",
144
- repoName: "template-next-app-dir",
143
+ repoName: "template-next-app-dir-tailwind",
145
144
  description: "SaaS template for video generation apps",
146
145
  longerDescription: "A SaaS starter kit which has the Remotion Player and rendering via Remotion Lambda built-in. Our recommended choice for people who want to build an app that can generate videos.",
147
146
  promoVideo: {
@@ -154,17 +153,40 @@ var FEATURED_TEMPLATES = [
154
153
  defaultBranch: "main",
155
154
  featuredOnHomePage: "Next.js",
156
155
  previewURL: "https://next.remotion.dev",
156
+ templateInMonorepo: "template-next-app-tailwind",
157
157
  previewLabel: "Live Demo",
158
- templateInMonorepo: "template-next-app",
159
158
  allowEnableTailwind: false,
160
159
  contributedBy: null,
161
160
  showStackblitz: true
162
161
  },
163
162
  {
164
- homePageLabel: "Next.js (App dir + TailwindCSS)",
165
- shortName: "Next.js (App dir + TailwindCSS)",
163
+ homePageLabel: "Next.js (Vercel Sandbox)",
164
+ shortName: "Next.js (Vercel Sandbox)",
166
165
  org: "remotion-dev",
167
- repoName: "template-next-app-dir-tailwind",
166
+ repoName: "template-vercel",
167
+ description: "Render videos on-demand using Vercel Sandbox",
168
+ longerDescription: "A template for rendering videos on-demand using Vercel Sandbox. Spawns ephemeral Linux VMs to render videos and stores them in Vercel Blob storage.",
169
+ cliId: "vercel",
170
+ promoVideo: {
171
+ width: 1280,
172
+ height: 720,
173
+ muxId: "RufnZIJZh6L1MAaeG02jnXuM9pK96tNuHRxmXHbWqCBI"
174
+ },
175
+ type: "video",
176
+ defaultBranch: "main",
177
+ featuredOnHomePage: null,
178
+ previewURL: "https://template-vercel.remotion.dev",
179
+ templateInMonorepo: "template-vercel",
180
+ allowEnableTailwind: false,
181
+ contributedBy: null,
182
+ showStackblitz: false,
183
+ previewLabel: "Live Demo"
184
+ },
185
+ {
186
+ homePageLabel: "Next.js (No Tailwind)",
187
+ shortName: "Next.js (No Tailwind)",
188
+ org: "remotion-dev",
189
+ repoName: "template-next-app-dir",
168
190
  description: "SaaS template for video generation apps",
169
191
  longerDescription: "A SaaS starter kit which has the Remotion Player and rendering via Remotion Lambda built-in. Our recommended choice for people who want to build an app that can generate videos.",
170
192
  promoVideo: {
@@ -172,13 +194,13 @@ var FEATURED_TEMPLATES = [
172
194
  height: 720,
173
195
  muxId: "RufnZIJZh6L1MAaeG02jnXuM9pK96tNuHRxmXHbWqCBI"
174
196
  },
175
- cliId: "next-tailwind",
197
+ cliId: "next-no-tailwind",
176
198
  type: "video",
177
199
  defaultBranch: "main",
178
200
  featuredOnHomePage: null,
179
201
  previewURL: "https://next.remotion.dev",
202
+ templateInMonorepo: "template-next-app",
180
203
  previewLabel: "Live Demo",
181
- templateInMonorepo: "template-next-app-tailwind",
182
204
  allowEnableTailwind: false,
183
205
  contributedBy: null,
184
206
  showStackblitz: true
@@ -244,8 +266,8 @@ var FEATURED_TEMPLATES = [
244
266
  cliId: "prompt-to-motion-graphics",
245
267
  type: "image",
246
268
  defaultBranch: "main",
247
- featuredOnHomePage: "Prompt to Motion",
248
- previewURL: "https://prompt-to-motion-graphics-saas.vercel.app",
269
+ featuredOnHomePage: null,
270
+ previewURL: null,
249
271
  previewLabel: "Live Demo",
250
272
  templateInMonorepo: "template-prompt-to-motion-graphics",
251
273
  allowEnableTailwind: false,
@@ -4,7 +4,6 @@ exports.listOfRemotionPackages = void 0;
4
4
  // Generated by package-sync.test.ts
5
5
  exports.listOfRemotionPackages = [
6
6
  '@remotion/svg-3d-engine',
7
- '@remotion/ai-improvements',
8
7
  '@remotion/animation-utils',
9
8
  '@remotion/animated-emoji',
10
9
  '@remotion/astro-example',
@@ -128,7 +128,7 @@ exports.getUpgradeCommand = getUpgradeCommand;
128
128
  const getDevCommand = (manager, template) => {
129
129
  if (template.cliId === 'react-router' ||
130
130
  template.cliId === 'next' ||
131
- template.cliId === 'next-tailwind' ||
131
+ template.cliId === 'next-no-tailwind' ||
132
132
  template.cliId === 'next-pages-dir') {
133
133
  return `${(0, exports.getRunCommand)(manager)} dev`;
134
134
  }
@@ -20,7 +20,7 @@ export type Template = {
20
20
  repoName: string;
21
21
  homePageLabel: string;
22
22
  longerDescription: string;
23
- cliId: 'hello-world' | 'javascript' | 'blank' | 'next' | 'next-tailwind' | 'next-pages-dir' | 'react-router' | 'three' | 'still' | 'tts' | 'google-tts' | 'audiogram' | 'music-visualization' | 'prompt-to-video' | 'skia' | 'overlay' | 'stargazer' | 'tiktok' | 'code-hike' | 'render-server' | 'recorder' | 'prompt-to-motion-graphics';
23
+ cliId: 'hello-world' | 'javascript' | 'blank' | 'next' | 'next-no-tailwind' | 'next-pages-dir' | 'react-router' | 'three' | 'still' | 'tts' | 'google-tts' | 'audiogram' | 'music-visualization' | 'prompt-to-video' | 'skia' | 'overlay' | 'stargazer' | 'tiktok' | 'code-hike' | 'render-server' | 'recorder' | 'prompt-to-motion-graphics' | 'vercel';
24
24
  defaultBranch: string;
25
25
  featuredOnHomePage: string | null;
26
26
  previewURL: string | null;
package/dist/templates.js CHANGED
@@ -52,10 +52,10 @@ exports.FEATURED_TEMPLATES = [
52
52
  showStackblitz: true,
53
53
  },
54
54
  {
55
- homePageLabel: 'Next.js (App dir)',
56
- shortName: 'Next.js (App dir)',
55
+ homePageLabel: 'Next.js',
56
+ shortName: 'Next.js',
57
57
  org: 'remotion-dev',
58
- repoName: 'template-next-app-dir',
58
+ repoName: 'template-next-app-dir-tailwind',
59
59
  description: 'SaaS template for video generation apps',
60
60
  longerDescription: 'A SaaS starter kit which has the Remotion Player and rendering via Remotion Lambda built-in. Our recommended choice for people who want to build an app that can generate videos.',
61
61
  promoVideo: {
@@ -68,17 +68,40 @@ exports.FEATURED_TEMPLATES = [
68
68
  defaultBranch: 'main',
69
69
  featuredOnHomePage: 'Next.js',
70
70
  previewURL: 'https://next.remotion.dev',
71
+ templateInMonorepo: 'template-next-app-tailwind',
71
72
  previewLabel: 'Live Demo',
72
- templateInMonorepo: 'template-next-app',
73
73
  allowEnableTailwind: false,
74
74
  contributedBy: null,
75
75
  showStackblitz: true,
76
76
  },
77
77
  {
78
- homePageLabel: 'Next.js (App dir + TailwindCSS)',
79
- shortName: 'Next.js (App dir + TailwindCSS)',
78
+ homePageLabel: 'Next.js (Vercel Sandbox)',
79
+ shortName: 'Next.js (Vercel Sandbox)',
80
80
  org: 'remotion-dev',
81
- repoName: 'template-next-app-dir-tailwind',
81
+ repoName: 'template-vercel',
82
+ description: 'Render videos on-demand using Vercel Sandbox',
83
+ longerDescription: 'A template for rendering videos on-demand using Vercel Sandbox. Spawns ephemeral Linux VMs to render videos and stores them in Vercel Blob storage.',
84
+ cliId: 'vercel',
85
+ promoVideo: {
86
+ width: 1280,
87
+ height: 720,
88
+ muxId: 'RufnZIJZh6L1MAaeG02jnXuM9pK96tNuHRxmXHbWqCBI',
89
+ },
90
+ type: 'video',
91
+ defaultBranch: 'main',
92
+ featuredOnHomePage: null,
93
+ previewURL: 'https://template-vercel.remotion.dev',
94
+ templateInMonorepo: 'template-vercel',
95
+ allowEnableTailwind: false,
96
+ contributedBy: null,
97
+ showStackblitz: false,
98
+ previewLabel: 'Live Demo',
99
+ },
100
+ {
101
+ homePageLabel: 'Next.js (No Tailwind)',
102
+ shortName: 'Next.js (No Tailwind)',
103
+ org: 'remotion-dev',
104
+ repoName: 'template-next-app-dir',
82
105
  description: 'SaaS template for video generation apps',
83
106
  longerDescription: 'A SaaS starter kit which has the Remotion Player and rendering via Remotion Lambda built-in. Our recommended choice for people who want to build an app that can generate videos.',
84
107
  promoVideo: {
@@ -86,13 +109,13 @@ exports.FEATURED_TEMPLATES = [
86
109
  height: 720,
87
110
  muxId: 'RufnZIJZh6L1MAaeG02jnXuM9pK96tNuHRxmXHbWqCBI',
88
111
  },
89
- cliId: 'next-tailwind',
112
+ cliId: 'next-no-tailwind',
90
113
  type: 'video',
91
114
  defaultBranch: 'main',
92
115
  featuredOnHomePage: null,
93
116
  previewURL: 'https://next.remotion.dev',
117
+ templateInMonorepo: 'template-next-app',
94
118
  previewLabel: 'Live Demo',
95
- templateInMonorepo: 'template-next-app-tailwind',
96
119
  allowEnableTailwind: false,
97
120
  contributedBy: null,
98
121
  showStackblitz: true,
@@ -158,8 +181,8 @@ exports.FEATURED_TEMPLATES = [
158
181
  cliId: 'prompt-to-motion-graphics',
159
182
  type: 'image',
160
183
  defaultBranch: 'main',
161
- featuredOnHomePage: 'Prompt to Motion',
162
- previewURL: 'https://prompt-to-motion-graphics-saas.vercel.app',
184
+ featuredOnHomePage: null,
185
+ previewURL: null,
163
186
  previewLabel: 'Live Demo',
164
187
  templateInMonorepo: 'template-prompt-to-motion-graphics',
165
188
  allowEnableTailwind: false,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/create-video"
4
4
  },
5
5
  "name": "create-video",
6
- "version": "4.0.420",
6
+ "version": "4.0.422",
7
7
  "description": "Create a new Remotion project",
8
8
  "main": "dist/index.js",
9
9
  "bin": {
@@ -29,7 +29,7 @@
29
29
  "@types/prompts": "^2.0.12",
30
30
  "@types/tar": "6.1.1",
31
31
  "react": "19.2.3",
32
- "@remotion/eslint-config-internal": "4.0.420",
32
+ "@remotion/eslint-config-internal": "4.0.422",
33
33
  "eslint": "9.19.0"
34
34
  },
35
35
  "exports": {