From ce49c5ff5f75c32ecb74673ab88447f3574c61fa Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Sun, 22 Jun 2025 22:07:06 +0200 Subject: [PATCH] new README --- README.md | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) 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)