Example implementations of the Shotstack Studio SDK across popular web frameworks.
- TypeScript - Vanilla TypeScript implementation
- React - React implementation
- Vue - Vue implementation
- Angular - Angular implementation
- Next.js - Next.js implementation
Each demo showcases:
- Loading and displaying video templates
- Timeline controls for editing
- Keyboard shortcuts for playback
- Custom theming
Navigate to any demo directory and install dependencies:
npm install
Then start the development server:
npm run dev # For TypeScript, React, Vue, and Next.js
npm start # For Angular
Then open the URL shown in your terminal.