Skip to content

Commit e8bc400

Browse files
authored
feat: add remotion starter (#55)
1 parent 776fb66 commit e8bc400

File tree

17 files changed

+9303
-0
lines changed

17 files changed

+9303
-0
lines changed

bolt-remotion/.bolt/prompt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
For all designs I ask you to make, have them be beautiful, not cookie cutter. Make webpages that are fully featured and worthy for production.
2+
3+
By default, this template creates Remotion videos using React 18 + TypeScript, with built-in spring animations and interpolation. Use existing components (Title, Subtitle, Logo) with Zod schemas for props. Default video is 1920x1080 @ 30fps.
4+
5+
Use icons from lucide-react for logos.
6+
7+
Use stock photos from unsplash where appropriate, only valid URLs you know exist. Do not download the images, only link to them in image tags.

bolt-remotion/.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "@remotion"
3+
}

bolt-remotion/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
node_modules
2+
dist
3+
.DS_Store
4+
.env
5+
6+
# Ignore the output video from Git but not videos you import into src/.
7+
out

bolt-remotion/.prettierrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"useTabs": false,
3+
"bracketSpacing": true,
4+
"tabWidth": 2
5+
}

0 commit comments

Comments
 (0)