Home
Softono

Sixsevenstudio

Open source MIT TypeScript
36
Stars
10
Forks
0
Issues
0
Watchers
9 months
Last Commit

 About Sixsevenstudio

Sora 2 Storyboard

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Sixsevenstudio?

We provide expert installation service for this software. Our team will install, configure, and secure Sixsevenstudio on your server. plans start at just $30.

Sixsevenstudio

View on GitHub

sixseverstudio

Download Discord

sixsevenstudio is a native Mac app for generating and editing AI videos with Sora.

It lets you brainstorm ideas and storyboards with AI assistant, iterate on Sora videos, and edit the videos, all in one place.

Storyboard Create and refine storyboards with AI assistance

Videos Browse and manage your generated videos

Editor Edit videos with trimming, transitions, and more

It's built with:

Key features:

  • Bring your own OpenAI API key
  • Storyboard AI assistant with AI SDK
  • Local storage, all videos stored in your fs
  • Video editing (trimming, stitching, transitions)

Development Guide

Prerequisites

  1. Install Node.js (v18+)
  2. Install Rust
  3. Install ffmpeg (see below)
  4. Get an OpenAI API key

Setup

# Install ffmpeg binaries
chmod +x scripts/download-ffmpeg-sidecar.sh
./scripts/download-ffmpeg-sidecar.sh

# Install dependencies
npm install

# Run development server
npm run tauri dev

Build

npm run tauri build

OS

Currently support Apple Silicon.