Laify.de - Motion Designer Portfolio
The Project
WIP
This article is still a work in progress. But you can already check out the project at Laify.de.
Techstack
- SvelteKit
- Tailwind v4
- Deno 2
- FFMPEG
- Cloudflare
- Google Cloud Run
- Google Cloud Storage
Lighthouse Scores

Workflow Architecture
flowchart TD
A[Yanic creates video] --> B[Sends video files]
B --> C[FFmpeg processing]
C --> D[Multiple resolutions]
C --> E[Optimized compression]
C --> F[Thumbnail generation]
D & E & F --> G[Cloud Storage]
G --> H[Website delivery]
H --> I[Users]