diff --git a/README.md b/README.md index 3bbaf5a..da8edc8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,30 @@ # AppCut -Oh boy, we're back with another open-source project. +A free, open-source video editor for web, desktop, and mobile. -This time, we're destroying CapCut. +## Why? -Let's fucking go. +- **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 + +## Development + +```bash +cd apps/web +npm install +npm run dev +``` + +## Contributing ## License -This project is licensed under MIT. [Details](LICENSE) \ No newline at end of file +MIT [Details](LICENSE)