https://github.com/shotstack/shotstack-studio-sdk-demos
Example implementations of the Shotstack Studio SDK across popular web frameworks.
https://github.com/shotstack/shotstack-studio-sdk-demos
Last synced: 24 days ago
JSON representation
Example implementations of the Shotstack Studio SDK across popular web frameworks.
- Host: GitHub
- URL: https://github.com/shotstack/shotstack-studio-sdk-demos
- Owner: shotstack
- Created: 2025-08-02T15:08:36.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-11-26T07:31:46.000Z (3 months ago)
- Last Synced: 2025-11-29T07:43:53.899Z (3 months ago)
- Language: TypeScript
- Size: 554 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shotstack Studio SDK Demos
Example implementations of the [Shotstack Studio SDK](https://github.com/shotstack/shotstack-studio-sdk) across popular web frameworks.
## Demos
- **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
## Getting Started
Navigate to any demo directory and install dependencies:
```bash
npm install
```
Then start the development server:
```bash
npm run dev # For TypeScript, React, Vue, and Next.js
npm start # For Angular
```
Then open the URL shown in your terminal.
## Learn More
- [Shotstack Studio SDK GitHub](https://github.com/shotstack/shotstack-studio-sdk)
- [Shotstack Edit API Documentation](https://shotstack.io/docs/guide/)
- [Shotstack API Reference](https://shotstack.io/docs/api/)