Remove AI watermarks from your images instantly
CleanMark is a free, open-source tool that removes watermarks from AI-generated images. All processing happens directly in your browser - no uploads, no tracking, complete privacy.
- β Gemini Watermark Remover - Automatically remove Google Gemini AI watermarks
- β Doubao Watermark Remover - Remove Doubao (θ±ε ) AI watermarks instantly
- β Sora Watermark Remover - Remove Sora AI video watermarks (Online, up to 10s / 20MB)
- β Manual Eraser - Precision brush tool for custom watermark removal
- β Logo Overlay - Cover watermarks with your own logo or branding
- π Privacy First - 100% client-side processing, your images never leave your device
- π― Completely Free - No registration, no limits, no hidden costs
- β‘ Lightning Fast - Instant watermark removal with advanced algorithms
- π Multilingual - Full support for English and Chinese
- π± Responsive - Works perfectly on desktop and mobile devices
- π¨ High Quality - Preserves image quality while removing watermarks
- Upload Image - Select or drag your image to the tool
- Process - Automatic or manual watermark removal
- Download - Get your clean image instantly
- Upload your AI-generated image
- The tool automatically detects and removes the watermark
- Download the cleaned image
- Visit the Sora Watermark Remover page
- Click "Open on Hugging Face Spaces" to use the free online tool
- Upload your Sora-generated video and click "Remove Watermark"
- Download the cleaned video β or run it locally via Docker for unlimited file sizes
- Upload any image with watermarks
- Adjust brush size for precision
- Paint over watermarks to remove them
- Download the result
- Upload your base image
- Add your logo(s) to the library
- Position and resize logos to cover watermarks
- Download the final image
Visit cleanmark.org and start removing watermarks immediately - no installation required!
# Clone the repository
git clone https://github.com/sunzhenyu/CleanMark.git
cd CleanMark/website
# Install dependencies
pnpm install
# Run development server
pnpm dev
# Build for production
pnpm buildOpen http://localhost:3000 to see the app.
- Next.js 16 - React framework with App Router
- TypeScript - Type-safe development
- Tailwind CSS 4 - Modern styling
- next-intl - Internationalization
- Canvas API - Client-side image processing
- Click the button above or push your code to GitHub
- Import your repository to Vercel
- Vercel will automatically detect Next.js and deploy
CleanMark can be deployed to any platform that supports Next.js:
- Netlify
- Cloudflare Pages
- AWS Amplify
- Self-hosted with Node.js
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
website/
βββ src/
β βββ app/
β β βββ [locale]/ # Localized routes
β β β βββ gemini-watermark-remover/ # Gemini tool page
β β β βββ doubao-watermark-remover/ # Doubao tool page
β β β βββ sora-watermark-remover/ # Sora tool page
β β β βββ manual-eraser/ # Manual eraser page
β β β βββ logo-overlay/ # Logo overlay page
β β β βββ privacy/ # Privacy policy
β β β βββ layout.tsx # Locale layout
β β β βββ page.tsx # Homepage
β β βββ api/
β β β βββ sora/remove/ # Sora API endpoint
β β βββ layout.tsx # Root layout
β β βββ sitemap.ts # SEO sitemap
β βββ components/
β β βββ WatermarkRemover.tsx # Gemini remover
β β βββ DoubaoWatermarkRemover.tsx # Doubao remover
β β βββ SoraWatermarkRemover.tsx # Sora remover
β β βββ ManualEraser.tsx # Manual eraser tool
β β βββ LogoOverlay.tsx # Logo overlay tool
β β βββ Navigation.tsx # Navigation bar
β β βββ Footer.tsx # Footer component
β β βββ LanguageSwitcher.tsx # Language switcher
β βββ i18n/
β β βββ routing.ts # i18n routing config
β βββ lib/
β β βββ watermark-remover/ # Gemini removal logic
β β βββ doubao-watermark-remover/ # Doubao removal logic
β β βββ metadata.ts # SEO metadata helper
β βββ middleware.ts # i18n middleware
βββ messages/
β βββ en.json # English translations
β βββ zh.json # Chinese translations
βββ public/ # Static assets
MIT License - feel free to use this project for any purpose.
- gemini-watermark-remover - Gemini watermark removal algorithm
- doubao-watermark-remover - Doubao watermark removal algorithm
- SoraWatermarkCleaner - Sora video watermark removal by linkedlist771
Made with β€οΈ by the CleanMark team