Explainer video

A component to include a section with your video in which you show your product, or just a recording of yourself explaining why they should buy your product. I use Screen Studio for all my screen recordings. It is a product made by indie hackers as well.

Component: <ExplainerVideo /> File: src/components/ExplainerVideo/ExplainerVideo.tsx

page.tsx
import { ExplainerVideo } from "@/components/ExplainerVideo/ExplainerVideo";


If you need basic components like buttons, inputs, etc, they are all available with ChakraUI.

Last updated