HeyVid is an all-in-one AI video and image generator for creators, marketers, educators, founders, and developers. This repository collects TypeScript helpers, prompt presets, and workflow examples for planning AI video and image projects before generating them in HeyVid.
The goal is simple: make it faster to turn a loose idea into a clear creative brief that can be used with HeyVid AI, including text-to-video, image-to-video, text-to-image, image-to-image, avatar, lip sync, and visual storytelling workflows.
- Prompt presets for product launches, social posts, course videos, brand stories, and app demos.
- A typed creative brief format for video and image generation.
- Helpers that convert campaign goals into reusable HeyVid-ready prompts.
- URL helpers for linking users directly to HeyVid creation pages.
- Example workflows for developers who want a structured content pipeline.
npm install heyvid-ai-typescript-toolkitThis package is intentionally small and dependency-free. You can also copy the source helpers directly into your own TypeScript project.
import {
buildHeyVidPrompt,
createVideoBrief,
heyvidLinks,
presets
} from "heyvid-ai-typescript-toolkit";
const brief = createVideoBrief({
title: "SaaS launch teaser",
audience: "startup founders",
goal: "announce a new analytics dashboard",
format: "text-to-video",
style: "clean, cinematic, product-led",
durationSeconds: 8,
aspectRatio: "16:9",
preset: presets.productLaunch
});
const prompt = buildHeyVidPrompt(brief);
console.log(prompt);
console.log(heyvidLinks.textToVideo);Open HeyVid's text-to-video generator and paste the generated prompt to create the final video.
- HeyVid AI homepage
- AI Video Generator
- Text to Video
- Image to Video
- Video to Video
- AI Image Generator
- Text to Image
- AI Avatar
- Lip Sync
Create an 8-second 16:9 text-to-video asset for startup founders.
Goal: announce a new analytics dashboard.
Style: clean, cinematic, product-led.
Scene plan: open with the customer problem, reveal the product interface, end with a confident launch message.
Visual direction: polished lighting, crisp motion, professional pacing, no clutter.
For launch announcements, app demos, feature reveals, crowdfunding previews, and founder-led marketing.
For TikTok, Reels, YouTube Shorts, thumbnail concepts, and fast promotional variations.
For course modules, tutorials, explainer videos, onboarding content, and training material.
For mission videos, emotional brand narratives, product origin stories, and customer-facing storytelling.
npm install
npm run typecheck
npm run buildHeyVid brings multiple video, image, voice, and music generation workflows into one creative studio. It supports common creator workflows such as text-to-video, image animation, reference-based video, avatars, lip sync, and visual generation across leading AI models.
This repository is an independent community toolkit designed to help people prepare better prompts and briefs for HeyVid.