- Video programmatically made with Remotion;
- A scheduled GitHub Action will automatically render a new video and publish it on this instagram page everyday;
- All the content is generated by GPT-3, there is no backend;
- Background image generated by Midjourney;
- Kanji animation inspiration: CodePen;
- Gong sound source: wikimedia;
- Inspiration: Weather Report by Florent Pergoud.
I also wrote an article about the idea behind this project.
Install Dependencies
npm i
Start Preview
npm start
Render video locally
npm run build
Render video via SSR and publish it on IG
npm run ssr
Upgrade Remotion
npm run upgrade