create-video 4.0.420 → 4.0.421

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.
@@ -138,10 +138,10 @@ var FEATURED_TEMPLATES = [
138
138
  showStackblitz: true
139
139
  },
140
140
  {
141
- homePageLabel: "Next.js (App dir)",
142
- shortName: "Next.js (App dir)",
141
+ homePageLabel: "Next.js",
142
+ shortName: "Next.js",
143
143
  org: "remotion-dev",
144
- repoName: "template-next-app-dir",
144
+ repoName: "template-next-app-dir-tailwind",
145
145
  description: "SaaS template for video generation apps",
146
146
  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
147
  promoVideo: {
@@ -154,17 +154,40 @@ var FEATURED_TEMPLATES = [
154
154
  defaultBranch: "main",
155
155
  featuredOnHomePage: "Next.js",
156
156
  previewURL: "https://next.remotion.dev",
157
+ templateInMonorepo: "template-next-app-tailwind",
157
158
  previewLabel: "Live Demo",
158
- templateInMonorepo: "template-next-app",
159
159
  allowEnableTailwind: false,
160
160
  contributedBy: null,
161
161
  showStackblitz: true
162
162
  },
163
163
  {
164
- homePageLabel: "Next.js (App dir + TailwindCSS)",
165
- shortName: "Next.js (App dir + TailwindCSS)",
164
+ homePageLabel: "Next.js (Vercel Sandbox)",
165
+ shortName: "Next.js (Vercel Sandbox)",
166
166
  org: "remotion-dev",
167
- repoName: "template-next-app-dir-tailwind",
167
+ repoName: "template-vercel",
168
+ description: "Render videos on-demand using Vercel Sandbox",
169
+ 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.",
170
+ cliId: "vercel",
171
+ promoVideo: {
172
+ width: 1280,
173
+ height: 720,
174
+ muxId: "RufnZIJZh6L1MAaeG02jnXuM9pK96tNuHRxmXHbWqCBI"
175
+ },
176
+ type: "video",
177
+ defaultBranch: "main",
178
+ featuredOnHomePage: null,
179
+ previewURL: null,
180
+ templateInMonorepo: "template-vercel",
181
+ allowEnableTailwind: false,
182
+ contributedBy: null,
183
+ showStackblitz: false,
184
+ previewLabel: "Live Demo"
185
+ },
186
+ {
187
+ homePageLabel: "Next.js (No Tailwind)",
188
+ shortName: "Next.js (No Tailwind)",
189
+ org: "remotion-dev",
190
+ repoName: "template-next-app-dir",
168
191
  description: "SaaS template for video generation apps",
169
192
  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
193
  promoVideo: {
@@ -172,13 +195,13 @@ var FEATURED_TEMPLATES = [
172
195
  height: 720,
173
196
  muxId: "RufnZIJZh6L1MAaeG02jnXuM9pK96tNuHRxmXHbWqCBI"
174
197
  },
175
- cliId: "next-tailwind",
198
+ cliId: "next-no-tailwind",
176
199
  type: "video",
177
200
  defaultBranch: "main",
178
201
  featuredOnHomePage: null,
179
202
  previewURL: "https://next.remotion.dev",
203
+ templateInMonorepo: "template-next-app",
180
204
  previewLabel: "Live Demo",
181
- templateInMonorepo: "template-next-app-tailwind",
182
205
  allowEnableTailwind: false,
183
206
  contributedBy: null,
184
207
  showStackblitz: true
@@ -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: null,
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,
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.421",
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.421",
33
33
  "eslint": "9.19.0"
34
34
  },
35
35
  "exports": {