Back to projects
Sep 30, 2025
2 min read

Racore

A platform for booking celebrities, influencers, and experts for custom video messages.
logo

Racore is a cameo inspired platform that allows users to book celebrities, influencers, and experts for personalized video messages.

The platform is built using Cloudflare Workers leveraging its global edge network to ensure low latency and high availability.

bindings

We used Hono as the web framework for building the serverless functions, taking advantage of its lightweight nature and compatibility with Cloudflare Workers. For the frontend we used React, and TailwindCSS.

We designed it in a way to allow users (clients) to easily browse through available personalities, select their desired individual, and provide details for the custom video message. On the other side, “talents” have their own dashboard to manage incoming requests, record videos, and track earnings.

To handle video processing and adding watermarks, we utilized FFmpeg running inside Cloudflare’s Containers.

ffmpeg-container

For payment processing, we integrated a third-party payment gateway, and handled the payment flow securely within the Cloudflare Workers environment.

The platform also includes features such as email notifications, request management, and video delivery. We leveraged Cloudflare’s KV storage for caching, and we had an iteration where we used Durable Objects for real-time features.