Livepeer Pipelines enables developers and users to build, deploy, and scale real-time AI video processing workflows.
Join the Discord to stay up to date with the latest features and updates.
- Node.js >= 18
- pnpm 9.12.3 or later
- Livepeer Studio API key
- Supabase credentials (for database)
Rename .env.example to .env and fill in the values.
- Clone the repository
- Install dependencies:
pnpm install
- Run the development server:
pnpm run dev
- Open http://localhost:3000 in your browser
This is a monorepo using Turborepo with the following packages:
apps/app: Main Next.js applicationapps/docs: Documentation site using Mintlifypackages/design-system: Shared UI componentspackages/tailwind-config: Shared Tailwind configurationpackages/supabase: Supabase clients for browser and serverpackages/typescript-config: Shared TypeScript configurationpackages/next-config: Shared Next.js configuration
pnpm dev- Start the development serverpnpm build- Build all packagespnpm lint- Lint all packages