Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Thanks to [Vercel](https://vercel.com?utm_source=github-opencut&utm_campaign=oss
- Timeline-based editing
- Multi-track support
- Real-time preview
- No watermarks or subscriptions
- No watermarks
- Subscriptions
Comment on lines +36 to +37
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

Critical: Semantic reversal of a key feature.

The change from "No watermarks or subscriptions" to separate bullets "No watermarks" and "Subscriptions" completely reverses the meaning. The original stated the app has no subscriptions (free to use), but listing "Subscriptions" as a feature now suggests the app offers subscriptions (paid model).

This contradicts:

  • Line 28: "Free features: Most basic CapCut features are now paywalled" — positioning as a free alternative
  • Line 27: "Privacy: Your videos stay on your device" — privacy-first, free value proposition

If the intent was to clarify that the app has no watermarks and no subscriptions, the wording should be:

  • "No watermarks"
  • "No subscriptions"

If subscriptions are being introduced, this represents a fundamental business model change that should be clearly communicated and discussed with maintainers.

✏️ Proposed fix if intent is to keep the free model
 - No watermarks
-- Subscriptions
+- No subscriptions
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- No watermarks
- Subscriptions
- No watermarks
- No subscriptions
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` around lines 36 - 37, The README bullet list mistakenly lists "No
watermarks" and "Subscriptions", which reverses the intended meaning; change the
second bullet back to "No subscriptions" so the bullets read "No watermarks" and
"No subscriptions", and verify consistency with the nearby "Free features" and
"Privacy" lines (the "Free features" and "Privacy" headings/content) to ensure
the doc still communicates a free, privacy-first offering.

- Analytics provided by [Databuddy](https://www.databuddy.cc?utm_source=opencut), 100% Anonymized & Non-invasive.
- Blog powered by [Marble](https://marblecms.com?utm_source=opencut), Headless CMS.

Expand Down