import { Film, Terminal, Sparkles, ChevronDown } from "lucide-react"; export function ProjectsGuide({ compact = false }: { compact?: boolean }) { return (
Tell your AI agent what to make. It handles the rest.
You talk to your AI agent like you'd talk to a person. Tell it what you want — the agent plans the scenes, picks the shots, generates the images, animates them, and stitches everything together. You just review and say yes or no.
That's it. No settings. No config. Just talk.
"{ex.say}"
"I don't like shot 3 — try a wider angle"
"Make scene 2 darker, more moody"
"Swap my outfit to a hoodie in all shots"
"Add a slow-motion moment at the end"
"Cut the whole thing down to 30 seconds"
{`POST /api/projects create a project
POST /api/projects/:id/scenes add a scene
POST /api/projects/:id/scenes/:sid/shots add a shot
POST .../shots/:sid/generate-image generate image
POST .../shots/:sid/animate animate shot
GET /api/projects/:id view full project
POST /api/projects/:id/export export MP4`}