8000 GitHub - sagaya/OpenCut: The open-source CapCut alternative
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sagaya/OpenCut

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCut (prev AppCut)

A free, open-source video editor for web, desktop, and mobile.

Why?

  • Privacy: Your videos stay on your device
  • Free features: Every basic feature of CapCut is paywalled now
  • Simple: People want editors that are easy to use - CapCut proved that

Features

  • Timeline-based editing
  • Multi-track support
  • Real-time preview
  • No watermarks or subscriptions

Project Structure

  • apps/web/ – Main Next.js web application
  • src/components/ – UI and editor components
  • src/hooks/ – Custom React hooks
  • src/lib/ – Utility and API logic
  • src/stores/ – State management (Zustand, etc.)
  • src/types/ – TypeScript types

Getting Started

  1. Clone the repository:
    git clone <repo-url>
    cd OpenCut
  2. Install dependencies:
    cd apps/web
    npm install
    # or, with Bun
    bun install
  3. Run the development server:
    npm run dev
    # or, with Bun
    bun run dev
  4. Open in browser: Visit http://localhost:3000

Contributing

License

MIT Details

About

The open-source CapCut alternative

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • Other 0.7%
0