On-brand tools for Wistia decks and creative assets.
| Project | Description |
|---|---|
| wistia-slidegen | On-brand slide generator for Wistia decks |
| wistia-carousel-builder | Carousel builder for Wistia creative assets |
Each project is a standalone Next.js app. Run them independently:
cd wistia-slidegen && npm install && npm run dev # http://localhost:3000
cd wistia-carousel-builder && npm install && npm run dev # http://localhost:3001