Create Editframe Project
Quick Start
npm create @editframe
Follow the prompts to pick a template and project name. Or skip prompts:
npm create @editframe -- html -d my-project -ycd my-projectnpm start
This opens a live preview. Edit index.html to build your composition, then render to video:
npx editframe render -o output.mp4
Templates
html— Minimal HTML/CSS/JS starterreact— Minimal React/TypeScript startersimple-demo— HTML demo with sample assets and animationsreact-demo— React demo with card animationscard-poetry— HTML card animation demo with audioanimejs— AnimeJS integration demo
Getting Started
- references/getting-started.md — Zero to rendered video
Reference
- references/templates.md — Template details and project structure
- references/agent-skills.md — AI agent skills installation
Next Steps
After creating a project, learn to build compositions:
- HTML/Web Components: See the
elements-compositionskill - React: See the
react-compositionskill - CLI tools: See the
editframe-cliskill for rendering, previewing, and more